Class ConverterPlugin.Stylesheet
java.lang.Object
org.bremersee.garmin.converterplugin.v1.model.ConverterPlugin.Stylesheet
- 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="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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<ConverterPlugin.Stylesheet.Parameter> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the location property.Gets the value of the parameters property.voidsetLocation(String value) Sets the value of the location property.
-
Field Details
-
location
-
parameters
-
-
Constructor Details
-
Stylesheet
public Stylesheet()
-
-
Method Details
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
String
-
setLocation
Sets the value of the location property.- Parameters:
value- allowed object isString
-
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
setmethod 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.
-