net.opengis.sld._1_2
Class DescribeLayerResponseType

java.lang.Object
  extended by net.opengis.sld._1_2.DescribeLayerResponseType

public class DescribeLayerResponseType
extends Object

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

version

protected String version

layerDescription

protected List<LayerDescriptionType> layerDescription
Constructor Detail

DescribeLayerResponseType

public DescribeLayerResponseType()
Method Detail

getVersion

public String getVersion()
Obtient la valeur de la propriété version.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Définit la valeur de la propriété version.

Parameters:
value - allowed object is String

isSetVersion

public boolean isSetVersion()

getLayerDescription

public List<LayerDescriptionType> getLayerDescription()
Gets the value of the layerDescription property.

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


isSetLayerDescription

public boolean isSetLayerDescription()

unsetLayerDescription

public void unsetLayerDescription()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.