Class SoundslotType.Description
- java.lang.Object
-
- eu.esu._2010.lokprogrammer.metadata.SoundslotType.Description
-
- Enclosing class:
- SoundslotType
public static class SoundslotType.Description extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/> </extension> </simpleContent> </complexType>
-
-
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()SoundslotType.DescriptionwithLang(String value)SoundslotType.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 SoundslotType.Description withValue(String value)
-
withLang
public SoundslotType.Description withLang(String value)
-
-