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()
String
public void setPropertyKey(String value)
value
- allowed object is
String
public boolean isSetPropertyKey()
public String getPropertyName()
String
public void setPropertyName(String value)
value
- allowed object is
String
public boolean isSetPropertyName()
public String getPropertyValue()
String
public void setPropertyValue(String value)
value
- allowed object is
String
public boolean isSetPropertyValue()
Copyright © 2008–2017 MIL-OSS. All rights reserved.