net.opengis.wms
Class Style

java.lang.Object
  extended by net.opengis.wms.Style

public class Style
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/wms}Name"/>
         <element ref="{http://www.opengis.net/wms}Title"/>
         <element ref="{http://www.opengis.net/wms}Abstract" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wms}LegendURL" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wms}StyleSheetURL" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wms}StyleURL" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String _abstract
           
protected  List<LegendURL> legendURL
           
protected  String name
           
protected  StyleSheetURL styleSheetURL
           
protected  StyleURL styleURL
           
protected  String title
           
 
Constructor Summary
Style()
           
 
Method Summary
 String getAbstract()
          Obtient la valeur de la propriété abstract.
 List<LegendURL> getLegendURL()
          Gets the value of the legendURL property.
 String getName()
          Obtient la valeur de la propriété name.
 StyleSheetURL getStyleSheetURL()
          Obtient la valeur de la propriété styleSheetURL.
 StyleURL getStyleURL()
          Obtient la valeur de la propriété styleURL.
 String getTitle()
          Obtient la valeur de la propriété title.
 boolean isSetAbstract()
           
 boolean isSetLegendURL()
           
 boolean isSetName()
           
 boolean isSetStyleSheetURL()
           
 boolean isSetStyleURL()
           
 boolean isSetTitle()
           
 void setAbstract(String value)
          Définit la valeur de la propriété abstract.
 void setName(String value)
          Définit la valeur de la propriété name.
 void setStyleSheetURL(StyleSheetURL value)
          Définit la valeur de la propriété styleSheetURL.
 void setStyleURL(StyleURL value)
          Définit la valeur de la propriété styleURL.
 void setTitle(String value)
          Définit la valeur de la propriété title.
 void unsetLegendURL()
           
 
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

_abstract

protected String _abstract

legendURL

protected List<LegendURL> legendURL

styleSheetURL

protected StyleSheetURL styleSheetURL

styleURL

protected StyleURL styleURL
Constructor Detail

Style

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

getAbstract

public String getAbstract()
Obtient la valeur de la propriété abstract.

Returns:
possible object is String

setAbstract

public void setAbstract(String value)
Définit la valeur de la propriété abstract.

Parameters:
value - allowed object is String

isSetAbstract

public boolean isSetAbstract()

getLegendURL

public List<LegendURL> getLegendURL()
Gets the value of the legendURL 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 legendURL property.

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

    getLegendURL().add(newItem);
 

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


isSetLegendURL

public boolean isSetLegendURL()

unsetLegendURL

public void unsetLegendURL()

getStyleSheetURL

public StyleSheetURL getStyleSheetURL()
Obtient la valeur de la propriété styleSheetURL.

Returns:
possible object is StyleSheetURL

setStyleSheetURL

public void setStyleSheetURL(StyleSheetURL value)
Définit la valeur de la propriété styleSheetURL.

Parameters:
value - allowed object is StyleSheetURL

isSetStyleSheetURL

public boolean isSetStyleSheetURL()

getStyleURL

public StyleURL getStyleURL()
Obtient la valeur de la propriété styleURL.

Returns:
possible object is StyleURL

setStyleURL

public void setStyleURL(StyleURL value)
Définit la valeur de la propriété styleURL.

Parameters:
value - allowed object is StyleURL

isSetStyleURL

public boolean isSetStyleURL()


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