public class XpdlTransaction extends XpdlElement
lineNumber, tag, XpdlText| Constructor and Description |
|---|
XpdlTransaction(java.lang.String tag) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkValidity(Xpdl xpdl)
Default check for validity: No action.
|
protected java.lang.String |
exportAttributes()
Exports all attributes.
|
java.lang.String |
getTransactionId() |
java.lang.String |
getTransactionMethod() |
java.lang.String |
getTransactionProtocol() |
protected void |
importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
Imports all standard attributes: None.
|
void |
setTransactionId(java.lang.String transactionId) |
void |
setTransactionMethod(java.lang.String transactionMethod) |
void |
setTransactionProtocol(java.lang.String transactionProtocol) |
checkBoolean, checkDouble, checkInteger, checkRequired, checkRestriction, checkURI, exportAttribute, exportElement, exportElements, getLineNumber, getTag, getXpdlText, importElement, importElements, importText, setLineNumber, setTag, setXpdlTextprotected void importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
XpdlElementimportAttributes in class XpdlElementprotected java.lang.String exportAttributes()
exportAttributes in class XpdlElementprotected void checkValidity(Xpdl xpdl)
XpdlElementcheckValidity in class XpdlElementpublic java.lang.String getTransactionId()
public void setTransactionId(java.lang.String transactionId)
public java.lang.String getTransactionProtocol()
public void setTransactionProtocol(java.lang.String transactionProtocol)
public java.lang.String getTransactionMethod()
public void setTransactionMethod(java.lang.String transactionMethod)