org.jclouds.dmtf.ovf.environment
Class Property

java.lang.Object
  extended by org.jclouds.dmtf.ovf.environment.Property

public class Property
extends Object

Java class for anonymous complex type.


Field Summary
protected  String key
           
protected  String value
           
 
Constructor Summary
Property()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected String key

value

protected String value
Constructor Detail

Property

public Property()
Method Detail

getKey

public String getKey()
Gets the value of the key property.


setKey

public void setKey(String value)
Sets the value of the key property.


getValue

public String getValue()
Gets the value of the value property.


setValue

public void setValue(String value)
Sets the value of the value property.


getOtherAttributes

public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.



Copyright © 2009-2012 jclouds. All Rights Reserved.