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 v2.3.8", date="2025-10-14T04:40:56Z") public static class ConfigurableArrays.Array 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"> <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.Stringidprotected UnsignedIntExpressionleftprotected UnsignedIntExpressionright
-
Constructor Summary
Constructors Constructor Description Array()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the value of the id property.UnsignedIntExpressiongetLeft()Gets the value of the left property.UnsignedIntExpressiongetRight()Gets the value of the right property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetLeft(UnsignedIntExpression value)Sets the value of the left property.voidsetRight(UnsignedIntExpression value)Sets the value of the right property.
-
-
-
Field Detail
-
left
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected UnsignedIntExpression left
-
right
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected UnsignedIntExpression right
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected java.lang.String id
-
-
Method Detail
-
getLeft
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") 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 v2.3.8", date="2025-10-14T04:40:56Z") 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 v2.3.8", date="2025-10-14T04:40:56Z") 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 v2.3.8", date="2025-10-14T04:40:56Z") 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 v2.3.8", date="2025-10-14T04:40:56Z") 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="2025-10-14T04:40:56Z") public void setId(java.lang.String value)Sets the value of the id property.- Parameters:
value- allowed object isString
-
-