public static class Jetstream.CommandQueuedEvent
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="ParameterList"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Parameter" 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="511"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType> </element> </sequence> </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> <attribute name="CommandName" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="63"/> </restriction> </simpleType> </attribute> <attribute name="UserName" 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>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Object> |
any |
protected java.lang.String |
commandId |
protected java.lang.String |
commandName |
protected ParameterList |
parameterList |
protected java.lang.String |
userName |
Constructor and Description |
---|
Jetstream.CommandQueuedEvent() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommandId()
Gets the value of the commandId property.
|
java.lang.String |
getCommandName()
Gets the value of the commandName property.
|
ParameterList |
getParameterList()
Gets the value of the parameterList property.
|
java.lang.String |
getUserName()
Gets the value of the userName property.
|
protected ParameterList parameterList
protected java.util.List<java.lang.Object> any
protected java.lang.String commandId
protected java.lang.String commandName
protected java.lang.String userName
public ParameterList getParameterList()
ParameterList
public java.lang.String getCommandId()
String
public java.lang.String getCommandName()
String
public java.lang.String getUserName()
String