|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.xlink.LocatorType
public class LocatorType
Java-Klasse für locatorType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="locatorType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <group ref="{http://www.w3.org/1999/xlink}locatorModel"/> <attGroup ref="{http://www.w3.org/1999/xlink}locatorAttrs"/> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
LocatorType()
|
Method Summary | |
---|---|
java.lang.String |
getHref()
Ruft den Wert der href-Eigenschaft ab. |
java.lang.String |
getLabel()
label is not required, but locators have no particular XLink function if they are not labeled. |
java.lang.String |
getRole()
Ruft den Wert der role-Eigenschaft ab. |
java.lang.String |
getTitle()
Ruft den Wert der title-Eigenschaft ab. |
java.util.List<TitleEltType> |
getTitleElement()
Gets the value of the titleElement property. |
TypeType |
getType()
Ruft den Wert der type-Eigenschaft ab. |
boolean |
isSetHref()
|
boolean |
isSetLabel()
|
boolean |
isSetRole()
|
boolean |
isSetTitle()
|
boolean |
isSetTitleElement()
|
boolean |
isSetType()
|
void |
setHref(java.lang.String value)
Legt den Wert der href-Eigenschaft fest. |
void |
setLabel(java.lang.String value)
Legt den Wert der label-Eigenschaft fest. |
void |
setRole(java.lang.String value)
Legt den Wert der role-Eigenschaft fest. |
void |
setTitle(java.lang.String value)
Legt den Wert der title-Eigenschaft fest. |
void |
setTitleElement(java.util.List<TitleEltType> titleElement)
Sets the value of the titleElement property. |
void |
setType(TypeType value)
Legt den Wert der type-Eigenschaft fest. |
void |
unsetTitleElement()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocatorType()
Method Detail |
---|
public java.util.List<TitleEltType> getTitleElement()
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 titleElement property.
For example, to add a new item, do as follows:
getTitleElement().add(newItem);
Objects of the following type(s) are allowed in the list
TitleEltType
public boolean isSetTitleElement()
public void unsetTitleElement()
public TypeType getType()
TypeType
public void setType(TypeType value)
value
- allowed object is
TypeType
public boolean isSetType()
public java.lang.String getHref()
String
public void setHref(java.lang.String value)
value
- allowed object is
String
public boolean isSetHref()
public java.lang.String getRole()
String
public void setRole(java.lang.String value)
value
- allowed object is
String
public boolean isSetRole()
public java.lang.String getTitle()
String
public void setTitle(java.lang.String value)
value
- allowed object is
String
public boolean isSetTitle()
public java.lang.String getLabel()
String
public void setLabel(java.lang.String value)
value
- allowed object is
String
public boolean isSetLabel()
public void setTitleElement(java.util.List<TitleEltType> titleElement)
titleElement
- allowed object is
TitleEltType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |