Class UserInterfaceT
java.lang.Object
org.bremersee.garmin.converterplugin.v1.model.UserInterfaceT
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected ExtensionsTprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the choiceItem property.Gets the value of the description property.Gets the value of the extensions property.getLang()Gets the value of the lang property.voidsetChoiceItem(String value) Sets the value of the choiceItem property.voidsetDescription(String value) Sets the value of the description property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidSets the value of the lang property.
-
Field Details
-
choiceItem
-
description
-
extensions
-
lang
-
-
Constructor Details
-
UserInterfaceT
public UserInterfaceT()
-
-
Method Details
-
getChoiceItem
Gets the value of the choiceItem property.- Returns:
- possible object is
String
-
setChoiceItem
Sets the value of the choiceItem property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getExtensions
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsT
-
setExtensions
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsT
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value- allowed object isString
-