Package org.accellera.IPXACT_1685_2014
Class Range
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.Range
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public class Range 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> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected UnsignedIntExpressionleftprotected UnsignedIntExpressionright
-
Constructor Summary
Constructors Constructor Description Range()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnsignedIntExpressiongetLeft()Gets the value of the left property.UnsignedIntExpressiongetRight()Gets the value of the right 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
-
-
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
-
-