package org.concord.otrunk.xml; public interface OTXMLComment extends OTXMLContent { public String getText(); public void setText(String text); }