|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.xlink.ResourceType
public class ResourceType
Java-Klasse für resourceType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="resourceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <group ref="{http://www.w3.org/1999/xlink}resourceModel"/> <attGroup ref="{http://www.w3.org/1999/xlink}resourceAttrs"/> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ResourceType()
|
Method Summary | |
---|---|
java.util.List<java.lang.Object> |
getContent()
Gets the value of the content property. |
java.lang.String |
getLabel()
Ruft den Wert der label-Eigenschaft ab. |
java.lang.String |
getRole()
Ruft den Wert der role-Eigenschaft ab. |
java.lang.String |
getTitle()
Ruft den Wert der title-Eigenschaft ab. |
TypeType |
getType()
Ruft den Wert der type-Eigenschaft ab. |
boolean |
isSetContent()
|
boolean |
isSetLabel()
|
boolean |
isSetRole()
|
boolean |
isSetTitle()
|
boolean |
isSetType()
|
void |
setContent(java.util.List<java.lang.Object> content)
Sets the value of the content property. |
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 |
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 ResourceType()
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 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 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 |