public class XpdlApplication extends XpdlIdName
id, name
lineNumber, tag, XpdlText
Constructor and Description |
---|
XpdlApplication(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 |
exportElements()
Exports all standard elements: None.
|
XpdlApplicationType |
getApplicationType() |
XpdlDescription |
getDescription() |
XpdlExtendedAttributes |
getExtendedAttributes() |
XpdlExternalReference |
getExternalReference() |
XpdlFormalParameters |
getFormalParameters() |
protected boolean |
importElements(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
Imports all standard child elements: None.
|
void |
setApplicationType(XpdlApplicationType applicationType) |
void |
setDescription(XpdlDescription description) |
void |
setExtendedAttributes(XpdlExtendedAttributes extendedAttributes) |
void |
setExternalReference(XpdlExternalReference externalReference) |
void |
setFormalParameters(XpdlFormalParameters formalParameters) |
exportAttributes, getId, getName, importAttributes, setId, setName
checkBoolean, checkDouble, checkInteger, checkRequired, checkRestriction, checkURI, 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 checkValidity(Xpdl xpdl)
XpdlElement
checkValidity
in class XpdlIdName
public XpdlDescription getDescription()
public void setDescription(XpdlDescription description)
public XpdlApplicationType getApplicationType()
public void setApplicationType(XpdlApplicationType applicationType)
public XpdlFormalParameters getFormalParameters()
public void setFormalParameters(XpdlFormalParameters formalParameters)
public XpdlExternalReference getExternalReference()
public void setExternalReference(XpdlExternalReference externalReference)
public XpdlExtendedAttributes getExtendedAttributes()
public void setExtendedAttributes(XpdlExtendedAttributes extendedAttributes)