Package org.accellera.IPXACT_1685_2014
Class AbstractionDefinition.Ports.Port.Transactional.OnSlave
- java.lang.Object
- 
- org.accellera.IPXACT_1685_2014.AbstractionDefinition.Ports.Port.Transactional.OnSlave
 
- 
- Enclosing class:
- AbstractionDefinition.Ports.Port.Transactional
 
 @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.OnSlave 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"> <group ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}transactionalPort"/> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected UnsignedPositiveIntExpressionbusWidthprotected java.lang.Stringinitiativeprotected Kindkindprotected PresenceTypepresenceprotected Protocolprotocol
 - 
Constructor SummaryConstructors Constructor Description OnSlave()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UnsignedPositiveIntExpressiongetBusWidth()Gets the value of the busWidth property.java.lang.StringgetInitiative()Gets the value of the initiative property.KindgetKind()Gets the value of the kind property.PresenceTypegetPresence()Gets the value of the presence property.ProtocolgetProtocol()If this element is present, the name must matchvoidsetBusWidth(UnsignedPositiveIntExpression value)Sets the value of the busWidth property.voidsetInitiative(java.lang.String value)Sets the value of the initiative property.voidsetKind(Kind value)Sets the value of the kind property.voidsetPresence(PresenceType value)Sets the value of the presence property.voidsetProtocol(Protocol value)Sets the value of the protocol property.
 
- 
- 
- 
Field Detail- 
presence@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected PresenceType presence
 - 
initiative@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.String initiative
 - 
kind@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected Kind kind
 - 
busWidth@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected UnsignedPositiveIntExpression busWidth
 - 
protocol@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected Protocol protocol
 
- 
 - 
Method Detail- 
getPresence@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public PresenceType getPresence()Gets the value of the presence property.- Returns:
- possible object is
     PresenceType
 
 - 
setPresence@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setPresence(PresenceType value)Sets the value of the presence property.- Parameters:
- value- allowed object is- PresenceType
 
 - 
getInitiative@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public java.lang.String getInitiative()Gets the value of the initiative property.- Returns:
- possible object is
     String
 
 - 
setInitiative@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setInitiative(java.lang.String value)Sets the value of the initiative property.- Parameters:
- value- allowed object is- String
 
 - 
getKind@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public Kind getKind()Gets the value of the kind property.- Returns:
- possible object is
     Kind
 
 - 
setKind@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setKind(Kind value)Sets the value of the kind property.- Parameters:
- value- allowed object is- Kind
 
 - 
getBusWidth@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public UnsignedPositiveIntExpression getBusWidth()Gets the value of the busWidth property.- Returns:
- possible object is
     UnsignedPositiveIntExpression
 
 - 
setBusWidth@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setBusWidth(UnsignedPositiveIntExpression value)Sets the value of the busWidth property.- Parameters:
- value- allowed object is- UnsignedPositiveIntExpression
 
 - 
getProtocol@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public Protocol getProtocol()If this element is present, the name must match- Returns:
- possible object is
     Protocol
 
 
- 
 
-