NASA World Wind WMS

gov.nasa.worldwind.servers.wms.xml
Class Style

java.lang.Object
  extended by gov.nasa.worldwind.servers.wms.xml.Style

public class Style
extends 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="{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

_abstract

protected String _abstract

legendURL

protected List<LegendURL> legendURL

name

protected String name

styleSheetURL

protected StyleSheetURL styleSheetURL

styleURL

protected StyleURL styleURL

title

protected String title
Constructor Detail

Style

public Style()
Method Detail

getAbstract

public String getAbstract()
Gets the value of the abstract property.

Returns:
possible object is String

getLegendURL

public List<LegendURL> getLegendURL()
Gets the value of the legendURL 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 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


getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

getStyleSheetURL

public StyleSheetURL getStyleSheetURL()
Gets the value of the styleSheetURL property.

Returns:
possible object is StyleSheetURL

getStyleURL

public StyleURL getStyleURL()
Gets the value of the styleURL property.

Returns:
possible object is StyleURL

getTitle

public String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setAbstract

public void setAbstract(String value)
Sets the value of the abstract property.

Parameters:
value - allowed object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

setStyleSheetURL

public void setStyleSheetURL(StyleSheetURL value)
Sets the value of the styleSheetURL property.

Parameters:
value - allowed object is StyleSheetURL

setStyleURL

public void setStyleURL(StyleURL value)
Sets the value of the styleURL property.

Parameters:
value - allowed object is StyleURL

setTitle

public void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

NASA World Wind WMS