public static class Rsml.Scene 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="plant" maxOccurs="unbounded">
<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>
</element>
<element name="annotations" type="{}annotationListType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Rsml.Scene.Plant
Java-Klasse für anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected AnnotationListType |
annotations |
protected List<Rsml.Scene.Plant> |
plant |
protected PropertyListType |
properties |
| Constructor and Description |
|---|
Scene() |
| Modifier and Type | Method and Description |
|---|---|
AnnotationListType |
getAnnotations()
Ruft den Wert der annotations-Eigenschaft ab.
|
List<Rsml.Scene.Plant> |
getPlant()
Gets the value of the plant property.
|
PropertyListType |
getProperties()
Ruft den Wert der properties-Eigenschaft ab.
|
void |
setAnnotations(AnnotationListType value)
Legt den Wert der annotations-Eigenschaft fest.
|
void |
setProperties(PropertyListType value)
Legt den Wert der properties-Eigenschaft fest.
|
protected PropertyListType properties
protected List<Rsml.Scene.Plant> plant
protected AnnotationListType annotations
public PropertyListType getProperties()
PropertyListTypepublic void setProperties(PropertyListType value)
value - allowed object is
PropertyListTypepublic List<Rsml.Scene.Plant> getPlant()
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 plant property.
For example, to add a new item, do as follows:
getPlant().add(newItem);
Objects of the following type(s) are allowed in the list
Rsml.Scene.Plant
public AnnotationListType getAnnotations()
AnnotationListTypepublic void setAnnotations(AnnotationListType value)
value - allowed object is
AnnotationListTypeCopyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.