|
NASA World Wind WMS | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.worldwind.servers.wms.xml.Style
public class Style
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="{http://www.opengis.net/wms}Name"/> <element ref="{http://www.opengis.net/wms}Title"/> <element ref="{http://www.opengis.net/wms}Abstract" minOccurs="0"/> <element ref="{http://www.opengis.net/wms}LegendURL" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opengis.net/wms}StyleSheetURL" minOccurs="0"/> <element ref="{http://www.opengis.net/wms}StyleURL" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
_abstract
|
protected List<LegendURL> |
legendURL
|
protected String |
name
|
protected StyleSheetURL |
styleSheetURL
|
protected StyleURL |
styleURL
|
protected String |
title
|
Constructor Summary | |
---|---|
Style()
|
Method Summary | |
---|---|
String |
getAbstract()
Gets the value of the abstract property. |
List<LegendURL> |
getLegendURL()
Gets the value of the legendURL property. |
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. |
String |
getTitle()
Gets the value of the title property. |
void |
setAbstract(String value)
Sets the value of the abstract property. |
void |
setName(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(String value)
Sets the value of the title property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String _abstract
protected List<LegendURL> legendURL
protected String name
protected StyleSheetURL styleSheetURL
protected StyleURL styleURL
protected String title
Constructor Detail |
---|
public Style()
Method Detail |
---|
public String getAbstract()
String
public List<LegendURL> getLegendURL()
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 legendURL property.
For example, to add a new item, do as follows:
getLegendURL().add(newItem);
Objects of the following type(s) are allowed in the list
LegendURL
public String getName()
String
public StyleSheetURL getStyleSheetURL()
StyleSheetURL
public StyleURL getStyleURL()
StyleURL
public String getTitle()
String
public void setAbstract(String value)
value
- allowed object is
String
public void setName(String value)
value
- allowed object is
String
public void setStyleSheetURL(StyleSheetURL value)
value
- allowed object is
StyleSheetURL
public void setStyleURL(StyleURL value)
value
- allowed object is
StyleURL
public void setTitle(String value)
value
- allowed object is
String
|
NASA World Wind WMS | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |