Class ConverterPlugin.Stylesheet

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

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

  • Constructor Details

    • Stylesheet

      public Stylesheet()
  • Method Details

    • getLocation

      public String getLocation()
      Gets the value of the location property.
      Returns:
      possible object is String
    • setLocation

      public void setLocation(String value)
      Sets the value of the location property.
      Parameters:
      value - allowed object is String
    • getParameters

      public List<ConverterPlugin.Stylesheet.Parameter> getParameters()
      Gets the value of the parameters 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 parameters property.

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

          getParameters().add(newItem);
       

      Objects of the following type(s) are allowed in the list ConverterPlugin.Stylesheet.Parameter

      Returns:
      The value of the parameters property.