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 v2.3.8", date="2024-11-14T04:42:42Z") public class Vector 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> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected UnsignedIntExpression
left
protected UnsignedIntExpression
right
-
Constructor Summary
Constructors Constructor Description Vector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnsignedIntExpression
getLeft()
Gets the value of the left property.UnsignedIntExpression
getRight()
Gets the value of the right 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 v2.3.8", date="2024-11-14T04:42:42Z") protected UnsignedIntExpression left
-
right
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") protected UnsignedIntExpression right
-
-
Method Detail
-
getLeft
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") 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="2024-11-14T04:42:42Z") 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="2024-11-14T04:42:42Z") 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="2024-11-14T04:42:42Z") public void setRight(UnsignedIntExpression value)
Sets the value of the right property.- Parameters:
value
- allowed object isUnsignedIntExpression
-
-