package testtool.Question; import java.util.Collection; /** * * The actual question text represented as a series of RawText, Tag, or Image objects in HTML format. * * @author * @version * **/ public class QuestionBody { /** Default Constructor **/ public QuestionBody() { } protected Collection data; }