Class SoundcvType
java.lang.Object
eu.esu._2010.lokprogrammer.metadata.SoundcvType
Java class for SoundcvType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<SoundcvType.Description> protected Byteprotected Byte -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the description property.Gets the value of the number property.getValue()Gets the value of the value property.inthashCode()voidSets the value of the number property.voidSets the value of the value property.toString()withDescription(SoundcvType.Description... values) withNumber(Byte value)
-
Field Details
-
description
-
number
-
value
-
-
Constructor Details
-
SoundcvType
public SoundcvType()
-
-
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
SoundcvType.Description -
getNumber
Gets the value of the number property.- Returns:
- possible object is
Byte
-
setNumber
Sets the value of the number property.- Parameters:
value- allowed object isByte
-
getValue
Gets the value of the value property.- Returns:
- possible object is
Byte
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isByte
-
toString
-
equals
-
hashCode
public int hashCode() -
withDescription
-
withDescription
-
withNumber
-
withValue
-