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