public class XpdlIdName extends XpdlElement
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
id |
protected java.lang.String |
name |
lineNumber, tag, XpdlText
Constructor and Description |
---|
XpdlIdName(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.
|
java.lang.String |
getId() |
java.lang.String |
getName() |
protected void |
importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
Imports all standard attributes: None.
|
void |
setId(java.lang.String id) |
void |
setName(java.lang.String name) |
checkBoolean, checkDouble, checkInteger, checkRequired, checkRestriction, checkURI, exportAttribute, exportElement, exportElements, getLineNumber, getTag, getXpdlText, importElement, importElements, importText, setLineNumber, setTag, setXpdlText
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 getId()
public void setId(java.lang.String id)
public java.lang.String getName()
public void setName(java.lang.String name)