public ByteBuffer getDestSubaddress() throws ValueNotSetException { return destSubaddress.getValue(); }
public ByteBuffer getSourceSubaddress() throws ValueNotSetException { return sourceSubaddress.getValue(); }
public ByteBuffer callbackNum() throws ValueNotSetException { return callbackNum.getValue(); }
public ByteBuffer getCallbackNumAtag() throws ValueNotSetException { return callbackNumAtag.getValue(); }
public ByteBuffer getMessagePayload() throws ValueNotSetException { return messagePayload.getValue(); }