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, setXpdlText
protected boolean importElements(org.xmlpull.v1.XmlPullParser xpp, Xpdl xpdl)
XpdlElement
importElements
in class XpdlElement
protected java.lang.String exportElements()
XpdlElement
exportElements
in class XpdlElement
protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp, Xpdl xpdl)
XpdlElement
importAttributes
in class XpdlElement
protected java.lang.String exportAttributes()
exportAttributes
in class XpdlElement
public 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)