SMSSubmit |
SMSSubmit.clone() |
Constructs a copy of this object and everything reachable from it.
|
static SMSSubmit |
SMSSubmit.copyOf(SMSSubmit from) |
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
static SMSSubmit |
SMSSubmit.decodeRPUIHeaderSubmit(byte[] message) |
Constructs a new SMSSubmit with no data (header only) from the given data.
|
static SMSSubmit |
SMSSubmit.decodeRPUIHeaderSubmit(byte[] message,
int start,
int len) |
Constructs a new SMSSubmit with no data (header only) from the given data.
|
static SMSSubmit |
SMSSubmit.newInstanceOnlyHeader() |
Factory method that creates an instance for representing only a header (no data).
|
SMSSubmit |
SMSSubmit.setDataCodingScheme(SMSDataCodingScheme value) |
Sets the value of the coding scheme within the user data.
|
SMSSubmit |
SMSSubmit.setDestinationAddress(SMSAddress value) |
Sets the value of the address of the destination SME.
|
SMSSubmit |
SMSSubmit.setMessageReference(int value) |
Sets the value of identifies the SMSSubmit.
|
SMSSubmit |
SMSSubmit.setMessageReferencePresent(boolean flag) |
Sets the presence or absence of the field MessageReference.
|
SMSSubmit |
SMSSubmit.setProtocolId(SMSProtocolId value) |
Sets the value of identifies the above layer protocol.
|
SMSSubmit |
SMSSubmit.setRejectDuplicates(boolean value) |
Sets the value of whether the SC shall accept an SMSSubmit for an SM still held in the SC which has the same TP-MR and the same TP-DA as a previously submitted SM from the same OA.
|
SMSSubmit |
SMSSubmit.setRejectDuplicatesPresent(boolean flag) |
Sets the presence or absence of the field RejectDuplicates.
|
SMSSubmit |
SMSSubmit.setReplyPath(SMSSubmit.ReplyPath value) |
Sets the value of the request for reply path.
|
SMSSubmit |
SMSSubmit.setStatusReportRequest(SMSSubmit.StatusReportRequest value) |
Sets the value of whether the MS is requesting a status report.
|
SMSSubmit |
SMSSubmit.setUserData(byte[] value) |
Sets the value of the user data.
|
SMSSubmit |
SMSSubmit.setUserDataHeaderIndicator(SMSTPDUWithData.UserDataHeaderIndicator value) |
Sets the value of whether user data contains a header.
|
SMSSubmit |
SMSSubmit.setUserDataLength(int value) |
Sets the value of the length of the user data.
|
SMSSubmit |
SMSSubmit.setValidityPeriod(SMSSubmit.ValidityPeriod value) |
Sets the value of the time from where the message is no longer valid.
|