|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.StyleVariationType
public class StyleVariationType
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 |
|---|
protected String value
protected String styleProperty
protected String featurePropertyRange
| Constructor Detail |
|---|
public StyleVariationType()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public String getStyleProperty()
Stringpublic void setStyleProperty(String value)
value - allowed object is
Stringpublic boolean isSetStyleProperty()
public String getFeaturePropertyRange()
Stringpublic void setFeaturePropertyRange(String value)
value - allowed object is
Stringpublic boolean isSetFeaturePropertyRange()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||