|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.sld._1_2.DescribeLayerResponseType
public class DescribeLayerResponseType
Classe Java pour DescribeLayerResponseType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="DescribeLayerResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Version" type="{http://www.opengis.net/ows/2.0}VersionType"/>
<element name="LayerDescription" type="{http://www.opengis.net/sld/1.2}LayerDescriptionType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<LayerDescriptionType> |
layerDescription
|
protected String |
version
|
| Constructor Summary | |
|---|---|
DescribeLayerResponseType()
|
|
| Method Summary | |
|---|---|
List<LayerDescriptionType> |
getLayerDescription()
Gets the value of the layerDescription property. |
String |
getVersion()
Obtient la valeur de la propriété version. |
boolean |
isSetLayerDescription()
|
boolean |
isSetVersion()
|
void |
setVersion(String value)
Définit la valeur de la propriété version. |
void |
unsetLayerDescription()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String version
protected List<LayerDescriptionType> layerDescription
| Constructor Detail |
|---|
public DescribeLayerResponseType()
| Method Detail |
|---|
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic boolean isSetVersion()
public List<LayerDescriptionType> getLayerDescription()
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 layerDescription property.
For example, to add a new item, do as follows:
getLayerDescription().add(newItem);
Objects of the following type(s) are allowed in the list
LayerDescriptionType
public boolean isSetLayerDescription()
public void unsetLayerDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||