org.sakaiproject.tool.assessment.ui.bean.qti
Class XMLDisplay

java.lang.Object
  extended by org.sakaiproject.tool.assessment.ui.bean.qti.XMLDisplay
All Implemented Interfaces:
Serializable

public class XMLDisplay
extends Object
implements Serializable

Bean for QTI XML or XML fragments and descriptive information.

Used to maintain information or to dump XML to client.

Copyright: Copyright (c) 2004 Sakai

Version:
$Id: XMLDisplay.java 73450 2010-02-11 22:02:29Z ktsao@stanford.edu $
Author:
Ed Smiley esmiley@stanford.edu
See Also:
Serialized Form

Constructor Summary
XMLDisplay()
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 String getName()
           
 String getOutcome()
           
 String getXml()
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setName(String name)
           
 void setOutcome(String outcome)
           
 void setXml(String xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLDisplay

public XMLDisplay()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getXml

public String getXml()

setXml

public void setXml(String xml)

getId

public String getId()

setId

public void setId(String id)

getOutcome

public String getOutcome()

setOutcome

public void setOutcome(String outcome)


Copyright © 2005-2012 Sakai Project. All Rights Reserved.