public static class Rsml.Scene.Plant extends Object
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="properties" type="{}propertyListType" minOccurs="0"/>
<element name="root" type="{}rootType" maxOccurs="unbounded"/>
<element name="annotations" type="{}annotationListType" minOccurs="0"/>
</sequence>
<attGroup ref="{}labelid"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AnnotationListType |
annotations |
protected String |
id |
protected String |
label |
protected PropertyListType |
properties |
protected List<RootType> |
root |
| Constructor and Description |
|---|
Plant() |
| Modifier and Type | Method and Description |
|---|---|
AnnotationListType |
getAnnotations()
Ruft den Wert der annotations-Eigenschaft ab.
|
String |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
String |
getLabel()
Ruft den Wert der label-Eigenschaft ab.
|
PropertyListType |
getProperties()
Ruft den Wert der properties-Eigenschaft ab.
|
List<RootType> |
getRoot()
Gets the value of the root property.
|
void |
setAnnotations(AnnotationListType value)
Legt den Wert der annotations-Eigenschaft fest.
|
void |
setId(String value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setLabel(String value)
Legt den Wert der label-Eigenschaft fest.
|
void |
setProperties(PropertyListType value)
Legt den Wert der properties-Eigenschaft fest.
|
protected PropertyListType properties
protected AnnotationListType annotations
protected String label
protected String id
public PropertyListType getProperties()
PropertyListTypepublic void setProperties(PropertyListType value)
value - allowed object is
PropertyListTypepublic List<RootType> getRoot()
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 root property.
For example, to add a new item, do as follows:
getRoot().add(newItem);
Objects of the following type(s) are allowed in the list
RootType
public AnnotationListType getAnnotations()
AnnotationListTypepublic void setAnnotations(AnnotationListType value)
value - allowed object is
AnnotationListTypepublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
StringCopyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.