org.citygml4j.jaxb.gml._3_1_1
Class LabelStyleType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.BaseStyleDescriptorType
          extended by org.citygml4j.jaxb.gml._3_1_1.LabelStyleType

public class LabelStyleType
extends BaseStyleDescriptorType

[complexType of] The style descriptor for labels of a feature, geometry or topology.

Java class for LabelStyleType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LabelStyleType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}BaseStyleDescriptorType">
       <sequence>
         <element name="style" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="label" type="{http://www.opengis.net/gml}LabelType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
LabelStyleType()
           
 
Method Summary
 LabelType getLabel()
          Gets the value of the label property.
 java.lang.String getStyle()
          Gets the value of the style property.
 boolean isSetLabel()
           
 boolean isSetStyle()
           
 void setLabel(LabelType value)
          Sets the value of the label property.
 void setStyle(java.lang.String value)
          Sets the value of the style property.
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.BaseStyleDescriptorType
getAnimate, getAnimateColor, getAnimateMotion, getSet, getSpatialResolution, getStyleVariation, isSetAnimate, isSetAnimateColor, isSetAnimateMotion, isSetSet, isSetSpatialResolution, isSetStyleVariation, setAnimate, setAnimateColor, setAnimateMotion, setSet, setSpatialResolution, setStyleVariation, unsetAnimate, unsetAnimateColor, unsetAnimateMotion, unsetSet, unsetStyleVariation
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelStyleType

public LabelStyleType()
Method Detail

getStyle

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

Returns:
possible object is String

setStyle

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

Parameters:
value - allowed object is String

isSetStyle

public boolean isSetStyle()

getLabel

public LabelType getLabel()
Gets the value of the label property.

Returns:
possible object is LabelType

setLabel

public void setLabel(LabelType value)
Sets the value of the label property.

Parameters:
value - allowed object is LabelType

isSetLabel

public boolean isSetLabel()