Class SoundslotType


  • public class SoundslotType
    extends Object

    Java class for SoundslotType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SoundslotType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="description" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.w3.org/2001/XMLSchema>string">
                     <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}byte" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SoundslotType

        public SoundslotType()
    • Method Detail

      • getDescription

        public List<SoundslotType.Description> getDescription()
        Gets the value of the description property.

        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 set method for the description property.

        For example, to add a new item, do as follows:

            getDescription().add(newItem);
         

        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