Class ConverterPlugin.InputFormat

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

public static class ConverterPlugin.InputFormat 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="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>
 
See Also:
  • Field Details

  • Constructor Details

    • InputFormat

      public InputFormat()
  • Method Details

    • getNamespace

      public String getNamespace()
      Gets the value of the namespace property.
      Returns:
      possible object is String
    • setNamespace

      public void setNamespace(String value)
      Sets the value of the namespace property.
      Parameters:
      value - allowed object is String
    • getFilenameExtensions

      public List<String> getFilenameExtensions()
      Gets the value of the filenameExtensions 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 filenameExtensions property.

      For example, to add a new item, do as follows:

          getFilenameExtensions().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

      Returns:
      The value of the filenameExtensions property.
    • getUserInterfaces

      public List<UserInterfaceT> 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 set method 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

      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