public static class Rsml.Metadata.TimeSequence 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="index" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="unified" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
index |
protected String |
label |
protected boolean |
unified |
| Constructor and Description |
|---|
TimeSequence() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getIndex()
Ruft den Wert der index-Eigenschaft ab.
|
String |
getLabel()
Ruft den Wert der label-Eigenschaft ab.
|
boolean |
isUnified()
Ruft den Wert der unified-Eigenschaft ab.
|
void |
setIndex(BigInteger value)
Legt den Wert der index-Eigenschaft fest.
|
void |
setLabel(String value)
Legt den Wert der label-Eigenschaft fest.
|
void |
setUnified(boolean value)
Legt den Wert der unified-Eigenschaft fest.
|
protected String label
protected BigInteger index
protected boolean unified
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic BigInteger getIndex()
BigIntegerpublic void setIndex(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isUnified()
public void setUnified(boolean value)
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.