Uses of Class
com.opencloud.slee.resources.in.datatypes.sms.SMSTPDUWithData.UserDataHeaderIndicator
-
Packages that use SMSTPDUWithData.UserDataHeaderIndicator 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 SMSTPDUWithData.UserDataHeaderIndicator in com.opencloud.slee.resources.in.datatypes.sms
Fields in com.opencloud.slee.resources.in.datatypes.sms declared as SMSTPDUWithData.UserDataHeaderIndicator Modifier and Type Field Description protected SMSTPDUWithData.UserDataHeaderIndicator
SMSTPDUWithData. UserDataHeaderIndicator_value
Value of field UserDataHeaderIndicator.Methods in com.opencloud.slee.resources.in.datatypes.sms that return SMSTPDUWithData.UserDataHeaderIndicator Modifier and Type Method Description static SMSTPDUWithData.UserDataHeaderIndicator
SMSTPDUWithData.UserDataHeaderIndicator. fromValue(int value)
Returns the enumeration constant for a given encoded value.SMSTPDUWithData.UserDataHeaderIndicator
SMSDeliver. getUserDataHeaderIndicator()
Gets the value of whether user data contains a header.SMSTPDUWithData.UserDataHeaderIndicator
SMSDeliverReport. getUserDataHeaderIndicator()
Gets the value of whether user data contains a header.SMSTPDUWithData.UserDataHeaderIndicator
SMSDeliverReportAck. getUserDataHeaderIndicator()
Gets the value of whether user data contains a header.SMSTPDUWithData.UserDataHeaderIndicator
SMSDeliverReportError. getUserDataHeaderIndicator()
Gets the value of whether user data contains a header.SMSTPDUWithData.UserDataHeaderIndicator
SMSStatusReport. getUserDataHeaderIndicator()
Gets the value of whether user data contains a header.SMSTPDUWithData.UserDataHeaderIndicator
SMSSubmit. getUserDataHeaderIndicator()
Gets the value of whether user data contains a header.SMSTPDUWithData.UserDataHeaderIndicator
SMSSubmitReport. getUserDataHeaderIndicator()
Gets the value of whether user data contains a header.SMSTPDUWithData.UserDataHeaderIndicator
SMSSubmitReportAck. getUserDataHeaderIndicator()
Gets the value of whether user data contains a header.SMSTPDUWithData.UserDataHeaderIndicator
SMSSubmitReportError. getUserDataHeaderIndicator()
Gets the value of whether user data contains a header.SMSTPDUWithData.UserDataHeaderIndicator
SMSTPDUWithData. getUserDataHeaderIndicator()
Gets the value of whether user data contains a header.static SMSTPDUWithData.UserDataHeaderIndicator
SMSTPDUWithData.UserDataHeaderIndicator. valueOf(String name)
Returns the enum constant of this type with the specified name.static SMSTPDUWithData.UserDataHeaderIndicator[]
SMSTPDUWithData.UserDataHeaderIndicator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.in.datatypes.sms with parameters of type SMSTPDUWithData.UserDataHeaderIndicator Modifier and Type Method Description SMSDeliver
SMSDeliver. setUserDataHeaderIndicator(SMSTPDUWithData.UserDataHeaderIndicator value)
Sets the value of whether user data contains a header.SMSDeliverReport
SMSDeliverReport. setUserDataHeaderIndicator(SMSTPDUWithData.UserDataHeaderIndicator value)
Sets the value of whether user data contains a header.SMSDeliverReportAck
SMSDeliverReportAck. setUserDataHeaderIndicator(SMSTPDUWithData.UserDataHeaderIndicator value)
Sets the value of whether user data contains a header.SMSDeliverReportError
SMSDeliverReportError. setUserDataHeaderIndicator(SMSTPDUWithData.UserDataHeaderIndicator value)
Sets the value of whether user data contains a header.SMSStatusReport
SMSStatusReport. setUserDataHeaderIndicator(SMSTPDUWithData.UserDataHeaderIndicator value)
Sets the value of whether user data contains a header.SMSSubmit
SMSSubmit. setUserDataHeaderIndicator(SMSTPDUWithData.UserDataHeaderIndicator value)
Sets the value of whether user data contains a header.SMSSubmitReport
SMSSubmitReport. setUserDataHeaderIndicator(SMSTPDUWithData.UserDataHeaderIndicator value)
Sets the value of whether user data contains a header.SMSSubmitReportAck
SMSSubmitReportAck. setUserDataHeaderIndicator(SMSTPDUWithData.UserDataHeaderIndicator value)
Sets the value of whether user data contains a header.SMSSubmitReportError
SMSSubmitReportError. setUserDataHeaderIndicator(SMSTPDUWithData.UserDataHeaderIndicator value)
Sets the value of whether user data contains a header.SMSTPDUWithData
SMSTPDUWithData. setUserDataHeaderIndicator(SMSTPDUWithData.UserDataHeaderIndicator value)
Sets the value of whether user data contains a header.
-