示例#1
0
 public boolean hasUssdServiceOp() {
   return ussdServiceOp.hasValue();
 }
示例#2
0
 public byte getNumberOfMessages() throws ValueNotSetException {
   return numberOfMessages.getValue();
 }
示例#3
0
 public byte getItsReplyType() throws ValueNotSetException {
   return itsReplyType.getValue();
 }
示例#4
0
 public byte getUserResponseCode() throws ValueNotSetException {
   return userResponseCode.getValue();
 }
示例#5
0
 public byte getMsValidity() throws ValueNotSetException {
   return msValidity.getValue();
 }
示例#6
0
 public byte getMoreMsgsToSend() throws ValueNotSetException {
   return moreMsgsToSend.getValue();
 }
示例#7
0
 public byte getPrivacyIndicator() throws ValueNotSetException {
   return privacyIndicator.getValue();
 }
示例#8
0
 public void setCallbackNumPresInd(byte value) {
   callbackNumPresInd.setValue(value);
 }
示例#9
0
 public void setUserResponseCode(byte value) {
   userResponseCode.setValue(value);
 }
示例#10
0
 public void setPayloadType(byte value) {
   payloadType.setValue(value);
 }
示例#11
0
 public void setPrivacyIndicator(byte value) {
   privacyIndicator.setValue(value);
 }
示例#12
0
 public void setMoreMsgsToSend(byte value) {
   moreMsgsToSend.setValue(value);
 }
示例#13
0
 public void setDestAddrSubunit(byte value) {
   destAddrSubunit.setValue(value);
 }
示例#14
0
 public void setSourceAddrSubunit(byte value) {
   sourceAddrSubunit.setValue(value);
 }
示例#15
0
 public byte getSourceAddrSubunit() throws ValueNotSetException {
   return sourceAddrSubunit.getValue();
 }
示例#16
0
 public void setDisplayTime(byte value) {
   displayTime.setValue(value);
 }
示例#17
0
 public byte getDestAddrSubunit() throws ValueNotSetException {
   return destAddrSubunit.getValue();
 }
示例#18
0
 public void setMsValidity(byte value) {
   msValidity.setValue(value);
 }
示例#19
0
 public byte getPayloadType() throws ValueNotSetException {
   return payloadType.getValue();
 }
示例#20
0
 public void setMsMsgWaitFacilities(byte value) {
   msMsgWaitFacilities.setValue(value);
 }
示例#21
0
 public byte getCallbackNumPresInd() throws ValueNotSetException {
   return callbackNumPresInd.getValue();
 }
示例#22
0
 public void setNumberOfMessages(byte value) {
   numberOfMessages.setValue(value);
 }
示例#23
0
 public byte getDisplayTime() throws ValueNotSetException {
   return displayTime.getValue();
 }
示例#24
0
 public void setLanguageIndicator(byte value) {
   languageIndicator.setValue(value);
 }
示例#25
0
 public byte getMsMsgWaitFacilities() throws ValueNotSetException {
   return msMsgWaitFacilities.getValue();
 }
示例#26
0
 public void setItsReplyType(byte value) {
   itsReplyType.setValue(value);
 }
示例#27
0
 public byte getLanguageIndicator() throws ValueNotSetException {
   return languageIndicator.getValue();
 }
示例#28
0
 public void setUssdServiceOp(byte value) {
   ussdServiceOp.setValue(value);
 }
示例#29
0
 public byte getUssdServiceOp() throws ValueNotSetException {
   return ussdServiceOp.getValue();
 }
示例#30
0
 public boolean hasItsReplyType() {
   return itsReplyType.hasValue();
 }