Class LocalizedFormatT
java.lang.Object
org.bremersee.garmin.weblink.v1.model.ext.LocalizedFormatT
- All Implemented Interfaces:
Serializable
Element for localization of a format.
Java class for LocalizedFormat_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocalizedFormat_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="format" use="required" type="{http://www.garmin.com/xmlschemas/WebLinkExtensions/v1}Format_t" />
<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 format property.Gets the value of the language property.voidSets the value of the format property.voidsetLanguage(LanguageT value) Sets the value of the language property.
-
Field Details
-
format
-
language
-
-
Constructor Details
-
LocalizedFormatT
public LocalizedFormatT()
-
-
Method Details
-
getFormat
Gets the value of the format property.- Returns:
- possible object is
FormatT
-
setFormat
Sets the value of the format property.- Parameters:
value- allowed object isFormatT
-
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
-