public class BaseLabel extends Object
Java class for BaseLabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseLabel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="index" use="required" type="{http://www.bidib.org/schema/bidibbase/1.0}UnsignedByte" />
<attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
index |
protected String |
label |
| Constructor and Description |
|---|
BaseLabel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
int |
getIndex()
Gets the value of the index property.
|
String |
getLabel()
Gets the value of the label property.
|
int |
hashCode() |
void |
setIndex(int value)
Sets the value of the index property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
String |
toString() |
BaseLabel |
withIndex(int value) |
BaseLabel |
withLabel(String value) |
protected int index
protected String label
public int getIndex()
public void setIndex(int value)
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic BaseLabel withIndex(int value)
Copyright © 2018. All rights reserved.