Package org.accellera.IPXACT_1685_2014
Class AbstractionDefinition.Ports.Port.Wire.OnSystem
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.AbstractionDefinition.Ports.Port.Wire.OnSystem
-
- Enclosing class:
- AbstractionDefinition.Ports.Port.Wire
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") public static class AbstractionDefinition.Ports.Port.Wire.OnSystem 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="group" type="{http://www.w3.org/2001/XMLSchema}Name"/> <group ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}wirePort"/> </sequence> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Direction
direction
protected java.lang.String
group
protected java.lang.String
id
protected AbstractionDefPortConstraintsType
mirroredModeConstraints
protected AbstractionDefPortConstraintsType
modeConstraints
protected PresenceType
presence
protected UnsignedPositiveIntExpression
width
-
Constructor Summary
Constructors Constructor Description OnSystem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Direction
getDirection()
Gets the value of the direction property.java.lang.String
getGroup()
Gets the value of the group property.java.lang.String
getId()
Gets the value of the id property.AbstractionDefPortConstraintsType
getMirroredModeConstraints()
Gets the value of the mirroredModeConstraints property.AbstractionDefPortConstraintsType
getModeConstraints()
Gets the value of the modeConstraints property.PresenceType
getPresence()
Gets the value of the presence property.UnsignedPositiveIntExpression
getWidth()
Gets the value of the width property.void
setDirection(Direction value)
Sets the value of the direction property.void
setGroup(java.lang.String value)
Sets the value of the group property.void
setId(java.lang.String value)
Sets the value of the id property.void
setMirroredModeConstraints(AbstractionDefPortConstraintsType value)
Sets the value of the mirroredModeConstraints property.void
setModeConstraints(AbstractionDefPortConstraintsType value)
Sets the value of the modeConstraints property.void
setPresence(PresenceType value)
Sets the value of the presence property.void
setWidth(UnsignedPositiveIntExpression value)
Sets the value of the width property.
-
-
-
Field Detail
-
group
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") protected java.lang.String group
-
presence
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") protected PresenceType presence
-
width
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") protected UnsignedPositiveIntExpression width
-
direction
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") protected Direction direction
-
modeConstraints
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") protected AbstractionDefPortConstraintsType modeConstraints
-
mirroredModeConstraints
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") protected AbstractionDefPortConstraintsType mirroredModeConstraints
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") protected java.lang.String id
-
-
Method Detail
-
getGroup
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") public java.lang.String getGroup()
Gets the value of the group property.- Returns:
- possible object is
String
-
setGroup
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") public void setGroup(java.lang.String value)
Sets the value of the group property.- Parameters:
value
- allowed object isString
-
getPresence
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") 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="2024-11-14T04:42:42Z") 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="2024-11-14T04:42:42Z") 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="2024-11-14T04:42:42Z") 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="2024-11-14T04:42:42Z") 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="2024-11-14T04:42:42Z") 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="2024-11-14T04:42:42Z") 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="2024-11-14T04:42:42Z") 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="2024-11-14T04:42:42Z") 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="2024-11-14T04:42:42Z") public void setMirroredModeConstraints(AbstractionDefPortConstraintsType value)
Sets the value of the mirroredModeConstraints property.- Parameters:
value
- allowed object isAbstractionDefPortConstraintsType
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
-