public static class Rsml.Metadata.PropertyDefinitions.PropertyDefinition 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="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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
_default |
protected String |
label |
protected String |
type |
protected String |
unit |
| Constructor and Description |
|---|
PropertyDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefault()
Ruft den Wert der default-Eigenschaft ab.
|
String |
getLabel()
Ruft den Wert der label-Eigenschaft ab.
|
String |
getType()
Ruft den Wert der type-Eigenschaft ab.
|
String |
getUnit()
Ruft den Wert der unit-Eigenschaft ab.
|
void |
setDefault(String value)
Legt den Wert der default-Eigenschaft fest.
|
void |
setLabel(String value)
Legt den Wert der label-Eigenschaft fest.
|
void |
setType(String value)
Legt den Wert der type-Eigenschaft fest.
|
void |
setUnit(String value)
Legt den Wert der unit-Eigenschaft fest.
|
protected String label
protected String type
protected String unit
protected String _default
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getUnit()
Stringpublic void setUnit(String value)
value - allowed object is
Stringpublic String getDefault()
StringCopyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.