Class ConverterPlugin
java.lang.Object
org.bremersee.garmin.converterplugin.v1.model.ConverterPlugin
- All Implemented Interfaces:
Serializable
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="Creator" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AdditionalInfo" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="InputFormat">
<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" maxOccurs="unbounded" 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>
</element>
<element name="OutputFormat">
<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>
</element>
<element name="Stylesheet" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Location" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="Parameter" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Extensions" type="{http://www.garmin.com/xmlschemas/ConverterPlugin/v1}Extensions_t" minOccurs="0"/>
</sequence>
<attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Version" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected ExtensionsTprotected Stringprotected ConverterPlugin.InputFormatprotected ConverterPlugin.OutputFormatprotected List<ConverterPlugin.Stylesheet> protected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the additionalInfo property.Gets the value of the creator property.Gets the value of the description property.Gets the value of the extensions property.getID()Gets the value of the id property.Gets the value of the inputFormat property.Gets the value of the outputFormat property.Gets the value of the stylesheets property.Gets the value of the version property.voidsetAdditionalInfo(String value) Sets the value of the additionalInfo property.voidsetCreator(String value) Sets the value of the creator 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 id property.voidSets the value of the inputFormat property.voidSets the value of the outputFormat property.voidsetVersion(BigInteger value) Sets the value of the version property.
-
Field Details
-
creator
-
description
-
additionalInfo
-
inputFormat
-
outputFormat
-
stylesheets
-
extensions
-
id
-
version
-
-
Constructor Details
-
ConverterPlugin
public ConverterPlugin()
-
-
Method Details
-
getCreator
Gets the value of the creator property.- Returns:
- possible object is
String
-
setCreator
Sets the value of the creator 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
-
getAdditionalInfo
Gets the value of the additionalInfo property.- Returns:
- possible object is
String
-
setAdditionalInfo
Sets the value of the additionalInfo property.- Parameters:
value- allowed object isString
-
getInputFormat
Gets the value of the inputFormat property.- Returns:
- possible object is
ConverterPlugin.InputFormat
-
setInputFormat
Sets the value of the inputFormat property.- Parameters:
value- allowed object isConverterPlugin.InputFormat
-
getOutputFormat
Gets the value of the outputFormat property.- Returns:
- possible object is
ConverterPlugin.OutputFormat
-
setOutputFormat
Sets the value of the outputFormat property.- Parameters:
value- allowed object isConverterPlugin.OutputFormat
-
getStylesheets
Gets the value of the stylesheets 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 stylesheets property.For example, to add a new item, do as follows:
getStylesheets().add(newItem);Objects of the following type(s) are allowed in the list
ConverterPlugin.Stylesheet- Returns:
- The value of the stylesheets 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
-
getID
Gets the value of the id property.- Returns:
- possible object is
String
-
setID
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
BigInteger
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isBigInteger
-