org.citygml4j.jaxb.gml._3_1_1
Class StyleVariationType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.StyleVariationType

public class StyleVariationType
extends java.lang.Object

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

StyleVariationType

public StyleVariationType()
Method Detail

getValue

public java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

isSetValue

public boolean isSetValue()

getStyleProperty

public java.lang.String getStyleProperty()
Gets the value of the styleProperty property.

Returns:
possible object is String

setStyleProperty

public void setStyleProperty(java.lang.String value)
Sets the value of the styleProperty property.

Parameters:
value - allowed object is String

isSetStyleProperty

public boolean isSetStyleProperty()

getFeaturePropertyRange

public java.lang.String getFeaturePropertyRange()
Gets the value of the featurePropertyRange property.

Returns:
possible object is String

setFeaturePropertyRange

public void setFeaturePropertyRange(java.lang.String value)
Sets the value of the featurePropertyRange property.

Parameters:
value - allowed object is String

isSetFeaturePropertyRange

public boolean isSetFeaturePropertyRange()