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()
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.