net.opengis.gml
Class StyleVariationType

java.lang.Object
  extended by net.opengis.gml.StyleVariationType

public class StyleVariationType
extends Object

Used to vary individual graphic parameters and attributes of the style, symbol or text.

Classe Java pour StyleVariationType complex type.

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

 <complexType name="StyleVariationType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="styleProperty" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="featurePropertyRange" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String featurePropertyRange
           
protected  String styleProperty
           
protected  String value
           
 
Constructor Summary
StyleVariationType()
           
 
Method Summary
 String getFeaturePropertyRange()
          Obtient la valeur de la propriété featurePropertyRange.
 String getStyleProperty()
          Obtient la valeur de la propriété styleProperty.
 String getValue()
          Obtient la valeur de la propriété value.
 boolean isSetFeaturePropertyRange()
           
 boolean isSetStyleProperty()
           
 boolean isSetValue()
           
 void setFeaturePropertyRange(String value)
          Définit la valeur de la propriété featurePropertyRange.
 void setStyleProperty(String value)
          Définit la valeur de la propriété styleProperty.
 void setValue(String value)
          Définit la valeur de la propriété value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

styleProperty

protected String styleProperty

featurePropertyRange

protected String featurePropertyRange
Constructor Detail

StyleVariationType

public StyleVariationType()
Method Detail

getValue

public String getValue()
Obtient la valeur de la propriété value.

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

isSetValue

public boolean isSetValue()

getStyleProperty

public String getStyleProperty()
Obtient la valeur de la propriété styleProperty.

Returns:
possible object is String

setStyleProperty

public void setStyleProperty(String value)
Définit la valeur de la propriété styleProperty.

Parameters:
value - allowed object is String

isSetStyleProperty

public boolean isSetStyleProperty()

getFeaturePropertyRange

public String getFeaturePropertyRange()
Obtient la valeur de la propriété featurePropertyRange.

Returns:
possible object is String

setFeaturePropertyRange

public void setFeaturePropertyRange(String value)
Définit la valeur de la propriété featurePropertyRange.

Parameters:
value - allowed object is String

isSetFeaturePropertyRange

public boolean isSetFeaturePropertyRange()


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