Package org.accellera.IPXACT_1685_2014
Class AbstractionDefinition.Ports.Port.Transactional
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.AbstractionDefinition.Ports.Port.Transactional
-
- Enclosing class:
- AbstractionDefinition.Ports.Port
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public static class AbstractionDefinition.Ports.Port.Transactional extends java.lang.Object
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.accellera.org/XMLSchema/IPXACT/1685-2014}transactionalPort"/> </sequence> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> </restriction> </complexContent> </complexType> </element> <element name="onMaster" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <group ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}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.accellera.org/XMLSchema/IPXACT/1685-2014}transactionalPort"/> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description 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.
-
Field Summary
Fields Modifier and Type Field Description protected AbstractionDefinition.Ports.Port.Transactional.OnMaster
onMaster
protected AbstractionDefinition.Ports.Port.Transactional.OnSlave
onSlave
protected java.util.List<AbstractionDefinition.Ports.Port.Transactional.OnSystem>
onSystem
protected AbstractionDefinition.Ports.Port.Transactional.Qualifier
qualifier
-
Constructor Summary
Constructors Constructor Description Transactional()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Field Detail
-
qualifier
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected AbstractionDefinition.Ports.Port.Transactional.Qualifier qualifier
-
onSystem
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.util.List<AbstractionDefinition.Ports.Port.Transactional.OnSystem> onSystem
-
onMaster
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected AbstractionDefinition.Ports.Port.Transactional.OnMaster onMaster
-
onSlave
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected AbstractionDefinition.Ports.Port.Transactional.OnSlave onSlave
-
-
Method Detail
-
getQualifier
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public AbstractionDefinition.Ports.Port.Transactional.Qualifier getQualifier()
Gets the value of the qualifier property.- Returns:
- possible object is
AbstractionDefinition.Ports.Port.Transactional.Qualifier
-
setQualifier
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setQualifier(AbstractionDefinition.Ports.Port.Transactional.Qualifier value)
Sets the value of the qualifier property.- Parameters:
value
- allowed object isAbstractionDefinition.Ports.Port.Transactional.Qualifier
-
getOnSystem
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public java.util.List<AbstractionDefinition.Ports.Port.Transactional.OnSystem> getOnSystem()
Gets the value of the onSystem property.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 Jakarta XML Binding 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
-
getOnMaster
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public AbstractionDefinition.Ports.Port.Transactional.OnMaster getOnMaster()
Gets the value of the onMaster property.- Returns:
- possible object is
AbstractionDefinition.Ports.Port.Transactional.OnMaster
-
setOnMaster
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setOnMaster(AbstractionDefinition.Ports.Port.Transactional.OnMaster value)
Sets the value of the onMaster property.- Parameters:
value
- allowed object isAbstractionDefinition.Ports.Port.Transactional.OnMaster
-
getOnSlave
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public AbstractionDefinition.Ports.Port.Transactional.OnSlave getOnSlave()
Gets the value of the onSlave property.- Returns:
- possible object is
AbstractionDefinition.Ports.Port.Transactional.OnSlave
-
setOnSlave
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setOnSlave(AbstractionDefinition.Ports.Port.Transactional.OnSlave value)
Sets the value of the onSlave property.- Parameters:
value
- allowed object isAbstractionDefinition.Ports.Port.Transactional.OnSlave
-
-