public class Property extends Object
Java class for Property complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Property"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="stringValue" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
key |
protected String |
stringValue |
Constructor and Description |
---|
Property() |
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Gets the value of the key property.
|
String |
getStringValue()
Gets the value of the stringValue property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setStringValue(String value)
Sets the value of the stringValue property.
|
Property |
withKey(String value) |
Property |
withStringValue(String value) |
public String getKey()
String
public void setKey(String value)
value
- allowed object is
String
public String getStringValue()
String
public void setStringValue(String value)
value
- allowed object is
String
Copyright © 2004–2017 XWiki. All rights reserved.