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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSoundslotType.DescriptionJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<SoundslotType.Description>descriptionprotected Byteid
-
Constructor Summary
Constructors Constructor Description SoundslotType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)List<SoundslotType.Description>getDescription()Gets the value of the description property.BytegetId()Gets the value of the id property.inthashCode()voidsetId(Byte value)Sets the value of the id property.StringtoString()SoundslotTypewithDescription(SoundslotType.Description... values)SoundslotTypewithDescription(Collection<SoundslotType.Description> values)SoundslotTypewithId(Byte value)
-
-
-
Field Detail
-
description
protected List<SoundslotType.Description> description
-
id
protected Byte id
-
-
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
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
-
setId
public void setId(Byte value)
Sets the value of the id property.- Parameters:
value- allowed object isByte
-
withDescription
public SoundslotType withDescription(SoundslotType.Description... values)
-
withDescription
public SoundslotType withDescription(Collection<SoundslotType.Description> values)
-
withId
public SoundslotType withId(Byte value)
-
-