Class LocalizedValueT
java.lang.Object
org.bremersee.garmin.weblink.v1.model.ext.TokenT
org.bremersee.garmin.weblink.v1.model.ext.LocalizedValueT
- All Implemented Interfaces:
Serializable
Defines a value that differs in different languages.
Java class for LocalizedValue_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocalizedValue_t">
<complexContent>
<extension base="{http://www.garmin.com/xmlschemas/WebLinkExtensions/v1}Token_t">
<sequence>
<element name="value" type="{http://www.garmin.com/xmlschemas/WebLinkExtensions/v1}LocalizedFormat_t" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the values property.
-
Field Details
-
values
-
-
Constructor Details
-
LocalizedValueT
public LocalizedValueT()
-
-
Method Details
-
getValues
Gets the value of the values property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the values property.For example, to add a new item, do as follows:
getValues().add(newItem);Objects of the following type(s) are allowed in the list
LocalizedFormatT- Returns:
- The value of the values property.
-