Class SoundslotType


  • public class SoundslotType
    extends Object
    <p>Java class for SoundslotType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="SoundslotType"&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="id" type="{http://www.w3.org/2001/XMLSchema}byte" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Constructor Detail

      • SoundslotType

        public SoundslotType()
    • Method Detail

      • getDescription

        public List<SoundslotType.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 SoundslotType.Description
      • getId

        public Byte getId()
        Gets the value of the id property.
        Returns:
        possible object is Byte
      • setId

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

        public int hashCode()
        Overrides:
        hashCode in class Object