public class XpdlWebServiceFaultCatch extends XpdlElement
lineNumber, tag, XpdlText| Constructor and Description |
|---|
XpdlWebServiceFaultCatch(java.lang.String tag) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
exportAttributes()
Exports all attributes.
|
protected java.lang.String |
exportElements()
Exports all standard elements: None.
|
XpdlBlockActivity |
getBlockActivity() |
java.lang.String |
getFaultName() |
XpdlTransitionRef |
getTransitionRef() |
protected void |
importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
Imports all standard attributes: None.
|
protected boolean |
importElements(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
Imports all standard child elements: None.
|
void |
setBlockActivity(XpdlBlockActivity blockActivity) |
void |
setFaultName(java.lang.String faultName) |
void |
setTransitionRef(XpdlTransitionRef transitionRef) |
checkBoolean, checkDouble, checkInteger, checkRequired, checkRestriction, checkURI, checkValidity, exportAttribute, exportElement, getLineNumber, getTag, getXpdlText, importElement, importText, setLineNumber, setTag, setXpdlTextprotected boolean importElements(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
XpdlElementimportElements in class XpdlElementprotected java.lang.String exportElements()
XpdlElementexportElements in class XpdlElementprotected void importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
XpdlElementimportAttributes in class XpdlElementprotected java.lang.String exportAttributes()
exportAttributes in class XpdlElementpublic XpdlBlockActivity getBlockActivity()
public void setBlockActivity(XpdlBlockActivity blockActivity)
public java.lang.String getFaultName()
public void setFaultName(java.lang.String faultName)
public XpdlTransitionRef getTransitionRef()
public void setTransitionRef(XpdlTransitionRef transitionRef)