|
||||||||||
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 class for StyleVariationType complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
Gets the value of the featurePropertyRange property. |
java.lang.String |
getStyleProperty()
Gets the value of the styleProperty property. |
java.lang.String |
getValue()
Gets the value of the value property. |
boolean |
isSetFeaturePropertyRange()
|
boolean |
isSetStyleProperty()
|
boolean |
isSetValue()
|
void |
setFeaturePropertyRange(java.lang.String value)
Sets the value of the featurePropertyRange property. |
void |
setStyleProperty(java.lang.String value)
Sets the value of the styleProperty property. |
void |
setValue(java.lang.String value)
Sets the value of the value property. |
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 |