Class AbstractionDefinition.Ports.Port.Wire.OnSlave
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.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="2026-01-14T04:58:58Z") 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.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}wirePort"/> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringdirectionprotected AbstractionDefPortConstraintsTypemirroredModeConstraintsprotected AbstractionDefPortConstraintsTypemodeConstraintsprotected java.lang.Stringpresenceprotected java.math.BigIntegerwidth
-
Constructor Summary
Constructors Constructor Description OnSlave()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDirection()Gets the value of the direction property.AbstractionDefPortConstraintsTypegetMirroredModeConstraints()Gets the value of the mirroredModeConstraints property.AbstractionDefPortConstraintsTypegetModeConstraints()Gets the value of the modeConstraints property.java.lang.StringgetPresence()Gets the value of the presence property.java.math.BigIntegergetWidth()Gets the value of the width property.voidsetDirection(java.lang.String 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(java.lang.String value)Sets the value of the presence property.voidsetWidth(java.math.BigInteger 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="2026-01-14T04:58:58Z") protected java.lang.String presence
-
width
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.math.BigInteger width
-
direction
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.lang.String direction
-
modeConstraints
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected AbstractionDefPortConstraintsType modeConstraints
-
mirroredModeConstraints
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected AbstractionDefPortConstraintsType mirroredModeConstraints
-
-
Method Detail
-
getPresence
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public java.lang.String getPresence()Gets the value of the presence property.- Returns:
- possible object is
String
-
setPresence
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setPresence(java.lang.String value)Sets the value of the presence property.- Parameters:
value- allowed object isString
-
getWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public java.math.BigInteger getWidth()Gets the value of the width property.- Returns:
- possible object is
BigInteger
-
setWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setWidth(java.math.BigInteger value)Sets the value of the width property.- Parameters:
value- allowed object isBigInteger
-
getDirection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public java.lang.String getDirection()Gets the value of the direction property.- Returns:
- possible object is
String
-
setDirection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setDirection(java.lang.String value)Sets the value of the direction property.- Parameters:
value- allowed object isString
-
getModeConstraints
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") 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="2026-01-14T04:58:58Z") 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="2026-01-14T04:58:58Z") 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="2026-01-14T04:58:58Z") public void setMirroredModeConstraints(AbstractionDefPortConstraintsType value)Sets the value of the mirroredModeConstraints property.- Parameters:
value- allowed object isAbstractionDefPortConstraintsType
-
-