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="2025-10-14T04:40:54Z") public static class AbstractionDefinition.Ports.Port.Transactional extends java.lang.ObjectJava 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 SummaryNested Classes Modifier and Type Class Description static classAbstractionDefinition.Ports.Port.Transactional.OnMasterJava class for anonymous complex type.static classAbstractionDefinition.Ports.Port.Transactional.OnSlaveJava class for anonymous complex type.static classAbstractionDefinition.Ports.Port.Transactional.OnSystemJava class for anonymous complex type.static classAbstractionDefinition.Ports.Port.Transactional.QualifierJava class for anonymous complex type.
 - 
Field SummaryFields Modifier and Type Field Description protected AbstractionDefinition.Ports.Port.Transactional.OnMasteronMasterprotected AbstractionDefinition.Ports.Port.Transactional.OnSlaveonSlaveprotected java.util.List<AbstractionDefinition.Ports.Port.Transactional.OnSystem>onSystemprotected AbstractionDefinition.Ports.Port.Transactional.Qualifierqualifier
 - 
Constructor SummaryConstructors Constructor Description Transactional()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractionDefinition.Ports.Port.Transactional.OnMastergetOnMaster()Gets the value of the onMaster property.AbstractionDefinition.Ports.Port.Transactional.OnSlavegetOnSlave()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.QualifiergetQualifier()Gets the value of the qualifier property.voidsetOnMaster(AbstractionDefinition.Ports.Port.Transactional.OnMaster value)Sets the value of the onMaster property.voidsetOnSlave(AbstractionDefinition.Ports.Port.Transactional.OnSlave value)Sets the value of the onSlave property.voidsetQualifier(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="2025-10-14T04:40:54Z") protected AbstractionDefinition.Ports.Port.Transactional.Qualifier qualifier
 - 
onSystem@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") protected AbstractionDefinition.Ports.Port.Transactional.OnMaster onMaster
 - 
onSlave@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected AbstractionDefinition.Ports.Port.Transactional.OnSlave onSlave
 
- 
 - 
Method Detail- 
getQualifier@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setQualifier(AbstractionDefinition.Ports.Port.Transactional.Qualifier value)Sets the value of the qualifier property.- Parameters:
- value- allowed object is- AbstractionDefinition.Ports.Port.Transactional.Qualifier
 
 - 
getOnSystem@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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 setmethod 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="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setOnMaster(AbstractionDefinition.Ports.Port.Transactional.OnMaster value)Sets the value of the onMaster property.- Parameters:
- value- allowed object is- AbstractionDefinition.Ports.Port.Transactional.OnMaster
 
 - 
getOnSlave@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setOnSlave(AbstractionDefinition.Ports.Port.Transactional.OnSlave value)Sets the value of the onSlave property.- Parameters:
- value- allowed object is- AbstractionDefinition.Ports.Port.Transactional.OnSlave
 
 
- 
 
-