Package org.accellera.IPXACT_1685_2014
Class ConstraintSet.Vector
- java.lang.Object
- 
- org.accellera.IPXACT_1685_2014.ConstraintSet.Vector
 
- 
- Enclosing class:
- ConstraintSet
 
 @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public static class ConstraintSet.Vector 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 name="left" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedIntExpression"/> <element name="right" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedIntExpression"/> </sequence> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected UnsignedIntExpressionleftprotected UnsignedIntExpressionright
 - 
Constructor SummaryConstructors Constructor Description Vector()
 - 
Method SummaryAll 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 v3.0.2", date="2025-10-14T04:40:54Z") protected UnsignedIntExpression left
 - 
right@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected UnsignedIntExpression right
 
- 
 - 
Method Detail- 
getLeft@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setLeft(UnsignedIntExpression value)Sets the value of the left property.- Parameters:
- value- allowed object is- UnsignedIntExpression
 
 - 
getRight@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setRight(UnsignedIntExpression value)Sets the value of the right property.- Parameters:
- value- allowed object is- UnsignedIntExpression
 
 
- 
 
-