org.citygml4j.jaxb.xlink
Class TitleEltType

java.lang.Object
  extended by org.citygml4j.jaxb.xlink.TitleEltType

public class TitleEltType
extends java.lang.Object

Java-Klasse für titleEltType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="titleEltType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{http://www.w3.org/1999/xlink}titleModel"/>
       <attGroup ref="{http://www.w3.org/1999/xlink}titleAttrs"/>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
TitleEltType()
           
 
Method Summary
 java.util.List<java.lang.Object> getContent()
          Gets the value of the content property.
 java.lang.String getLang()
          xml:lang is not required, but provides much of the motivation for title elements in addition to attributes, and so is provided here for convenience.
 TypeType getType()
          Ruft den Wert der type-Eigenschaft ab.
 boolean isSetContent()
           
 boolean isSetLang()
           
 boolean isSetType()
           
 void setContent(java.util.List<java.lang.Object> content)
          Sets the value of the content property.
 void setLang(java.lang.String value)
          Legt den Wert der lang-Eigenschaft fest.
 void setType(TypeType value)
          Legt den Wert der type-Eigenschaft fest.
 void unsetContent()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TitleEltType

public TitleEltType()
Method Detail

getContent

public java.util.List<java.lang.Object> getContent()
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 Element Object


isSetContent

public boolean isSetContent()

unsetContent

public void unsetContent()

getType

public TypeType getType()
Ruft den Wert der type-Eigenschaft ab.

Returns:
possible object is TypeType

setType

public void setType(TypeType value)
Legt den Wert der type-Eigenschaft fest.

Parameters:
value - allowed object is TypeType

isSetType

public boolean isSetType()

getLang

public java.lang.String getLang()
xml:lang is not required, but provides much of the motivation for title elements in addition to attributes, and so is provided here for convenience.

Returns:
possible object is String

setLang

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

Parameters:
value - allowed object is String

isSetLang

public boolean isSetLang()

setContent

public void setContent(java.util.List<java.lang.Object> content)
Sets the value of the content property.

Parameters:
content - allowed object is String Element Object