public class CancelSm extends PduRequest<CancelSmResp>
| Modifier and Type | Field and Description |
|---|---|
protected Address |
destAddress |
protected String |
messageId |
protected String |
serviceType |
protected Address |
sourceAddress |
| Constructor and Description |
|---|
CancelSm() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendBodyToString(StringBuilder buffer) |
int |
calculateByteSizeOfBody() |
CancelSmResp |
createResponse() |
Address |
getDestAddress() |
String |
getMessageId() |
Class<CancelSmResp> |
getResponseClass() |
String |
getServiceType() |
Address |
getSourceAddress() |
void |
readBody(org.jboss.netty.buffer.ChannelBuffer buffer) |
void |
setDestAddress(Address value) |
void |
setMessageId(String value) |
void |
setServiceType(String value) |
void |
setSourceAddress(Address value) |
void |
writeBody(org.jboss.netty.buffer.ChannelBuffer buffer) |
createGenericNackaddOptionalParameter, appendOptionalParameterToString, calculateAndSetCommandLength, calculateByteSizeOfOptionalParameters, findOptionalParameter, getCommandId, getCommandLength, getCommandStatus, getName, getOptionalParameter, getOptionalParameterCount, getOptionalParameters, getReferenceObject, getSequenceNumber, hasCommandLengthCalculated, hasOptionalParameter, hasSequenceNumberAssigned, isRequest, isResponse, readOptionalParameters, removeCommandLength, removeOptionalParameter, removeSequenceNumber, setCommandLength, setCommandStatus, setOptionalParameter, setReferenceObject, setSequenceNumber, toString, writeOptionalParametersprotected String serviceType
protected String messageId
protected Address sourceAddress
protected Address destAddress
public String getServiceType()
public void setServiceType(String value)
public String getMessageId()
public void setMessageId(String value)
public Address getSourceAddress()
public void setSourceAddress(Address value)
public Address getDestAddress()
public void setDestAddress(Address value)
public void readBody(org.jboss.netty.buffer.ChannelBuffer buffer)
throws UnrecoverablePduException,
RecoverablePduException
readBody in class PduUnrecoverablePduExceptionRecoverablePduExceptionpublic int calculateByteSizeOfBody()
calculateByteSizeOfBody in class Pdupublic void writeBody(org.jboss.netty.buffer.ChannelBuffer buffer)
throws UnrecoverablePduException,
RecoverablePduException
writeBody in class PduUnrecoverablePduExceptionRecoverablePduExceptionpublic void appendBodyToString(StringBuilder buffer)
appendBodyToString in class Pdupublic CancelSmResp createResponse()
createResponse in class PduRequest<CancelSmResp>public Class<CancelSmResp> getResponseClass()
getResponseClass in class PduRequest<CancelSmResp>Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.