public static class Rsml.Metadata 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="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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Rsml.Metadata.Image
Java-Klasse für anonymous complex type.
|
static class |
Rsml.Metadata.PropertyDefinitions
Java-Klasse für anonymous complex type.
|
static class |
Rsml.Metadata.TimeSequence
Java-Klasse für anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
fileKey |
protected Rsml.Metadata.Image |
image |
protected XMLGregorianCalendar |
lastModified |
protected Rsml.Metadata.PropertyDefinitions |
propertyDefinitions |
protected BigDecimal |
resolution |
protected String |
software |
protected Rsml.Metadata.TimeSequence |
timeSequence |
protected String |
unit |
protected String |
user |
protected String |
version |
| Constructor and Description |
|---|
Metadata() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileKey()
Ruft den Wert der fileKey-Eigenschaft ab.
|
Rsml.Metadata.Image |
getImage()
Ruft den Wert der image-Eigenschaft ab.
|
XMLGregorianCalendar |
getLastModified()
Ruft den Wert der lastModified-Eigenschaft ab.
|
Rsml.Metadata.PropertyDefinitions |
getPropertyDefinitions()
Ruft den Wert der propertyDefinitions-Eigenschaft ab.
|
BigDecimal |
getResolution()
Ruft den Wert der resolution-Eigenschaft ab.
|
String |
getSoftware()
Ruft den Wert der software-Eigenschaft ab.
|
Rsml.Metadata.TimeSequence |
getTimeSequence()
Ruft den Wert der timeSequence-Eigenschaft ab.
|
String |
getUnit()
Ruft den Wert der unit-Eigenschaft ab.
|
String |
getUser()
Ruft den Wert der user-Eigenschaft ab.
|
String |
getVersion()
Ruft den Wert der version-Eigenschaft ab.
|
void |
setFileKey(String value)
Legt den Wert der fileKey-Eigenschaft fest.
|
void |
setImage(Rsml.Metadata.Image value)
Legt den Wert der image-Eigenschaft fest.
|
void |
setLastModified(XMLGregorianCalendar value)
Legt den Wert der lastModified-Eigenschaft fest.
|
void |
setPropertyDefinitions(Rsml.Metadata.PropertyDefinitions value)
Legt den Wert der propertyDefinitions-Eigenschaft fest.
|
void |
setResolution(BigDecimal value)
Legt den Wert der resolution-Eigenschaft fest.
|
void |
setSoftware(String value)
Legt den Wert der software-Eigenschaft fest.
|
void |
setTimeSequence(Rsml.Metadata.TimeSequence value)
Legt den Wert der timeSequence-Eigenschaft fest.
|
void |
setUnit(String value)
Legt den Wert der unit-Eigenschaft fest.
|
void |
setUser(String value)
Legt den Wert der user-Eigenschaft fest.
|
void |
setVersion(String value)
Legt den Wert der version-Eigenschaft fest.
|
protected String version
protected String unit
protected BigDecimal resolution
protected XMLGregorianCalendar lastModified
protected String software
protected String user
protected String fileKey
protected Rsml.Metadata.PropertyDefinitions propertyDefinitions
protected Rsml.Metadata.TimeSequence timeSequence
protected Rsml.Metadata.Image image
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getUnit()
Stringpublic void setUnit(String value)
value - allowed object is
Stringpublic BigDecimal getResolution()
BigDecimalpublic void setResolution(BigDecimal value)
value - allowed object is
BigDecimalpublic XMLGregorianCalendar getLastModified()
XMLGregorianCalendarpublic void setLastModified(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getSoftware()
Stringpublic void setSoftware(String value)
value - allowed object is
Stringpublic String getUser()
Stringpublic void setUser(String value)
value - allowed object is
Stringpublic String getFileKey()
Stringpublic void setFileKey(String value)
value - allowed object is
Stringpublic Rsml.Metadata.PropertyDefinitions getPropertyDefinitions()
Rsml.Metadata.PropertyDefinitionspublic void setPropertyDefinitions(Rsml.Metadata.PropertyDefinitions value)
value - allowed object is
Rsml.Metadata.PropertyDefinitionspublic Rsml.Metadata.TimeSequence getTimeSequence()
Rsml.Metadata.TimeSequencepublic void setTimeSequence(Rsml.Metadata.TimeSequence value)
value - allowed object is
Rsml.Metadata.TimeSequencepublic Rsml.Metadata.Image getImage()
Rsml.Metadata.Imagepublic void setImage(Rsml.Metadata.Image value)
value - allowed object is
Rsml.Metadata.ImageCopyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.