
public class PropertyPair extends Object implements Serializable
Java class for PropertyPair complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyPair">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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 |
propertyname |
protected String |
propertyvalue |
| Constructor and Description |
|---|
PropertyPair() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyname()
Gets the value of the propertyname property.
|
String |
getPropertyvalue()
Gets the value of the propertyvalue property.
|
boolean |
isSetPropertyname() |
boolean |
isSetPropertyvalue() |
void |
setPropertyname(String value)
Sets the value of the propertyname property.
|
void |
setPropertyvalue(String value)
Sets the value of the propertyvalue property.
|
protected String propertyname
protected String propertyvalue
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.