|
||||||||||
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.LabelType
public class LabelType
Label is mixed -- composed of text and XPath expressions used to extract the useful information from the feature.
Java-Klasse für LabelType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="LabelType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="LabelExpression" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute ref="{http://www.opengis.net/gml}transform"/> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
LabelType()
|
Method Summary | |
---|---|
java.util.List<java.io.Serializable> |
getContent()
Label is mixed -- composed of text and XPath expressions used to extract the useful information from the feature.Gets the value of the content property. |
java.lang.String |
getTransform()
Ruft den Wert der transform-Eigenschaft ab. |
boolean |
isSetContent()
|
boolean |
isSetTransform()
|
void |
setContent(java.util.List<java.io.Serializable> content)
Label is mixed -- composed of text and XPath expressions used to extract the useful information from the feature. |
void |
setTransform(java.lang.String value)
Legt den Wert der transform-Eigenschaft fest. |
void |
unsetContent()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LabelType()
Method Detail |
---|
public java.util.List<java.io.Serializable> getContent()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
String
JAXBElement
<
String
>
public boolean isSetContent()
public void unsetContent()
public java.lang.String getTransform()
String
public void setTransform(java.lang.String value)
value
- allowed object is
String
public boolean isSetTransform()
public void setContent(java.util.List<java.io.Serializable> content)
content
- allowed object is
String
JAXBElement
<
String
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |