Class SupportedLanguagesT

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

public class SupportedLanguagesT extends Object implements Serializable
Determines which languages this web link supports.

Java class for SupportedLanguages_t complex type.

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


 <complexType name="SupportedLanguages_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="supportedLanguage" type="{http://www.garmin.com/xmlschemas/WebLinkExtensions/v1}Language_t" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • supportedLanguages

      protected List<LanguageT> supportedLanguages
  • Constructor Details

    • SupportedLanguagesT

      public SupportedLanguagesT()
  • Method Details

    • getSupportedLanguages

      public List<LanguageT> getSupportedLanguages()
      Gets the value of the supportedLanguages 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 supportedLanguages property.

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

          getSupportedLanguages().add(newItem);
       

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

      Returns:
      The value of the supportedLanguages property.