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
| Constructor and Description |
|---|
XMLDisplay() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getXml()
public void setXml(String xml)
public String getId()
public void setId(String id)
public String getOutcome()
public void setOutcome(String outcome)
Copyright © 2005-2014 Sakai Project. All Rights Reserved.