Package com.seleniumsoftware.SMPPSim.pdu
Class SubmitSMResp
- java.lang.Object
-
- com.seleniumsoftware.SMPPSim.pdu.Pdu
-
- com.seleniumsoftware.SMPPSim.pdu.Response
-
- com.seleniumsoftware.SMPPSim.pdu.SubmitSMResp
-
- All Implemented Interfaces:
Marshaller,java.io.Serializable
public class SubmitSMResp extends Response implements Marshaller
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubmitSMResp(SubmitSM requestMsg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage_id()byte[]marshall()voidsetMessage_id(java.lang.String string)java.lang.StringtoString()-
Methods inherited from class com.seleniumsoftware.SMPPSim.pdu.Response
errorResponse, prepareHeaderForMarshalling
-
Methods inherited from class com.seleniumsoftware.SMPPSim.pdu.Pdu
equals, getCmd_id, getCmd_len, getCmd_status, getSeq_no, setCmd_id, setCmd_len, setCmd_status, setSeq_no
-
-
-
-
Field Detail
-
smsc
private Smsc smsc
-
message_id
java.lang.String message_id
-
-
Constructor Detail
-
SubmitSMResp
public SubmitSMResp(SubmitSM requestMsg)
-
-
Method Detail
-
marshall
public byte[] marshall() throws java.lang.Exception- Specified by:
marshallin interfaceMarshaller- Throws:
java.lang.Exception
-
getMessage_id
public java.lang.String getMessage_id()
- Returns:
-
setMessage_id
public void setMessage_id(java.lang.String string)
- Parameters:
string-
-
-