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

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 JAXBElement<String> String


isSetContent

public boolean isSetContent()

unsetContent

public void unsetContent()

getTransform

public java.lang.String getTransform()
Gets the value of the transform property.

Returns:
possible object is String

setTransform

public void setTransform(java.lang.String value)
Sets the value of the transform property.

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 JAXBElement<String> String