public class Item extends Object
<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>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected int |
order |
protected String |
startAction |
protected Integer |
startDelay |
protected String |
stopAction |
protected Integer |
stopDelay |
protected Boolean |
waitingForGuest |
Constructor and Description |
---|
Item() |
Modifier and Type | Method and Description |
---|---|
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() |
protected String id
protected int order
protected Integer startDelay
protected Boolean waitingForGuest
protected Integer stopDelay
protected String startAction
protected String stopAction
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()
Copyright © 2009-2013 jclouds. All Rights Reserved.