public class XpdlTimeEstimation extends XpdlElement
lineNumber, tag, XpdlText
Constructor and Description |
---|
XpdlTimeEstimation(java.lang.String tag) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
exportElements()
Exports all standard elements: None.
|
XpdlDuration |
getDuration() |
XpdlWaitingTime |
getWaitingTime() |
XpdlWorkingTime |
getWorkingTime() |
protected boolean |
importElements(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
Imports all standard child elements: None.
|
void |
setDuration(XpdlDuration duration) |
void |
setWaitingTime(XpdlWaitingTime waitingTime) |
void |
setWorkingTime(XpdlWorkingTime workingTime) |
checkBoolean, checkDouble, checkInteger, checkRequired, checkRestriction, checkURI, checkValidity, exportAttribute, exportAttributes, exportElement, getLineNumber, getTag, getXpdlText, importAttributes, 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
public XpdlWaitingTime getWaitingTime()
public void setWaitingTime(XpdlWaitingTime waitingTime)
public XpdlWorkingTime getWorkingTime()
public void setWorkingTime(XpdlWorkingTime workingTime)
public XpdlDuration getDuration()
public void setDuration(XpdlDuration duration)