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