|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.xlink.Simple
public class Simple
Intended for use as the type of user-declared elements to make them simple links.
Java-Klasse für simple complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="simple"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <group ref="{http://www.w3.org/1999/xlink}simpleModel"/> <attGroup ref="{http://www.w3.org/1999/xlink}simpleAttrs"/> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Simple()
|
Method Summary | |
---|---|
ActuateType |
getActuate()
Ruft den Wert der actuate-Eigenschaft ab. |
java.lang.String |
getArcrole()
Ruft den Wert der arcrole-Eigenschaft ab. |
java.util.List<java.lang.Object> |
getContent()
Intended for use as the type of user-declared elements to make them simple links. |
java.lang.String |
getHref()
Ruft den Wert der href-Eigenschaft ab. |
java.lang.String |
getRole()
Ruft den Wert der role-Eigenschaft ab. |
ShowType |
getShow()
Ruft den Wert der show-Eigenschaft ab. |
java.lang.String |
getTitle()
Ruft den Wert der title-Eigenschaft ab. |
TypeType |
getType()
Ruft den Wert der type-Eigenschaft ab. |
boolean |
isSetActuate()
|
boolean |
isSetArcrole()
|
boolean |
isSetContent()
|
boolean |
isSetHref()
|
boolean |
isSetRole()
|
boolean |
isSetShow()
|
boolean |
isSetTitle()
|
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 |
setContent(java.util.List<java.lang.Object> content)
Intended for use as the type of user-declared elements to make them simple links. |
void |
setHref(java.lang.String value)
Legt den Wert der href-Eigenschaft fest. |
void |
setRole(java.lang.String value)
Legt den Wert der role-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 |
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 Simple()
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 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 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 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 |