Uses of Class
com.opencloud.slee.resources.in.datatypes.sms.SMSDeliverReportError
-
Packages that use SMSDeliverReportError Package Description com.opencloud.slee.resources.in.datatypes.sms Defines classes to represent some short message service (SMS) types for which their ASN.1 specifications say merely OCTET STRING, and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of SMSDeliverReportError in com.opencloud.slee.resources.in.datatypes.sms
Methods in com.opencloud.slee.resources.in.datatypes.sms that return SMSDeliverReportError Modifier and Type Method Description SMSDeliverReportError
SMSDeliverReportError. clone()
Constructs a copy of this object and everything reachable from it.static SMSDeliverReportError
SMSDeliverReportError. copyOf(SMSDeliverReportError 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.SMSDeliverReportError
SMSDeliverReportError. setDataCodingScheme(SMSDataCodingScheme value)
Sets the value of the coding scheme within the user data.SMSDeliverReportError
SMSDeliverReportError. setFailureCause(SMSFailureCause value)
Sets the value of the reason for failure.SMSDeliverReportError
SMSDeliverReportError. setProtocolId(SMSProtocolId value)
Sets the value of identifies the above layer protocol.SMSDeliverReportError
SMSDeliverReportError. setUserData(byte[] value)
Sets the value of the user data.SMSDeliverReportError
SMSDeliverReportError. setUserDataHeaderIndicator(SMSTPDUWithData.UserDataHeaderIndicator value)
Sets the value of whether user data contains a header.SMSDeliverReportError
SMSDeliverReportError. setUserDataLength(int value)
Sets the value of the length of the user data.Methods in com.opencloud.slee.resources.in.datatypes.sms with parameters of type SMSDeliverReportError Modifier and Type Method Description static SMSDeliverReportError
SMSDeliverReportError. copyOf(SMSDeliverReportError 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.
-