public class Style
extends java.lang.Object
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 ref="{}Name"/>
<element ref="{}Title"/>
<element ref="{}Abstract" minOccurs="0"/>
<element ref="{}LegendURL" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}StyleSheetURL" minOccurs="0"/>
<element ref="{}StyleURL" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
_abstract |
protected java.util.List<LegendURL> |
legendURLs |
protected java.lang.String |
name |
protected StyleSheetURL |
styleSheetURL |
protected StyleURL |
styleURL |
protected java.lang.String |
title |
| Constructor and Description |
|---|
Style() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAbstract()
Gets the value of the abstract property.
|
java.util.List<LegendURL> |
getLegendURLs()
Gets the value of the legendURLs property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
StyleSheetURL |
getStyleSheetURL()
Gets the value of the styleSheetURL property.
|
StyleURL |
getStyleURL()
Gets the value of the styleURL property.
|
java.lang.String |
getTitle()
Gets the value of the title property.
|
void |
setAbstract(java.lang.String value)
Sets the value of the abstract property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setStyleSheetURL(StyleSheetURL value)
Sets the value of the styleSheetURL property.
|
void |
setStyleURL(StyleURL value)
Sets the value of the styleURL property.
|
void |
setTitle(java.lang.String value)
Sets the value of the title property.
|
protected java.lang.String name
protected java.lang.String title
protected java.lang.String _abstract
protected java.util.List<LegendURL> legendURLs
protected StyleSheetURL styleSheetURL
protected StyleURL styleURL
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAbstract()
Stringpublic void setAbstract(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<LegendURL> getLegendURLs()
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 JAXB object.
This is why there is not a set method for the legendURLs property.
For example, to add a new item, do as follows:
getLegendURLs().add(newItem);
Objects of the following type(s) are allowed in the list
LegendURL
public StyleSheetURL getStyleSheetURL()
StyleSheetURLpublic void setStyleSheetURL(StyleSheetURL value)
value - allowed object is
StyleSheetURLpublic StyleURL getStyleURL()
StyleURLCopyright © 2013. All Rights Reserved.