public class Rsml 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">
<all>
<element name="metadata">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="unit" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="resolution" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="last-modified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="software" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="file-key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="property-definitions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="property-definition" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="unit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="default" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="time-sequence" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="index" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="unified" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</all>
</restriction>
</complexContent>
</complexType>
</element>
<element name="image" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sha256" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="captured" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
</element>
<element name="scene">
<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>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Rsml.Metadata
Java-Klasse für anonymous complex type.
|
static class |
Rsml.Scene
Java-Klasse für anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Rsml.Metadata |
metadata |
protected Rsml.Scene |
scene |
| Constructor and Description |
|---|
Rsml() |
| Modifier and Type | Method and Description |
|---|---|
Rsml.Metadata |
getMetadata()
Ruft den Wert der metadata-Eigenschaft ab.
|
Rsml.Scene |
getScene()
Ruft den Wert der scene-Eigenschaft ab.
|
void |
setMetadata(Rsml.Metadata value)
Legt den Wert der metadata-Eigenschaft fest.
|
void |
setScene(Rsml.Scene value)
Legt den Wert der scene-Eigenschaft fest.
|
protected Rsml.Metadata metadata
protected Rsml.Scene scene
public Rsml.Metadata getMetadata()
Rsml.Metadatapublic void setMetadata(Rsml.Metadata value)
value - allowed object is
Rsml.Metadatapublic Rsml.Scene getScene()
Rsml.Scenepublic void setScene(Rsml.Scene value)
value - allowed object is
Rsml.SceneCopyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.