Class ItemType


  • public class ItemType
    extends Object
    <p>Java class for ItemType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ItemType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}item" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="type" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}ValueCalculationItemType" /&gt; &lt;attribute name="value" type="{http://www.decoderdb.de/schema/commonTypes/1.2}itemValueTypes" /&gt; &lt;attribute name="number" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /&gt; &lt;attribute name="indexHigh" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" /&gt; &lt;attribute name="indexLow" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Constructor Detail

      • ItemType

        public ItemType()
    • Method Detail

      • getContent

        public List<Serializable> getContent()
        Gets the value of the content property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the content property. <p> For example, to add a new item, do as follows: <pre> getContent().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list JAXBElement<ItemType> String
      • 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
      • getNumber

        public Integer getNumber()
        Gets the value of the number property.
        Returns:
        possible object is Integer
      • setNumber

        public void setNumber​(Integer value)
        Sets the value of the number property.
        Parameters:
        value - allowed object is Integer
      • getIndexHigh

        public Short getIndexHigh()
        Gets the value of the indexHigh property.
        Returns:
        possible object is Short
      • setIndexHigh

        public void setIndexHigh​(Short value)
        Sets the value of the indexHigh property.
        Parameters:
        value - allowed object is Short
      • getIndexLow

        public Short getIndexLow()
        Gets the value of the indexLow property.
        Returns:
        possible object is Short
      • setIndexLow

        public void setIndexLow​(Short value)
        Sets the value of the indexLow property.
        Parameters:
        value - allowed object is Short
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object