net.opengis.sld._1_2
Class LayerDescriptionType

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

public class LayerDescriptionType
extends Object

Classe Java pour LayerDescriptionType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="LayerDescriptionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="owsType" type="{http://www.opengis.net/sld/1.2}owsTypeType"/>
         <element ref="{http://www.opengis.net/se/2.0/core}OnlineResource"/>
         <element name="TypeName" type="{http://www.opengis.net/sld/1.2}TypeNameType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  OnlineResourceType onlineResource
           
protected  OwsTypeType owsType
           
protected  List<TypeNameType> typeName
           
 
Constructor Summary
LayerDescriptionType()
           
 
Method Summary
 OnlineResourceType getOnlineResource()
          Obtient la valeur de la propriété onlineResource.
 OwsTypeType getOwsType()
          Obtient la valeur de la propriété owsType.
 List<TypeNameType> getTypeName()
          Gets the value of the typeName property.
 boolean isSetOnlineResource()
           
 boolean isSetOwsType()
           
 boolean isSetTypeName()
           
 void setOnlineResource(OnlineResourceType value)
          Définit la valeur de la propriété onlineResource.
 void setOwsType(OwsTypeType value)
          Définit la valeur de la propriété owsType.
 void unsetTypeName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

owsType

protected OwsTypeType owsType

onlineResource

protected OnlineResourceType onlineResource

typeName

protected List<TypeNameType> typeName
Constructor Detail

LayerDescriptionType

public LayerDescriptionType()
Method Detail

getOwsType

public OwsTypeType getOwsType()
Obtient la valeur de la propriété owsType.

Returns:
possible object is OwsTypeType

setOwsType

public void setOwsType(OwsTypeType value)
Définit la valeur de la propriété owsType.

Parameters:
value - allowed object is OwsTypeType

isSetOwsType

public boolean isSetOwsType()

getOnlineResource

public OnlineResourceType getOnlineResource()
Obtient la valeur de la propriété onlineResource.

Returns:
possible object is OnlineResourceType

setOnlineResource

public void setOnlineResource(OnlineResourceType value)
Définit la valeur de la propriété onlineResource.

Parameters:
value - allowed object is OnlineResourceType

isSetOnlineResource

public boolean isSetOnlineResource()

getTypeName

public List<TypeNameType> getTypeName()
Gets the value of the typeName 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 typeName property.

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

    getTypeName().add(newItem);
 

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


isSetTypeName

public boolean isSetTypeName()

unsetTypeName

public void unsetTypeName()


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