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