Example #1
0
 public byte getUssdServiceOp() throws ValueNotSetException {
   return ussdServiceOp.getValue();
 }
Example #2
0
 public byte getLanguageIndicator() throws ValueNotSetException {
   return languageIndicator.getValue();
 }
Example #3
0
 public byte getItsReplyType() throws ValueNotSetException {
   return itsReplyType.getValue();
 }
Example #4
0
 public byte getMsMsgWaitFacilities() throws ValueNotSetException {
   return msMsgWaitFacilities.getValue();
 }
Example #5
0
 public byte getNumberOfMessages() throws ValueNotSetException {
   return numberOfMessages.getValue();
 }
Example #6
0
 public byte getDisplayTime() throws ValueNotSetException {
   return displayTime.getValue();
 }
Example #7
0
 public byte getMsValidity() throws ValueNotSetException {
   return msValidity.getValue();
 }
Example #8
0
 public byte getCallbackNumPresInd() throws ValueNotSetException {
   return callbackNumPresInd.getValue();
 }
Example #9
0
 public byte getUserResponseCode() throws ValueNotSetException {
   return userResponseCode.getValue();
 }
Example #10
0
 public byte getPrivacyIndicator() throws ValueNotSetException {
   return privacyIndicator.getValue();
 }
Example #11
0
 public byte getPayloadType() throws ValueNotSetException {
   return payloadType.getValue();
 }
Example #12
0
 public byte getMoreMsgsToSend() throws ValueNotSetException {
   return moreMsgsToSend.getValue();
 }
Example #13
0
 public byte getDestAddrSubunit() throws ValueNotSetException {
   return destAddrSubunit.getValue();
 }
Example #14
0
 public byte getSourceAddrSubunit() throws ValueNotSetException {
   return sourceAddrSubunit.getValue();
 }