org.jclouds.dmtf.cim
Class CimString
java.lang.Object
org.jclouds.dmtf.cim.CimString
- Direct Known Subclasses:
- ResourceAllocationCaption, VirtualSystemCaption
public class CimString
- extends Object
Java class for cimString complex type.
<complexType name="cimString" />
value
protected String value
CimString
public CimString()
CimString
public CimString(String value)
getValue
public String getValue()
- Gets the value of the value property.
setValue
public void setValue(String value)
getOtherAttributes
public Map<QName,String> getOtherAttributes()
- Gets a map that contains attributes that aren't bound to any typed property on this class.
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2012 jclouds. All Rights Reserved.