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