
public class Option extends Object
Java class for Option complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Option">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
key |
protected String |
value |
| Constructor and Description |
|---|
Option() |
| Modifier and Type | Method and Description |
|---|---|
int |
getKey()
Gets the value of the key property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setKey(int value)
Sets the value of the key property.
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString() |
protected String value
protected int key
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is Stringpublic int getKey()
public void setKey(int value)
Copyright © 2018 universAAL Consortium. All rights reserved.