|
||||||||||
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 class for LabelType complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
Gets the value of the transform property. |
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)
Sets the value of the transform property. |
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
JAXBElement
<
String
>
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
JAXBElement
<
String
>
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |