Class Vector


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2024-11-14T04:42:50Z")
    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 Detail

      • left

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        protected UnsignedIntExpression left
      • right

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        protected UnsignedIntExpression right
    • Constructor Detail

      • Vector

        public Vector()
    • Method Detail

      • getLeft

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        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="2024-11-14T04:42:50Z")
        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="2024-11-14T04:42:50Z")
        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="2024-11-14T04:42:50Z")
        public void setRight​(UnsignedIntExpression value)
        Sets the value of the right property.
        Parameters:
        value - allowed object is UnsignedIntExpression