Package be.recipe.services.core
Class LocalisedString
- java.lang.Object
-
- be.recipe.services.core.LocalisedString
-
public class LocalisedString extends Object
Java class for LocalisedString complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocalisedString"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="lang" type="{http:/services.recipe.be/core}LangageType" /> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected LangageTypelangprotected Stringvalue
-
Constructor Summary
Constructors Constructor Description LocalisedString()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LangageTypegetLang()Gets the value of the lang property.StringgetValue()Gets the value of the value property.voidsetLang(LangageType value)Sets the value of the lang property.voidsetValue(String value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected String value
-
lang
protected LangageType lang
-
-
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 LangageType getLang()
Gets the value of the lang property.- Returns:
- possible object is
LangageType
-
setLang
public void setLang(LangageType value)
Sets the value of the lang property.- Parameters:
value- allowed object isLangageType
-
-