public class StatusLabelMapping extends Object
Java-Klasse für StatusLabelMapping complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="StatusLabelMapping">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="int" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
_int |
protected String |
value |
| Constructor and Description |
|---|
StatusLabelMapping() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getInt()
Ruft den Wert der int-Eigenschaft ab.
|
String |
getValue()
Ruft den Wert der value-Eigenschaft ab.
|
void |
setInt(Integer value)
Legt den Wert der int-Eigenschaft fest.
|
void |
setValue(String value)
Legt den Wert der value-Eigenschaft fest.
|
public Integer getInt()
Integerpublic void setInt(Integer value)
value - allowed object is
Integerpublic String getValue()
StringCopyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.