Class SoundslotType

java.lang.Object
eu.esu._2010.lokprogrammer.metadata.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>
 
  • Field Details

  • Constructor Details

    • SoundslotType

      public SoundslotType()
  • Method Details

    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • withDescription

      public SoundslotType withDescription(SoundslotType.Description... values)
    • withDescription

      public SoundslotType withDescription(Collection<SoundslotType.Description> values)
    • withId

      public SoundslotType withId(Byte value)