Class LocalizedLiteralT

java.lang.Object
org.bremersee.garmin.weblink.v1.model.ext.TokenT
org.bremersee.garmin.weblink.v1.model.ext.LocalizedLiteralT
All Implemented Interfaces:
Serializable

public class LocalizedLiteralT extends TokenT implements Serializable
Defines a litereral that differs in different languages.

Java class for LocalizedLiteral_t complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="LocalizedLiteral_t">
   <complexContent>
     <extension base="{http://www.garmin.com/xmlschemas/WebLinkExtensions/v1}Token_t">
       <sequence>
         <element name="content" type="{http://www.garmin.com/xmlschemas/WebLinkExtensions/v1}LocalizedString_t" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • LocalizedLiteralT

      public LocalizedLiteralT()
  • Method Details

    • getContents

      public List<LocalizedStringT> getContents()
      Gets the value of the contents 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 set method for the contents property.

      For example, to add a new item, do as follows:

          getContents().add(newItem);
       

      Objects of the following type(s) are allowed in the list LocalizedStringT

      Returns:
      The value of the contents property.