public static class Jetstream.CommandCompletionEvent
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OutputParameterList"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OutputParameter" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Name" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="63"/> </restriction> </simpleType> </attribute> <attribute name="Value" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="255"/> </restriction> </simpleType> </attribute> <anyAttribute/> </restriction> </complexContent> </complexType> </element> </sequence> <anyAttribute/> </restriction> </complexContent> </complexType> </element> <element name="ExceptionList"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Exception" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Name" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="63"/> </restriction> </simpleType> </attribute> <attribute name="Message" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="255"/> </restriction> </simpleType> </attribute> <anyAttribute/> </restriction> </complexContent> </complexType> </element> </sequence> <anyAttribute/> </restriction> </complexContent> </complexType> </element> <element name="DeviceExtensionList"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DeviceExtension" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Name" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="63"/> </restriction> </simpleType> </attribute> <attribute name="Value" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="255"/> </restriction> </simpleType> </attribute> <anyAttribute/> </restriction> </complexContent> </complexType> </element> </sequence> <anyAttribute/> </restriction> </complexContent> </complexType> </element> <any maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="CommandId" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="36"/> <maxLength value="36"/> </restriction> </simpleType> </attribute> <anyAttribute/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Object> |
any |
protected java.lang.String |
commandId |
protected DeviceExtensionList |
deviceExtensionList |
protected ExceptionList |
exceptionList |
protected OutputParameterList |
outputParameterList |
Constructor and Description |
---|
Jetstream.CommandCompletionEvent() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommandId()
Gets the value of the commandId property.
|
DeviceExtensionList |
getDeviceExtensionList()
Gets the value of the deviceExtensionList property.
|
ExceptionList |
getExceptionList()
Gets the value of the exceptionList property.
|
OutputParameterList |
getOutputParameterList()
Gets the value of the outputParameterList property.
|
protected OutputParameterList outputParameterList
protected ExceptionList exceptionList
protected DeviceExtensionList deviceExtensionList
protected java.util.List<java.lang.Object> any
protected java.lang.String commandId
public OutputParameterList getOutputParameterList()
OutputParameterList
public ExceptionList getExceptionList()
ExceptionList
public DeviceExtensionList getDeviceExtensionList()
DeviceExtensionList
public java.lang.String getCommandId()
String