Class ConstraintSet.Vector

  • Enclosing class:
    ConstraintSet

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2026-01-14T04:58:49Z")
    public static class ConstraintSet.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 name="left">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.w3.org/2001/XMLSchema>nonNegativeInteger">
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
             <element name="right">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.w3.org/2001/XMLSchema>nonNegativeInteger">
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • left

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        protected ConstraintSet.Vector.Left left
      • right

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        protected ConstraintSet.Vector.Right right
    • Constructor Detail

      • Vector

        public Vector()
    • Method Detail

      • setLeft

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public void setLeft​(ConstraintSet.Vector.Left value)
        Sets the value of the left property.
        Parameters:
        value - allowed object is ConstraintSet.Vector.Left
      • setRight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public void setRight​(ConstraintSet.Vector.Right value)
        Sets the value of the right property.
        Parameters:
        value - allowed object is ConstraintSet.Vector.Right