public class CommandResultData
extends java.lang.Object
Java class for CommandResultData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommandResultData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="code" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="emmDataLength" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/> <element name="emmData" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
CommandResultData() |
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Gets the value of the code property.
|
byte[] |
getEmmData()
Gets the value of the emmData property.
|
long |
getEmmDataLength()
Gets the value of the emmDataLength property.
|
java.lang.String |
getMessage()
Gets the value of the message property.
|
void |
setCode(int value)
Sets the value of the code property.
|
void |
setEmmData(byte[] value)
Sets the value of the emmData property.
|
void |
setEmmDataLength(long value)
Sets the value of the emmDataLength property.
|
void |
setMessage(java.lang.String value)
Sets the value of the message property.
|
public int getCode()
public void setCode(int value)
public java.lang.String getMessage()
String
public void setMessage(java.lang.String value)
value
- allowed object is
String
public long getEmmDataLength()
public void setEmmDataLength(long value)
public byte[] getEmmData()
public void setEmmData(byte[] value)
value
- allowed object is
byte[]