org.jclouds.dmtf.cim
Class CimString

java.lang.Object
  extended by org.jclouds.dmtf.cim.CimString
Direct Known Subclasses:
ResourceAllocationCaption, VirtualSystemCaption

public class CimString
extends Object

Java class for cimString complex type.

 <complexType name="cimString" />
 


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

Field Detail

value

protected String value
Constructor Detail

CimString

public CimString()

CimString

public CimString(String value)
Method Detail

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.