public class XpdlTaskApplication extends XpdlIdName
id, namelineNumber, tag, XpdlText| Constructor and Description |
|---|
XpdlTaskApplication(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.
|
protected java.lang.String |
exportElements()
Exports all standard elements: None.
|
XpdlActualParameters |
getActualParameters() |
XpdlDataMappings |
getDataMappings() |
XpdlDescription |
getDescription() |
java.lang.String |
getPackageRef() |
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 |
setActualParameters(XpdlActualParameters actualParameters) |
void |
setDataMappings(XpdlDataMappings dataMappings) |
void |
setDescription(XpdlDescription description) |
void |
setPackageRef(java.lang.String packageRef) |
getId, getName, setId, setNamecheckBoolean, checkDouble, checkInteger, checkRequired, checkRestriction, checkURI, 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 XpdlIdNameprotected java.lang.String exportAttributes()
exportAttributes in class XpdlIdNameprotected void checkValidity(Xpdl xpdl)
XpdlElementcheckValidity in class XpdlIdNamepublic java.lang.String getPackageRef()
public void setPackageRef(java.lang.String packageRef)
public XpdlActualParameters getActualParameters()
public void setActualParameters(XpdlActualParameters actualParameters)
public XpdlDataMappings getDataMappings()
public void setDataMappings(XpdlDataMappings dataMappings)
public XpdlDescription getDescription()
public void setDescription(XpdlDescription description)