Class UserInterfaceT

java.lang.Object
org.bremersee.garmin.converterplugin.v1.model.UserInterfaceT
All Implemented Interfaces:
Serializable

public class UserInterfaceT extends Object implements Serializable
Strings to be used by an application's user interface in conjunction with a plugin.

Java class for UserInterface_t complex type.

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


 <complexType name="UserInterface_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ChoiceItem" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/ConverterPlugin/v1}Extensions_t" minOccurs="0"/>
       </sequence>
       <attribute name="lang" use="required" type="{http://www.w3.org/2001/XMLSchema}language" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • choiceItem

      protected String choiceItem
    • description

      protected String description
    • extensions

      protected ExtensionsT extensions
    • lang

      protected String lang
  • Constructor Details

    • UserInterfaceT

      public UserInterfaceT()
  • Method Details

    • getChoiceItem

      public String getChoiceItem()
      Gets the value of the choiceItem property.
      Returns:
      possible object is String
    • setChoiceItem

      public void setChoiceItem(String value)
      Sets the value of the choiceItem property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getExtensions

      public ExtensionsT getExtensions()
      Gets the value of the extensions property.
      Returns:
      possible object is ExtensionsT
    • setExtensions

      public void setExtensions(ExtensionsT value)
      Sets the value of the extensions property.
      Parameters:
      value - allowed object is ExtensionsT
    • getLang

      public String getLang()
      Gets the value of the lang property.
      Returns:
      possible object is String
    • setLang

      public void setLang(String value)
      Sets the value of the lang property.
      Parameters:
      value - allowed object is String