Class SoundcvType


  • public class SoundcvType
    extends Object
    <p>Java class for SoundcvType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="SoundcvType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="description" maxOccurs="unbounded" minOccurs="0"&gt; &lt;complexType&gt; &lt;simpleContent&gt; &lt;extension base="&lt;http://www.w3.org/2001/XMLSchema&gt;string"&gt; &lt;attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/&gt; &lt;/extension&gt; &lt;/simpleContent&gt; &lt;/complexType&gt; &lt;/element&gt; &lt;/sequence&gt; &lt;attribute name="number" type="{http://www.w3.org/2001/XMLSchema}byte" /&gt; &lt;attribute name="value" type="{http://www.w3.org/2001/XMLSchema}byte" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Constructor Detail

      • SoundcvType

        public SoundcvType()
    • Method Detail

      • getDescription

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

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

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

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

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

        public int hashCode()
        Overrides:
        hashCode in class Object