Class LocalizedStringT

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

public class LocalizedStringT extends Object implements 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 Details

  • Constructor Details

    • LocalizedStringT

      public LocalizedStringT()
  • Method Details

    • getString

      public String getString()
      Gets the value of the string property.
      Returns:
      possible object is String
    • setString

      public void setString(String value)
      Sets the value of the string property.
      Parameters:
      value - allowed object is String
    • getLanguage

      public LanguageT getLanguage()
      Gets the value of the language property.
      Returns:
      possible object is LanguageT
    • setLanguage

      public void setLanguage(LanguageT value)
      Sets the value of the language property.
      Parameters:
      value - allowed object is LanguageT