Class SoundcvType
- java.lang.Object
-
- eu.esu._2010.lokprogrammer.metadata.SoundcvType
-
public class SoundcvType extends Object
<p>Java class for SoundcvType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="SoundcvType"> <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="number" type="{http://www.w3.org/2001/XMLSchema}byte" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}byte" /> </restriction> </complexContent> </complexType> </pre>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSoundcvType.Description<p>Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<SoundcvType.Description>descriptionprotected Bytenumberprotected Bytevalue
-
Constructor Summary
Constructors Constructor Description SoundcvType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)List<SoundcvType.Description>getDescription()Gets the value of the description property.BytegetNumber()Gets the value of the number property.BytegetValue()Gets the value of the value property.inthashCode()voidsetNumber(Byte value)Sets the value of the number property.voidsetValue(Byte value)Sets the value of the value property.StringtoString()SoundcvTypewithDescription(SoundcvType.Description... values)SoundcvTypewithDescription(Collection<SoundcvType.Description> values)SoundcvTypewithNumber(Byte value)SoundcvTypewithValue(Byte value)
-
-
-
Field Detail
-
description
protected List<SoundcvType.Description> description
-
number
protected Byte number
-
value
protected Byte value
-
-
Method Detail
-
getDescription
public List<SoundcvType.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 listSoundcvType.Description
-
getNumber
public Byte getNumber()
Gets the value of the number property.- Returns:
- possible object is
Byte
-
setNumber
public void setNumber(Byte value)
Sets the value of the number property.- Parameters:
value- allowed object isByte
-
getValue
public Byte getValue()
Gets the value of the value property.- Returns:
- possible object is
Byte
-
setValue
public void setValue(Byte value)
Sets the value of the value property.- Parameters:
value- allowed object isByte
-
withDescription
public SoundcvType withDescription(SoundcvType.Description... values)
-
withDescription
public SoundcvType withDescription(Collection<SoundcvType.Description> values)
-
withNumber
public SoundcvType withNumber(Byte value)
-
withValue
public SoundcvType withValue(Byte value)
-
-