Class IFClassOptionCT.OrderedValues.OrderedValue

  • Enclosing class:
    IFClassOptionCT.OrderedValues

    public static class IFClassOptionCT.OrderedValues.OrderedValue
    extends 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">
           <attribute name="seqNbr" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
           <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • OrderedValue

        public OrderedValue()
    • Method Detail

      • getSeqNbr

        public BigInteger getSeqNbr()
        Gets the value of the seqNbr property.
        Returns:
        possible object is BigInteger
      • setSeqNbr

        public void setSeqNbr​(BigInteger value)
        Sets the value of the seqNbr property.
        Parameters:
        value - allowed object is BigInteger
      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String