Class BitSelectionType


  • public class BitSelectionType
    extends Object
    <p>Java class for BitSelectionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="BitSelectionType"&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}option" maxOccurs="2" minOccurs="2"/&gt; &lt;/sequence&gt; &lt;attribute name="number" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" /&gt; &lt;attribute name="value" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Field Detail

      • number

        protected short number
      • value

        protected Short value
    • Constructor Detail

      • BitSelectionType

        public BitSelectionType()
    • Method Detail

      • getOption

        public List<OptionType> getOption()
        Gets the value of the option 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 option property. <p> For example, to add a new item, do as follows: <pre> getOption().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list OptionType
      • getNumber

        public short getNumber()
        Gets the value of the number property.
      • setNumber

        public void setNumber​(short value)
        Sets the value of the number property.
      • getValue

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

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

        public int hashCode()
        Overrides:
        hashCode in class Object