public class Property extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
key |
protected String |
value |
Constructor and Description |
---|
Property() |
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Gets the value of the key property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
String |
getValue()
Gets the value of the value property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getKey()
public void setKey(String value)
public String getValue()
public void setValue(String value)
Copyright © 2009-2013 jclouds. All Rights Reserved.