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