Class ConverterPlugin.OutputFormat
java.lang.Object
org.bremersee.garmin.converterplugin.v1.model.ConverterPlugin.OutputFormat
- All Implemented Interfaces:
Serializable
- Enclosing class:
ConverterPlugin
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Namespace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FilenameExtension" type="{http://www.garmin.com/xmlschemas/ConverterPlugin/v1}FilenameExtension_t" minOccurs="0"/>
<element name="UserInterface" type="{http://www.garmin.com/xmlschemas/ConverterPlugin/v1}UserInterface_t" maxOccurs="unbounded"/>
<element name="Extensions" type="{http://www.garmin.com/xmlschemas/ConverterPlugin/v1}Extensions_t" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ExtensionsTprotected Stringprotected Stringprotected List<UserInterfaceT> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extensions property.Gets the value of the filenameExtension property.Gets the value of the namespace property.Gets the value of the userInterfaces property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidsetFilenameExtension(String value) Sets the value of the filenameExtension property.voidsetNamespace(String value) Sets the value of the namespace property.
-
Field Details
-
namespace
-
filenameExtension
-
userInterfaces
-
extensions
-
-
Constructor Details
-
OutputFormat
public OutputFormat()
-
-
Method Details
-
getNamespace
Gets the value of the namespace property.- Returns:
- possible object is
String
-
setNamespace
Sets the value of the namespace property.- Parameters:
value- allowed object isString
-
getFilenameExtension
Gets the value of the filenameExtension property.- Returns:
- possible object is
String
-
setFilenameExtension
Sets the value of the filenameExtension property.- Parameters:
value- allowed object isString
-
getUserInterfaces
Gets the value of the userInterfaces 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
setmethod for the userInterfaces property.For example, to add a new item, do as follows:
getUserInterfaces().add(newItem);Objects of the following type(s) are allowed in the list
UserInterfaceT- Returns:
- The value of the userInterfaces property.
-
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
-