|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ToXMLArg
This interface defines the Bean used to encapsulate the argument and return values used by the ToXml entry point.
| Method Summary | |
|---|---|
java.lang.Object |
getObjectIn()
Fetch the ObjectIn value. |
XMLMapping |
getXmlMappingInOut()
Get the value of XmlMapping. |
XMLString |
getXmlOut()
Fetch the XmlOut value. |
void |
setObjectIn(java.lang.Object objectIn)
Set the value of the ObjectIn property. |
void |
setXmlMappingInOut(XMLMapping xmlMapping)
Set the XML mapping property. |
void |
setXmlOut(XMLString xmlOut)
Set the value of the XmlOut property. |
| Methods inherited from interface com.ail.core.command.CommandArg |
|---|
getCallersCore, setCallersCore |
| Method Detail |
|---|
java.lang.Object getObjectIn()
void setObjectIn(java.lang.Object objectIn)
objectIn - The new value.XMLMapping getXmlMappingInOut()
void setXmlMappingInOut(XMLMapping xmlMapping)
xmlMapping - The mapping to use.#getXmlMappingInXMLString getXmlOut()
objectIn
void setXmlOut(XMLString xmlOut)
xmlOut - The new value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||