NASA World Wind WMS

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

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

public class Service
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 name="Name">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="WMS"/>
             </restriction>
           </simpleType>
         </element>
         <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}KeywordList" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wms}OnlineResource"/>
         <element ref="{http://www.opengis.net/wms}ContactInformation" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wms}Fees" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wms}AccessConstraints" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wms}LayerLimit" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wms}MaxWidth" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wms}MaxHeight" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String _abstract
           
protected  String accessConstraints
           
protected  ContactInformation contactInformation
           
protected  String fees
           
protected  KeywordList keywordList
           
protected  BigInteger layerLimit
           
protected  BigInteger maxHeight
           
protected  BigInteger maxWidth
           
protected  String name
           
protected  OnlineResource onlineResource
           
protected  String title
           
 
Constructor Summary
Service()
           
 
Method Summary
 String getAbstract()
          Gets the value of the abstract property.
 String getAccessConstraints()
          Gets the value of the accessConstraints property.
 ContactInformation getContactInformation()
          Gets the value of the contactInformation property.
 String getFees()
          Gets the value of the fees property.
 KeywordList getKeywordList()
          Gets the value of the keywordList property.
 BigInteger getLayerLimit()
          Gets the value of the layerLimit property.
 BigInteger getMaxHeight()
          Gets the value of the maxHeight property.
 BigInteger getMaxWidth()
          Gets the value of the maxWidth property.
 String getName()
          Gets the value of the name property.
 OnlineResource getOnlineResource()
          Gets the value of the onlineResource property.
 String getTitle()
          Gets the value of the title property.
 void setAbstract(String value)
          Sets the value of the abstract property.
 void setAccessConstraints(String value)
          Sets the value of the accessConstraints property.
 void setContactInformation(ContactInformation value)
          Sets the value of the contactInformation property.
 void setFees(String value)
          Sets the value of the fees property.
 void setKeywordList(KeywordList value)
          Sets the value of the keywordList property.
 void setLayerLimit(BigInteger value)
          Sets the value of the layerLimit property.
 void setMaxHeight(BigInteger value)
          Sets the value of the maxHeight property.
 void setMaxWidth(BigInteger value)
          Sets the value of the maxWidth property.
 void setName(String value)
          Sets the value of the name property.
 void setOnlineResource(OnlineResource value)
          Sets the value of the onlineResource 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

accessConstraints

protected String accessConstraints

contactInformation

protected ContactInformation contactInformation

fees

protected String fees

keywordList

protected KeywordList keywordList

layerLimit

protected BigInteger layerLimit

maxHeight

protected BigInteger maxHeight

maxWidth

protected BigInteger maxWidth

name

protected String name

onlineResource

protected OnlineResource onlineResource

title

protected String title
Constructor Detail

Service

public Service()
Method Detail

getAbstract

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

Returns:
possible object is String

getAccessConstraints

public String getAccessConstraints()
Gets the value of the accessConstraints property.

Returns:
possible object is String

getContactInformation

public ContactInformation getContactInformation()
Gets the value of the contactInformation property.

Returns:
possible object is ContactInformation

getFees

public String getFees()
Gets the value of the fees property.

Returns:
possible object is String

getKeywordList

public KeywordList getKeywordList()
Gets the value of the keywordList property.

Returns:
possible object is KeywordList

getLayerLimit

public BigInteger getLayerLimit()
Gets the value of the layerLimit property.

Returns:
possible object is BigInteger

getMaxHeight

public BigInteger getMaxHeight()
Gets the value of the maxHeight property.

Returns:
possible object is BigInteger

getMaxWidth

public BigInteger getMaxWidth()
Gets the value of the maxWidth property.

Returns:
possible object is BigInteger

getName

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

Returns:
possible object is String

getOnlineResource

public OnlineResource getOnlineResource()
Gets the value of the onlineResource property.

Returns:
possible object is OnlineResource

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

setAccessConstraints

public void setAccessConstraints(String value)
Sets the value of the accessConstraints property.

Parameters:
value - allowed object is String

setContactInformation

public void setContactInformation(ContactInformation value)
Sets the value of the contactInformation property.

Parameters:
value - allowed object is ContactInformation

setFees

public void setFees(String value)
Sets the value of the fees property.

Parameters:
value - allowed object is String

setKeywordList

public void setKeywordList(KeywordList value)
Sets the value of the keywordList property.

Parameters:
value - allowed object is KeywordList

setLayerLimit

public void setLayerLimit(BigInteger value)
Sets the value of the layerLimit property.

Parameters:
value - allowed object is BigInteger

setMaxHeight

public void setMaxHeight(BigInteger value)
Sets the value of the maxHeight property.

Parameters:
value - allowed object is BigInteger

setMaxWidth

public void setMaxWidth(BigInteger value)
Sets the value of the maxWidth property.

Parameters:
value - allowed object is BigInteger

setName

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

Parameters:
value - allowed object is String

setOnlineResource

public void setOnlineResource(OnlineResource value)
Sets the value of the onlineResource property.

Parameters:
value - allowed object is OnlineResource

setTitle

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

Parameters:
value - allowed object is String

NASA World Wind WMS