net.opengis.sld._1_2
Class StyledLayerDescriptorElement

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

public class StyledLayerDescriptorElement
extends Object

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/se/2.0/core}Name" minOccurs="0"/>
         <element ref="{http://www.opengis.net/se/2.0/core}Description" minOccurs="0"/>
         <element ref="{http://www.opengis.net/sld/1.2}UseSLDLibrary" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/sld/1.2}NamedLayer" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="version" use="required" type="{http://www.opengis.net/se/2.0/core}VersionType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DescriptionType description
           
protected  String name
           
protected  List<NamedLayerElement> namedLayer
           
protected  List<UseSLDLibraryElement> useSLDLibrary
           
protected  VersionType version
           
 
Constructor Summary
StyledLayerDescriptorElement()
           
 
Method Summary
 DescriptionType getDescription()
          Obtient la valeur de la propriété description.
 String getName()
          Obtient la valeur de la propriété name.
 List<NamedLayerElement> getNamedLayer()
          Gets the value of the namedLayer property.
 List<UseSLDLibraryElement> getUseSLDLibrary()
          Gets the value of the useSLDLibrary property.
 VersionType getVersion()
          Obtient la valeur de la propriété version.
 boolean isSetDescription()
           
 boolean isSetName()
           
 boolean isSetNamedLayer()
           
 boolean isSetUseSLDLibrary()
           
 boolean isSetVersion()
           
 void setDescription(DescriptionType value)
          Définit la valeur de la propriété description.
 void setName(String value)
          Définit la valeur de la propriété name.
 void setVersion(VersionType value)
          Définit la valeur de la propriété version.
 void unsetNamedLayer()
           
 void unsetUseSLDLibrary()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

description

protected DescriptionType description

useSLDLibrary

protected List<UseSLDLibraryElement> useSLDLibrary

namedLayer

protected List<NamedLayerElement> namedLayer

version

protected VersionType version
Constructor Detail

StyledLayerDescriptorElement

public StyledLayerDescriptorElement()
Method Detail

getName

public String getName()
Obtient la valeur de la propriété name.

Returns:
possible object is String

setName

public void setName(String value)
Définit la valeur de la propriété name.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getDescription

public DescriptionType getDescription()
Obtient la valeur de la propriété description.

Returns:
possible object is DescriptionType

setDescription

public void setDescription(DescriptionType value)
Définit la valeur de la propriété description.

Parameters:
value - allowed object is DescriptionType

isSetDescription

public boolean isSetDescription()

getUseSLDLibrary

public List<UseSLDLibraryElement> getUseSLDLibrary()
Gets the value of the useSLDLibrary 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 useSLDLibrary property.

For example, to add a new item, do as follows:

    getUseSLDLibrary().add(newItem);
 

Objects of the following type(s) are allowed in the list UseSLDLibraryElement


isSetUseSLDLibrary

public boolean isSetUseSLDLibrary()

unsetUseSLDLibrary

public void unsetUseSLDLibrary()

getNamedLayer

public List<NamedLayerElement> getNamedLayer()
Gets the value of the namedLayer 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 namedLayer property.

For example, to add a new item, do as follows:

    getNamedLayer().add(newItem);
 

Objects of the following type(s) are allowed in the list NamedLayerElement


isSetNamedLayer

public boolean isSetNamedLayer()

unsetNamedLayer

public void unsetNamedLayer()

getVersion

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

Returns:
possible object is VersionType

setVersion

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

Parameters:
value - allowed object is VersionType

isSetVersion

public boolean isSetVersion()


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