public class XpdlRedefinableHeader extends XpdlElement
lineNumber, tag, XpdlText
Constructor and Description |
---|
XpdlRedefinableHeader(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.
|
XpdlAuthor |
getAuthor() |
XpdlCodepage |
getCodepage() |
XpdlCountrykey |
getCountrykey() |
java.lang.String |
getPublicationStatus() |
XpdlResponsibles |
getResponsibles() |
XpdlVersion |
getVersion() |
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 |
setAuthor(XpdlAuthor author) |
void |
setCodepage(XpdlCodepage codepage) |
void |
setCountrykey(XpdlCountrykey countrykey) |
void |
setPublicationStatus(java.lang.String publicationStatus) |
void |
setResponsibles(XpdlResponsibles responsibles) |
void |
setVersion(XpdlVersion version) |
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 importAttributes(org.xmlpull.v1.XmlPullParser xpp, Xpdl xpdl)
XpdlElement
importAttributes
in class XpdlElement
protected java.lang.String exportAttributes()
exportAttributes
in class XpdlElement
protected void checkValidity(Xpdl xpdl)
XpdlElement
checkValidity
in class XpdlElement
public java.lang.String getPublicationStatus()
public void setPublicationStatus(java.lang.String publicationStatus)
public XpdlAuthor getAuthor()
public void setAuthor(XpdlAuthor author)
public XpdlVersion getVersion()
public void setVersion(XpdlVersion version)
public XpdlCodepage getCodepage()
public void setCodepage(XpdlCodepage codepage)
public XpdlCountrykey getCountrykey()
public void setCountrykey(XpdlCountrykey countrykey)
public XpdlResponsibles getResponsibles()
public void setResponsibles(XpdlResponsibles responsibles)