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-Klasse für LabelStyleType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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()
          Ruft den Wert der label-Eigenschaft ab.
 java.lang.String getStyle()
          Ruft den Wert der style-Eigenschaft ab.
 boolean isSetLabel()
           
 boolean isSetStyle()
           
 void setLabel(LabelType value)
          Legt den Wert der label-Eigenschaft fest.
 void setStyle(java.lang.String value)
          Legt den Wert der style-Eigenschaft fest.
 
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()
Ruft den Wert der style-Eigenschaft ab.

Returns:
possible object is String

setStyle

public void setStyle(java.lang.String value)
Legt den Wert der style-Eigenschaft fest.

Parameters:
value - allowed object is String

isSetStyle

public boolean isSetStyle()

getLabel

public LabelType getLabel()
Ruft den Wert der label-Eigenschaft ab.

Returns:
possible object is LabelType

setLabel

public void setLabel(LabelType value)
Legt den Wert der label-Eigenschaft fest.

Parameters:
value - allowed object is LabelType

isSetLabel

public boolean isSetLabel()