org.jclouds.dmtf.ovf
Class Item

java.lang.Object
  extended by org.jclouds.dmtf.ovf.Item
Direct Known Subclasses:
StartupSectionItem

public class Item
extends Object

Java class for anonymous complex type.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="order" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
       <attribute name="startDelay" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" default="0" />
       <attribute name="waitingForGuest" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="stopDelay" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" default="0" />
       <attribute name="startAction" type="{http://www.w3.org/2001/XMLSchema}string" default="powerOn" />
       <attribute name="stopAction" type="{http://www.w3.org/2001/XMLSchema}string" default="powerOff" />
       <anyAttribute processContents='lax'/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String id
           
protected  int order
           
protected  String startAction
           
protected  Integer startDelay
           
protected  String stopAction
           
protected  Integer stopDelay
           
protected  Boolean waitingForGuest
           
 
Constructor Summary
Item()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getId()
          Gets the value of the id property.
 int getOrder()
          Gets the value of the order property.
 Map<QName,String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 String getStartAction()
          Gets the value of the startAction property.
 int getStartDelay()
          Gets the value of the startDelay property.
 String getStopAction()
          Gets the value of the stopAction property.
 int getStopDelay()
          Gets the value of the stopDelay property.
 int hashCode()
           
 boolean isWaitingForGuest()
          Gets the value of the waitingForGuest property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected String id

order

protected int order

startDelay

protected Integer startDelay

waitingForGuest

protected Boolean waitingForGuest

stopDelay

protected Integer stopDelay

startAction

protected String startAction

stopAction

protected String stopAction
Constructor Detail

Item

public Item()
Method Detail

getId

public String getId()
Gets the value of the id property.


getOrder

public int getOrder()
Gets the value of the order property.


getStartDelay

public int getStartDelay()
Gets the value of the startDelay property.


isWaitingForGuest

public boolean isWaitingForGuest()
Gets the value of the waitingForGuest property.


getStopDelay

public int getStopDelay()
Gets the value of the stopDelay property.


getStartAction

public String getStartAction()
Gets the value of the startAction property.


getStopAction

public String getStopAction()
Gets the value of the stopAction property.


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.