Class LocalizedStringT
java.lang.Object
org.bremersee.garmin.weblink.v1.model.ext.LocalizedStringT
- All Implemented Interfaces:
Serializable
Element for localization of a string.
Java class for LocalizedString_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocalizedString_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="string" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="language" use="required" type="{http://www.garmin.com/xmlschemas/WebLinkExtensions/v1}Language_t" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the language property.Gets the value of the string property.voidsetLanguage(LanguageT value) Sets the value of the language property.voidSets the value of the string property.
-
Field Details
-
string
-
language
-
-
Constructor Details
-
LocalizedStringT
public LocalizedStringT()
-
-
Method Details
-
getString
Gets the value of the string property.- Returns:
- possible object is
String
-
setString
Sets the value of the string property.- Parameters:
value- allowed object isString
-
getLanguage
Gets the value of the language property.- Returns:
- possible object is
LanguageT
-
setLanguage
Sets the value of the language property.- Parameters:
value- allowed object isLanguageT
-