|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ail.core.Type
com.ail.core.command.CommandArgImp
com.ail.core.xmlbinding.FromXMLArgImp
public class FromXMLArgImp
This is the implementation of FromXMLArg used to pass arguments to and from the FromXML entry point(s).
| Field Summary |
|---|
| Fields inherited from class com.ail.core.Type |
|---|
jXPathContext, NOT_PERSISTED |
| Constructor Summary | |
|---|---|
FromXMLArgImp()
|
|
| Method Summary | |
|---|---|
java.lang.Class |
getClassIn()
Get the value of the ClassIn argument. |
java.lang.Object |
getObjectOut()
Fetch the value of ObjectOut. |
XMLString |
getXmlIn()
Fetch the XMLString that will be unmarshalled by the entry point. |
XMLMapping |
getXmlMappingInOut()
Get the value of XmlMapping. |
void |
setClassIn(java.lang.Class classIn)
Set the value of the ClassIn property. |
void |
setObjectOut(java.lang.Object objectOut)
Set the value of the ObjectOut property. |
void |
setXmlIn(XMLString xmlIn)
Set the value of the XmlIn property. |
void |
setXmlMappingInOut(XMLMapping xmlMappingInOut)
Set the XML mapping property. |
| Methods inherited from class com.ail.core.command.CommandArgImp |
|---|
getCallersCore, setCallersCore |
| Methods inherited from class com.ail.core.Type |
|---|
addAttribute, clone, deleteLock, deleteSerialVersion, fetchJXPathContext, getAttribute, getAttribute, getAttributeCount, getForeignSystemId, getLock, getSerialVersion, getSystemId, hasLock, hasSerialVersion, hasSystemId, isPersisted, markAsNotPersisted, mergeWithDataFrom, removeAttribute, removeAttribute, setAttribute, setForeignSystemId, setLock, setSerialVersion, setSystemId, xpathGet, xpathGet, xpathIterate, xpathSet |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ail.core.command.CommandArg |
|---|
getCallersCore, setCallersCore |
| Constructor Detail |
|---|
public FromXMLArgImp()
| Method Detail |
|---|
public java.lang.Object getObjectOut()
XmlIn was unmarshalled.
getObjectOut in interface FromXMLArgpublic void setObjectOut(java.lang.Object objectOut)
setObjectOut in interface FromXMLArgobjectOut - The value to be set.public XMLString getXmlIn()
ClassIn.
getXmlIn in interface FromXMLArgpublic void setXmlIn(XMLString xmlIn)
setXmlIn in interface FromXMLArgxmlIn - The value to be set.public java.lang.Class getClassIn()
XmlIn
represents an instance of.
getClassIn in interface FromXMLArgpublic void setClassIn(java.lang.Class classIn)
setClassIn in interface FromXMLArgclassIn - The value to be set.public XMLMapping getXmlMappingInOut()
getXmlMappingInOut in interface FromXMLArgpublic void setXmlMappingInOut(XMLMapping xmlMappingInOut)
setXmlMappingInOut in interface FromXMLArgxmlMappingInOut - The mapping to use.#getXmlMappingIn
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||