Package org.accellera.IPXACT_1685_2014
Class AbstractionDefinition.Ports.Port.Wire.OnSlave
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.AbstractionDefinition.Ports.Port.Wire.OnSlave
-
- Enclosing class:
- AbstractionDefinition.Ports.Port.Wire
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public static class AbstractionDefinition.Ports.Port.Wire.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}wirePort"/> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Directiondirectionprotected AbstractionDefPortConstraintsTypemirroredModeConstraintsprotected AbstractionDefPortConstraintsTypemodeConstraintsprotected PresenceTypepresenceprotected UnsignedPositiveIntExpressionwidth
-
Constructor Summary
Constructors Constructor Description OnSlave()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirectiongetDirection()Gets the value of the direction property.AbstractionDefPortConstraintsTypegetMirroredModeConstraints()Gets the value of the mirroredModeConstraints property.AbstractionDefPortConstraintsTypegetModeConstraints()Gets the value of the modeConstraints property.PresenceTypegetPresence()Gets the value of the presence property.UnsignedPositiveIntExpressiongetWidth()Gets the value of the width property.voidsetDirection(Direction value)Sets the value of the direction property.voidsetMirroredModeConstraints(AbstractionDefPortConstraintsType value)Sets the value of the mirroredModeConstraints property.voidsetModeConstraints(AbstractionDefPortConstraintsType value)Sets the value of the modeConstraints property.voidsetPresence(PresenceType value)Sets the value of the presence property.voidsetWidth(UnsignedPositiveIntExpression value)Sets the value of the width property.
-
-
-
Field Detail
-
presence
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected PresenceType presence
-
width
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected UnsignedPositiveIntExpression width
-
direction
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected Direction direction
-
modeConstraints
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected AbstractionDefPortConstraintsType modeConstraints
-
mirroredModeConstraints
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected AbstractionDefPortConstraintsType mirroredModeConstraints
-
-
Method Detail
-
getPresence
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") 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 v2.3.8", date="2025-10-14T04:40:56Z") public void setPresence(PresenceType value)Sets the value of the presence property.- Parameters:
value- allowed object isPresenceType
-
getWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public UnsignedPositiveIntExpression getWidth()Gets the value of the width property.- Returns:
- possible object is
UnsignedPositiveIntExpression
-
setWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public void setWidth(UnsignedPositiveIntExpression value)Sets the value of the width property.- Parameters:
value- allowed object isUnsignedPositiveIntExpression
-
getDirection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public Direction getDirection()Gets the value of the direction property.- Returns:
- possible object is
Direction
-
setDirection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public void setDirection(Direction value)Sets the value of the direction property.- Parameters:
value- allowed object isDirection
-
getModeConstraints
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public AbstractionDefPortConstraintsType getModeConstraints()Gets the value of the modeConstraints property.- Returns:
- possible object is
AbstractionDefPortConstraintsType
-
setModeConstraints
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public void setModeConstraints(AbstractionDefPortConstraintsType value)Sets the value of the modeConstraints property.- Parameters:
value- allowed object isAbstractionDefPortConstraintsType
-
getMirroredModeConstraints
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public AbstractionDefPortConstraintsType getMirroredModeConstraints()Gets the value of the mirroredModeConstraints property.- Returns:
- possible object is
AbstractionDefPortConstraintsType
-
setMirroredModeConstraints
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public void setMirroredModeConstraints(AbstractionDefPortConstraintsType value)Sets the value of the mirroredModeConstraints property.- Parameters:
value- allowed object isAbstractionDefPortConstraintsType
-
-