|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.dmtf.ovf.Item
public class Item
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 |
|---|
protected String id
protected int order
protected Integer startDelay
protected Boolean waitingForGuest
protected Integer stopDelay
protected String startAction
protected String stopAction
| Constructor Detail |
|---|
public Item()
| Method Detail |
|---|
public String getId()
public int getOrder()
public int getStartDelay()
public boolean isWaitingForGuest()
public int getStopDelay()
public String getStartAction()
public String getStopAction()
public Map<QName,String> getOtherAttributes()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||