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