Class ConverterPlugin

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

public class ConverterPlugin extends Object implements 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:
  • Field Details

  • Constructor Details

    • ConverterPlugin

      public ConverterPlugin()
  • Method Details

    • getCreator

      public String getCreator()
      Gets the value of the creator property.
      Returns:
      possible object is String
    • setCreator

      public void setCreator(String value)
      Sets the value of the creator 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
    • getAdditionalInfo

      public String getAdditionalInfo()
      Gets the value of the additionalInfo property.
      Returns:
      possible object is String
    • setAdditionalInfo

      public void setAdditionalInfo(String value)
      Sets the value of the additionalInfo property.
      Parameters:
      value - allowed object is String
    • getInputFormat

      public ConverterPlugin.InputFormat getInputFormat()
      Gets the value of the inputFormat property.
      Returns:
      possible object is ConverterPlugin.InputFormat
    • setInputFormat

      public void setInputFormat(ConverterPlugin.InputFormat value)
      Sets the value of the inputFormat property.
      Parameters:
      value - allowed object is ConverterPlugin.InputFormat
    • getOutputFormat

      public ConverterPlugin.OutputFormat getOutputFormat()
      Gets the value of the outputFormat property.
      Returns:
      possible object is ConverterPlugin.OutputFormat
    • setOutputFormat

      public void setOutputFormat(ConverterPlugin.OutputFormat value)
      Sets the value of the outputFormat property.
      Parameters:
      value - allowed object is ConverterPlugin.OutputFormat
    • getStylesheets

      public List<ConverterPlugin.Stylesheet> 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 set method 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

      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
    • getID

      public String getID()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setID

      public void setID(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getVersion

      public BigInteger getVersion()
      Gets the value of the version property.
      Returns:
      possible object is BigInteger
    • setVersion

      public void setVersion(BigInteger value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is BigInteger