|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wms.Capability
public class Capability
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 ref="{http://www.opengis.net/wms}Request"/>
<element ref="{http://www.opengis.net/wms}Exception"/>
<element ref="{http://www.opengis.net/wms}_ExtendedCapabilities" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/wms}Layer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Exception |
exception
|
protected List<JAXBElement<?>> |
extendedCapabilities
|
protected Layer |
layer
|
protected Request |
request
|
| Constructor Summary | |
|---|---|
Capability()
|
|
| Method Summary | |
|---|---|
Exception |
getException()
Obtient la valeur de la propriété exception. |
List<JAXBElement<?>> |
getExtendedCapabilities()
Gets the value of the extendedCapabilities property. |
Layer |
getLayer()
Obtient la valeur de la propriété layer. |
Request |
getRequest()
Obtient la valeur de la propriété request. |
boolean |
isSetException()
|
boolean |
isSetExtendedCapabilities()
|
boolean |
isSetLayer()
|
boolean |
isSetRequest()
|
void |
setException(Exception value)
Définit la valeur de la propriété exception. |
void |
setLayer(Layer value)
Définit la valeur de la propriété layer. |
void |
setRequest(Request value)
Définit la valeur de la propriété request. |
void |
unsetExtendedCapabilities()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Request request
protected Exception exception
protected List<JAXBElement<?>> extendedCapabilities
protected Layer layer
| Constructor Detail |
|---|
public Capability()
| Method Detail |
|---|
public Request getRequest()
Requestpublic void setRequest(Request value)
value - allowed object is
Requestpublic boolean isSetRequest()
public Exception getException()
Exceptionpublic void setException(Exception value)
value - allowed object is
Exceptionpublic boolean isSetException()
public List<JAXBElement<?>> getExtendedCapabilities()
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 extendedCapabilities property.
For example, to add a new item, do as follows:
getExtendedCapabilities().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Object>
JAXBElement<UserDefinedSymbolization>
public boolean isSetExtendedCapabilities()
public void unsetExtendedCapabilities()
public Layer getLayer()
Layerpublic void setLayer(Layer value)
value - allowed object is
Layerpublic boolean isSetLayer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||