Package org.accellera.IPXACT_1685_2014
Class ConfigurableArrays.Array
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.ConfigurableArrays.Array
-
- Enclosing class:
- ConfigurableArrays
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public static class ConfigurableArrays.Array 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 ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}left"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}right"/> </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 java.lang.String
id
protected UnsignedIntExpression
left
protected UnsignedIntExpression
right
-
Constructor Summary
Constructors Constructor Description Array()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
Gets the value of the id property.UnsignedIntExpression
getLeft()
Gets the value of the left property.UnsignedIntExpression
getRight()
Gets the value of the right property.void
setId(java.lang.String value)
Sets the value of the id property.void
setLeft(UnsignedIntExpression value)
Sets the value of the left property.void
setRight(UnsignedIntExpression value)
Sets the value of the right property.
-
-
-
Field Detail
-
left
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected UnsignedIntExpression left
-
right
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected UnsignedIntExpression right
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected java.lang.String id
-
-
Method Detail
-
getLeft
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public UnsignedIntExpression getLeft()
Gets the value of the left property.- Returns:
- possible object is
UnsignedIntExpression
-
setLeft
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setLeft(UnsignedIntExpression value)
Sets the value of the left property.- Parameters:
value
- allowed object isUnsignedIntExpression
-
getRight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public UnsignedIntExpression getRight()
Gets the value of the right property.- Returns:
- possible object is
UnsignedIntExpression
-
setRight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setRight(UnsignedIntExpression value)
Sets the value of the right property.- Parameters:
value
- allowed object isUnsignedIntExpression
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") 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 v3.0.2", date="2024-11-14T04:42:50Z") public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
-