|
||||||||||
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.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.BaseStyleDescriptorType
org.citygml4j.jaxb.gml._3_1_1.LabelStyleType
public class LabelStyleType
[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 |
---|
public LabelStyleType()
Method Detail |
---|
public java.lang.String getStyle()
String
public void setStyle(java.lang.String value)
value
- allowed object is
String
public boolean isSetStyle()
public LabelType getLabel()
LabelType
public void setLabel(LabelType value)
value
- allowed object is
LabelType
public boolean isSetLabel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |