getXPropertySet().setPropertyValue("RepeatHeadline",
new Boolean(repeatHeadline));
} catch (Exception exception) {
TextException textException = new TextException(exception
.getMessage());
textException.initCause(exception);
throw textException;
}
}
// ----------------------------------------------------------------------------