net.opengis.ows_context
Class SLDType

java.lang.Object
  extended by net.opengis.ows_context.SLDType

public class SLDType
extends Object

Classe Java pour SLDType complex type.

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

 <complexType name="SLDType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LegendURL" type="{http://www.opengis.net/ows-context}URLType" minOccurs="0"/>
         <choice>
           <element name="OnlineResource" type="{http://www.opengis.net/ows-context}OnlineResourceType"/>
           <element ref="{http://www.opengis.net/sld/1.2}StyledLayerDescriptor"/>
           <element ref="{http://www.opengis.net/se/2.0/core}AbstractStyle"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<? extends AbstractStyleType> abstractStyle
           
protected  URLType legendURL
           
protected  String name
           
protected  OnlineResourceType onlineResource
           
protected  StyledLayerDescriptorElement styledLayerDescriptor
           
protected  String title
           
 
Constructor Summary
SLDType()
           
 
Method Summary
 JAXBElement<? extends AbstractStyleType> getAbstractStyle()
          Obtient la valeur de la propriété abstractStyle.
 URLType getLegendURL()
          Obtient la valeur de la propriété legendURL.
 String getName()
          Obtient la valeur de la propriété name.
 OnlineResourceType getOnlineResource()
          Obtient la valeur de la propriété onlineResource.
 StyledLayerDescriptorElement getStyledLayerDescriptor()
          Obtient la valeur de la propriété styledLayerDescriptor.
 String getTitle()
          Obtient la valeur de la propriété title.
 boolean isSetAbstractStyle()
           
 boolean isSetLegendURL()
           
 boolean isSetName()
           
 boolean isSetOnlineResource()
           
 boolean isSetStyledLayerDescriptor()
           
 boolean isSetTitle()
           
 void setAbstractStyle(JAXBElement<? extends AbstractStyleType> value)
          Définit la valeur de la propriété abstractStyle.
 void setLegendURL(URLType value)
          Définit la valeur de la propriété legendURL.
 void setName(String value)
          Définit la valeur de la propriété name.
 void setOnlineResource(OnlineResourceType value)
          Définit la valeur de la propriété onlineResource.
 void setStyledLayerDescriptor(StyledLayerDescriptorElement value)
          Définit la valeur de la propriété styledLayerDescriptor.
 void setTitle(String value)
          Définit la valeur de la propriété title.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

title

protected String title

legendURL

protected URLType legendURL

onlineResource

protected OnlineResourceType onlineResource

styledLayerDescriptor

protected StyledLayerDescriptorElement styledLayerDescriptor

abstractStyle

protected JAXBElement<? extends AbstractStyleType> abstractStyle
Constructor Detail

SLDType

public SLDType()
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()

getTitle

public String getTitle()
Obtient la valeur de la propriété title.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Définit la valeur de la propriété title.

Parameters:
value - allowed object is String

isSetTitle

public boolean isSetTitle()

getLegendURL

public URLType getLegendURL()
Obtient la valeur de la propriété legendURL.

Returns:
possible object is URLType

setLegendURL

public void setLegendURL(URLType value)
Définit la valeur de la propriété legendURL.

Parameters:
value - allowed object is URLType

isSetLegendURL

public boolean isSetLegendURL()

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()

getStyledLayerDescriptor

public StyledLayerDescriptorElement getStyledLayerDescriptor()
Obtient la valeur de la propriété styledLayerDescriptor.

Returns:
possible object is StyledLayerDescriptorElement

setStyledLayerDescriptor

public void setStyledLayerDescriptor(StyledLayerDescriptorElement value)
Définit la valeur de la propriété styledLayerDescriptor.

Parameters:
value - allowed object is StyledLayerDescriptorElement

isSetStyledLayerDescriptor

public boolean isSetStyledLayerDescriptor()

getAbstractStyle

public JAXBElement<? extends AbstractStyleType> getAbstractStyle()
Obtient la valeur de la propriété abstractStyle.

Returns:
possible object is JAXBElement<StyleReferenceType> JAXBElement<AbstractStyleType> JAXBElement<StyleType>

setAbstractStyle

public void setAbstractStyle(JAXBElement<? extends AbstractStyleType> value)
Définit la valeur de la propriété abstractStyle.

Parameters:
value - allowed object is JAXBElement<StyleReferenceType> JAXBElement<AbstractStyleType> JAXBElement<StyleType>

isSetAbstractStyle

public boolean isSetAbstractStyle()


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