|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.AbstractionDefinition.AbstractionDefinition.Ports.Port.Transactional
public static class AbstractionDefinition.Ports.Port.Transactional
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="qualifier" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="isAddress" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isData" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="onSystem" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="group" type="{http://www.w3.org/2001/XMLSchema}Name"/> <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}transactionalPort"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="onMaster" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}transactionalPort"/> </restriction> </complexContent> </complexType> </element> <element name="onSlave" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}transactionalPort"/> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
AbstractionDefinition.Ports.Port.Transactional.OnMaster
Java class for anonymous complex type. |
static class |
AbstractionDefinition.Ports.Port.Transactional.OnSlave
Java class for anonymous complex type. |
static class |
AbstractionDefinition.Ports.Port.Transactional.OnSystem
Java class for anonymous complex type. |
static class |
AbstractionDefinition.Ports.Port.Transactional.Qualifier
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
AbstractionDefinition.Ports.Port.Transactional()
|
Method Summary | |
---|---|
AbstractionDefinition.Ports.Port.Transactional.OnMaster |
getOnMaster()
Gets the value of the onMaster property. |
AbstractionDefinition.Ports.Port.Transactional.OnSlave |
getOnSlave()
Gets the value of the onSlave property. |
java.util.List<AbstractionDefinition.Ports.Port.Transactional.OnSystem> |
getOnSystem()
Gets the value of the onSystem property. |
AbstractionDefinition.Ports.Port.Transactional.Qualifier |
getQualifier()
Gets the value of the qualifier property. |
void |
setOnMaster(AbstractionDefinition.Ports.Port.Transactional.OnMaster value)
Sets the value of the onMaster property. |
void |
setOnSlave(AbstractionDefinition.Ports.Port.Transactional.OnSlave value)
Sets the value of the onSlave property. |
void |
setQualifier(AbstractionDefinition.Ports.Port.Transactional.Qualifier value)
Sets the value of the qualifier property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractionDefinition.Ports.Port.Transactional()
Method Detail |
---|
public AbstractionDefinition.Ports.Port.Transactional.Qualifier getQualifier()
AbstractionDefinition.Ports.Port.Transactional.Qualifier
public void setQualifier(AbstractionDefinition.Ports.Port.Transactional.Qualifier value)
value
- allowed object is
AbstractionDefinition.Ports.Port.Transactional.Qualifier
public java.util.List<AbstractionDefinition.Ports.Port.Transactional.OnSystem> getOnSystem()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the onSystem property.
For example, to add a new item, do as follows:
getOnSystem().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractionDefinition.Ports.Port.Transactional.OnSystem
public AbstractionDefinition.Ports.Port.Transactional.OnMaster getOnMaster()
AbstractionDefinition.Ports.Port.Transactional.OnMaster
public void setOnMaster(AbstractionDefinition.Ports.Port.Transactional.OnMaster value)
value
- allowed object is
AbstractionDefinition.Ports.Port.Transactional.OnMaster
public AbstractionDefinition.Ports.Port.Transactional.OnSlave getOnSlave()
AbstractionDefinition.Ports.Port.Transactional.OnSlave
public void setOnSlave(AbstractionDefinition.Ports.Port.Transactional.OnSlave value)
value
- allowed object is
AbstractionDefinition.Ports.Port.Transactional.OnSlave
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |