Class SoundcvType.Description
- java.lang.Object
-
- eu.esu._2010.lokprogrammer.metadata.SoundcvType.Description
-
- Enclosing class:
- SoundcvType
public static class SoundcvType.Description extends Object
<p>Java class for anonymous complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/> </extension> </simpleContent> </complexType> </pre>
-
-
Constructor Summary
Constructors Constructor Description Description()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)StringgetLang()Gets the value of the lang property.StringgetValue()Gets the value of the value property.inthashCode()voidsetLang(String value)Sets the value of the lang property.voidsetValue(String value)Sets the value of the value property.StringtoString()SoundcvType.DescriptionwithLang(String value)SoundcvType.DescriptionwithValue(String value)
-
-
-
Method Detail
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getLang
public String getLang()
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
public void setLang(String value)
Sets the value of the lang property.- Parameters:
value- allowed object isString
-
withValue
public SoundcvType.Description withValue(String value)
-
withLang
public SoundcvType.Description withLang(String value)
-
-