Class SoundslotType
java.lang.Object
eu.esu._2010.lokprogrammer.metadata.SoundslotType
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the description property.getId()Gets the value of the id property.inthashCode()voidSets the value of the id property.toString()withDescription(SoundslotType.Description... values)
-
Field Details
-
description
-
id
-
-
Constructor Details
-
SoundslotType
public SoundslotType()
-
-
Method Details
-
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
setmethod 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
Gets the value of the id property.- Returns:
- possible object is
Byte
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isByte
-
toString
-
equals
-
hashCode
public int hashCode() -
withDescription
-
withDescription
-
withId
-