|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.xlink.ArcType
public class ArcType
Java-Klasse für arcType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="arcType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <group ref="{http://www.w3.org/1999/xlink}arcModel"/> <attGroup ref="{http://www.w3.org/1999/xlink}arcAttrs"/> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ArcType()
|
Method Summary | |
---|---|
ActuateType |
getActuate()
Ruft den Wert der actuate-Eigenschaft ab. |
java.lang.String |
getArcrole()
Ruft den Wert der arcrole-Eigenschaft ab. |
java.lang.String |
getFrom()
Ruft den Wert der from-Eigenschaft ab. |
ShowType |
getShow()
Ruft den Wert der show-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. |
java.lang.String |
getTo()
from and to have default behavior when values are missing |
TypeType |
getType()
Ruft den Wert der type-Eigenschaft ab. |
boolean |
isSetActuate()
|
boolean |
isSetArcrole()
|
boolean |
isSetFrom()
|
boolean |
isSetShow()
|
boolean |
isSetTitle()
|
boolean |
isSetTitleElement()
|
boolean |
isSetTo()
|
boolean |
isSetType()
|
void |
setActuate(ActuateType value)
Legt den Wert der actuate-Eigenschaft fest. |
void |
setArcrole(java.lang.String value)
Legt den Wert der arcrole-Eigenschaft fest. |
void |
setFrom(java.lang.String value)
Legt den Wert der from-Eigenschaft fest. |
void |
setShow(ShowType value)
Legt den Wert der show-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 |
setTo(java.lang.String value)
Legt den Wert der to-Eigenschaft fest. |
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 ArcType()
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 getArcrole()
String
public void setArcrole(java.lang.String value)
value
- allowed object is
String
public boolean isSetArcrole()
public java.lang.String getTitle()
String
public void setTitle(java.lang.String value)
value
- allowed object is
String
public boolean isSetTitle()
public ShowType getShow()
ShowType
public void setShow(ShowType value)
value
- allowed object is
ShowType
public boolean isSetShow()
public ActuateType getActuate()
ActuateType
public void setActuate(ActuateType value)
value
- allowed object is
ActuateType
public boolean isSetActuate()
public java.lang.String getFrom()
String
public void setFrom(java.lang.String value)
value
- allowed object is
String
public boolean isSetFrom()
public java.lang.String getTo()
String
public void setTo(java.lang.String value)
value
- allowed object is
String
public boolean isSetTo()
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 |