Class LocalizedFormatT

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

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

  • Constructor Details

    • LocalizedFormatT

      public LocalizedFormatT()
  • Method Details

    • getFormat

      public FormatT getFormat()
      Gets the value of the format property.
      Returns:
      possible object is FormatT
    • setFormat

      public void setFormat(FormatT value)
      Sets the value of the format property.
      Parameters:
      value - allowed object is FormatT
    • 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