org.citygml4j.jaxb.gml._3_1_1
Class LabelType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.LabelType

public class LabelType
extends java.lang.Object

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

LabelType

public LabelType()
Method Detail

getContent

public 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.

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>


isSetContent

public boolean isSetContent()

unsetContent

public void unsetContent()

getTransform

public java.lang.String getTransform()
Ruft den Wert der transform-Eigenschaft ab.

Returns:
possible object is String

setTransform

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

Parameters:
value - allowed object is String

isSetTransform

public boolean isSetTransform()

setContent

public 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.

Parameters:
content - allowed object is String JAXBElement<String>