public boolean hasUssdServiceOp() { return ussdServiceOp.hasValue(); }
public byte getNumberOfMessages() throws ValueNotSetException { return numberOfMessages.getValue(); }
public byte getItsReplyType() throws ValueNotSetException { return itsReplyType.getValue(); }
public byte getUserResponseCode() throws ValueNotSetException { return userResponseCode.getValue(); }
public byte getMsValidity() throws ValueNotSetException { return msValidity.getValue(); }
public byte getMoreMsgsToSend() throws ValueNotSetException { return moreMsgsToSend.getValue(); }
public byte getPrivacyIndicator() throws ValueNotSetException { return privacyIndicator.getValue(); }
public void setCallbackNumPresInd(byte value) { callbackNumPresInd.setValue(value); }
public void setUserResponseCode(byte value) { userResponseCode.setValue(value); }
public void setPayloadType(byte value) { payloadType.setValue(value); }
public void setPrivacyIndicator(byte value) { privacyIndicator.setValue(value); }
public void setMoreMsgsToSend(byte value) { moreMsgsToSend.setValue(value); }
public void setDestAddrSubunit(byte value) { destAddrSubunit.setValue(value); }
public void setSourceAddrSubunit(byte value) { sourceAddrSubunit.setValue(value); }
public byte getSourceAddrSubunit() throws ValueNotSetException { return sourceAddrSubunit.getValue(); }
public void setDisplayTime(byte value) { displayTime.setValue(value); }
public byte getDestAddrSubunit() throws ValueNotSetException { return destAddrSubunit.getValue(); }
public void setMsValidity(byte value) { msValidity.setValue(value); }
public byte getPayloadType() throws ValueNotSetException { return payloadType.getValue(); }
public void setMsMsgWaitFacilities(byte value) { msMsgWaitFacilities.setValue(value); }
public byte getCallbackNumPresInd() throws ValueNotSetException { return callbackNumPresInd.getValue(); }
public void setNumberOfMessages(byte value) { numberOfMessages.setValue(value); }
public byte getDisplayTime() throws ValueNotSetException { return displayTime.getValue(); }
public void setLanguageIndicator(byte value) { languageIndicator.setValue(value); }
public byte getMsMsgWaitFacilities() throws ValueNotSetException { return msMsgWaitFacilities.getValue(); }
public void setItsReplyType(byte value) { itsReplyType.setValue(value); }
public byte getLanguageIndicator() throws ValueNotSetException { return languageIndicator.getValue(); }
public void setUssdServiceOp(byte value) { ussdServiceOp.setValue(value); }
public byte getUssdServiceOp() throws ValueNotSetException { return ussdServiceOp.getValue(); }
public boolean hasItsReplyType() { return itsReplyType.hasValue(); }