ConversationConstants.WSC_NS,
ConversationConstants.WSC_PREFIX);
this.elementGeneration.appendChild(this.element.getOwnerDocument().createTextNode(Integer.toString(generation)));
this.element.appendChild(this.elementGeneration);
} else {
throw new ConversationException("Generatation cannot be set along with offset - Offset is already set");
}
}