539540541542543544545546547548
public void setBody(String language, StringBuffer body) throws SynthesisException { if (realep != null) throw new SynthesisException(SynthesisException.REIFIED); this.language = language; this.body = body; }