|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.StyleVariationType
public class StyleVariationType
Used to vary individual graphic parameters and attributes of the style, symbol or text.
Java-Klasse für StyleVariationType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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>
Constructor Summary | |
---|---|
StyleVariationType()
|
Method Summary | |
---|---|
java.lang.String |
getFeaturePropertyRange()
Ruft den Wert der featurePropertyRange-Eigenschaft ab. |
java.lang.String |
getStyleProperty()
Ruft den Wert der styleProperty-Eigenschaft ab. |
java.lang.String |
getValue()
Ruft den Wert der value-Eigenschaft ab. |
boolean |
isSetFeaturePropertyRange()
|
boolean |
isSetStyleProperty()
|
boolean |
isSetValue()
|
void |
setFeaturePropertyRange(java.lang.String value)
Legt den Wert der featurePropertyRange-Eigenschaft fest. |
void |
setStyleProperty(java.lang.String value)
Legt den Wert der styleProperty-Eigenschaft fest. |
void |
setValue(java.lang.String value)
Legt den Wert der value-Eigenschaft fest. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StyleVariationType()
Method Detail |
---|
public java.lang.String getValue()
String
public void setValue(java.lang.String value)
value
- allowed object is
String
public boolean isSetValue()
public java.lang.String getStyleProperty()
String
public void setStyleProperty(java.lang.String value)
value
- allowed object is
String
public boolean isSetStyleProperty()
public java.lang.String getFeaturePropertyRange()
String
public void setFeaturePropertyRange(java.lang.String value)
value
- allowed object is
String
public boolean isSetFeaturePropertyRange()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |