net.sf.xaj.web
Class XmlDbBatchWebService.Command
java.lang.Object
net.sf.xaj.web.XmlDbBatchWebService.Command
- Enclosing class:
- XmlDbBatchWebService
public static class XmlDbBatchWebService.Command
- extends java.lang.Object
Controller command object.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XmlDbBatchWebService.Command
public XmlDbBatchWebService.Command()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getXmlDbServiceName
public java.lang.String getXmlDbServiceName()
- Returns:
- the xmlDbServiceName
setXmlDbServiceName
public void setXmlDbServiceName(java.lang.String xmlDbServiceName)
- Parameters:
xmlDbServiceName
- the xmlDbServiceName to set
getTask
public XmlDbWebConstants.BatchTask getTask()
- Returns:
- the task
setTask
public void setTask(XmlDbWebConstants.BatchTask task)
- Parameters:
task
- the task to set
getXmlId
public java.io.Serializable getXmlId()
- Returns:
- the xmlId
setXmlId
public void setXmlId(java.io.Serializable xmlId)
- Parameters:
xmlId
- the xmlId to set
getXml
public java.lang.String getXml()
- Returns:
- the xml
setXml
public void setXml(java.lang.String xml)
- Parameters:
xml
- the xml to set
getOp
public XmlDbWebConstants.BatchOperation getOp()
- Returns:
- the op
setOp
public void setOp(XmlDbWebConstants.BatchOperation op)
- Parameters:
op
- the op to set
getTxId
public java.lang.String getTxId()
- Returns:
- the txId
setTxId
public void setTxId(java.lang.String txId)
- Parameters:
txId
- the txId to set