Package org.accellera.IPXACT_1685_2014
Class Vector
- java.lang.Object
- 
- org.accellera.IPXACT_1685_2014.Vector
 
- 
 @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public class 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 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 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
 
 
- 
 
-