
public class KeyNameValue extends Object implements Serializable
Java class for keyNameValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="keyNameValue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="propertyKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="propertyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="propertyValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
propertyKey |
protected String |
propertyName |
protected String |
propertyValue |
| Constructor and Description |
|---|
KeyNameValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyKey()
Gets the value of the propertyKey property.
|
String |
getPropertyName()
Gets the value of the propertyName property.
|
String |
getPropertyValue()
Gets the value of the propertyValue property.
|
boolean |
isSetPropertyKey() |
boolean |
isSetPropertyName() |
boolean |
isSetPropertyValue() |
void |
setPropertyKey(String value)
Sets the value of the propertyKey property.
|
void |
setPropertyName(String value)
Sets the value of the propertyName property.
|
void |
setPropertyValue(String value)
Sets the value of the propertyValue property.
|
protected String propertyKey
protected String propertyName
protected String propertyValue
public String getPropertyKey()
Stringpublic void setPropertyKey(String value)
value - allowed object is
Stringpublic boolean isSetPropertyKey()
public String getPropertyName()
Stringpublic void setPropertyName(String value)
value - allowed object is
Stringpublic boolean isSetPropertyName()
public String getPropertyValue()
Stringpublic void setPropertyValue(String value)
value - allowed object is
Stringpublic boolean isSetPropertyValue()
Copyright © 2008–2017 MIL-OSS. All rights reserved.