Class ValueArrayCT.Item

  • Enclosing class:
    ValueArrayCT

    public static class ValueArrayCT.Item
    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">
           <sequence>
             <group ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}g_Value"/>
           </sequence>
           <attribute name="orderNbr" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Item

        public Item()
    • Method Detail

      • getSimpleValue

        public ValueSimpleCT getSimpleValue()
        Gets the value of the simpleValue property.
        Returns:
        possible object is ValueSimpleCT
      • setSimpleValue

        public void setSimpleValue​(ValueSimpleCT value)
        Sets the value of the simpleValue property.
        Parameters:
        value - allowed object is ValueSimpleCT
      • getStringValue

        public ValueStringCT getStringValue()
        Gets the value of the stringValue property.
        Returns:
        possible object is ValueStringCT
      • setStringValue

        public void setStringValue​(ValueStringCT value)
        Sets the value of the stringValue property.
        Parameters:
        value - allowed object is ValueStringCT
      • getOrderNbr

        public BigInteger getOrderNbr()
        Gets the value of the orderNbr property.
        Returns:
        possible object is BigInteger
      • setOrderNbr

        public void setOrderNbr​(BigInteger value)
        Sets the value of the orderNbr property.
        Parameters:
        value - allowed object is BigInteger