|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wms.Service
public class Service
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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()
Obtient la valeur de la propriété abstract. |
String |
getAccessConstraints()
Obtient la valeur de la propriété accessConstraints. |
ContactInformation |
getContactInformation()
Obtient la valeur de la propriété contactInformation. |
String |
getFees()
Obtient la valeur de la propriété fees. |
KeywordList |
getKeywordList()
Obtient la valeur de la propriété keywordList. |
BigInteger |
getLayerLimit()
Obtient la valeur de la propriété layerLimit. |
BigInteger |
getMaxHeight()
Obtient la valeur de la propriété maxHeight. |
BigInteger |
getMaxWidth()
Obtient la valeur de la propriété maxWidth. |
String |
getName()
Obtient la valeur de la propriété name. |
OnlineResource |
getOnlineResource()
Obtient la valeur de la propriété onlineResource. |
String |
getTitle()
Obtient la valeur de la propriété title. |
boolean |
isSetAbstract()
|
boolean |
isSetAccessConstraints()
|
boolean |
isSetContactInformation()
|
boolean |
isSetFees()
|
boolean |
isSetKeywordList()
|
boolean |
isSetLayerLimit()
|
boolean |
isSetMaxHeight()
|
boolean |
isSetMaxWidth()
|
boolean |
isSetName()
|
boolean |
isSetOnlineResource()
|
boolean |
isSetTitle()
|
void |
setAbstract(String value)
Définit la valeur de la propriété abstract. |
void |
setAccessConstraints(String value)
Définit la valeur de la propriété accessConstraints. |
void |
setContactInformation(ContactInformation value)
Définit la valeur de la propriété contactInformation. |
void |
setFees(String value)
Définit la valeur de la propriété fees. |
void |
setKeywordList(KeywordList value)
Définit la valeur de la propriété keywordList. |
void |
setLayerLimit(BigInteger value)
Définit la valeur de la propriété layerLimit. |
void |
setMaxHeight(BigInteger value)
Définit la valeur de la propriété maxHeight. |
void |
setMaxWidth(BigInteger value)
Définit la valeur de la propriété maxWidth. |
void |
setName(String value)
Définit la valeur de la propriété name. |
void |
setOnlineResource(OnlineResource value)
Définit la valeur de la propriété onlineResource. |
void |
setTitle(String value)
Définit la valeur de la propriété title. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String title
protected String _abstract
protected KeywordList keywordList
protected OnlineResource onlineResource
protected ContactInformation contactInformation
protected String fees
protected String accessConstraints
protected BigInteger layerLimit
protected BigInteger maxWidth
protected BigInteger maxHeight
| Constructor Detail |
|---|
public Service()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic boolean isSetTitle()
public String getAbstract()
Stringpublic void setAbstract(String value)
value - allowed object is
Stringpublic boolean isSetAbstract()
public KeywordList getKeywordList()
KeywordListpublic void setKeywordList(KeywordList value)
value - allowed object is
KeywordListpublic boolean isSetKeywordList()
public OnlineResource getOnlineResource()
OnlineResourcepublic void setOnlineResource(OnlineResource value)
value - allowed object is
OnlineResourcepublic boolean isSetOnlineResource()
public ContactInformation getContactInformation()
ContactInformationpublic void setContactInformation(ContactInformation value)
value - allowed object is
ContactInformationpublic boolean isSetContactInformation()
public String getFees()
Stringpublic void setFees(String value)
value - allowed object is
Stringpublic boolean isSetFees()
public String getAccessConstraints()
Stringpublic void setAccessConstraints(String value)
value - allowed object is
Stringpublic boolean isSetAccessConstraints()
public BigInteger getLayerLimit()
BigIntegerpublic void setLayerLimit(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetLayerLimit()
public BigInteger getMaxWidth()
BigIntegerpublic void setMaxWidth(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetMaxWidth()
public BigInteger getMaxHeight()
BigIntegerpublic void setMaxHeight(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetMaxHeight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||