|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.xlink.TitleEltType
public class TitleEltType
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 |
---|
public TitleEltType()
Method Detail |
---|
public java.util.List<java.lang.Object> 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
Element
Object
public boolean isSetContent()
public void unsetContent()
public TypeType getType()
TypeType
public void setType(TypeType value)
value
- allowed object is
TypeType
public boolean isSetType()
public java.lang.String getLang()
String
public void setLang(java.lang.String value)
value
- allowed object is
String
public boolean isSetLang()
public void setContent(java.util.List<java.lang.Object> content)
content
- allowed object is
String
Element
Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |