org.jclouds.dmtf.ovf
Class StartupSectionItem

java.lang.Object
  extended by org.jclouds.dmtf.ovf.Item
      extended by org.jclouds.dmtf.ovf.StartupSectionItem

public class StartupSectionItem
extends Item

Java class for Item element declaration.

 <element name="Item">
   <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>
 </element>
 


Field Summary
 
Fields inherited from class org.jclouds.dmtf.ovf.Item
id, order, startAction, startDelay, stopAction, stopDelay, waitingForGuest
 
Constructor Summary
StartupSectionItem()
           
 
Method Summary
 boolean equals(Object obj)
           
 
Methods inherited from class org.jclouds.dmtf.ovf.Item
getId, getOrder, getOtherAttributes, getStartAction, getStartDelay, getStopAction, getStopDelay, hashCode, isWaitingForGuest, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StartupSectionItem

public StartupSectionItem()
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Item


Copyright © 2009-2012 jclouds. All Rights Reserved.