|
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.Service
public class Service
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 |
---|
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 Detail |
---|
public Service()
Method Detail |
---|
public String getAbstract()
String
public String getAccessConstraints()
String
public ContactInformation getContactInformation()
ContactInformation
public String getFees()
String
public KeywordList getKeywordList()
KeywordList
public BigInteger getLayerLimit()
BigInteger
public BigInteger getMaxHeight()
BigInteger
public BigInteger getMaxWidth()
BigInteger
public String getName()
String
public OnlineResource getOnlineResource()
OnlineResource
public String getTitle()
String
public void setAbstract(String value)
value
- allowed object is
String
public void setAccessConstraints(String value)
value
- allowed object is
String
public void setContactInformation(ContactInformation value)
value
- allowed object is
ContactInformation
public void setFees(String value)
value
- allowed object is
String
public void setKeywordList(KeywordList value)
value
- allowed object is
KeywordList
public void setLayerLimit(BigInteger value)
value
- allowed object is
BigInteger
public void setMaxHeight(BigInteger value)
value
- allowed object is
BigInteger
public void setMaxWidth(BigInteger value)
value
- allowed object is
BigInteger
public void setName(String value)
value
- allowed object is
String
public void setOnlineResource(OnlineResource value)
value
- allowed object is
OnlineResource
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 |