public class XpdlCoordinates extends XpdlElement
lineNumber, tag, XpdlText| Constructor and Description |
|---|
XpdlCoordinates(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 |
getxCoordinate() |
java.lang.String |
getyCoordinate() |
protected void |
importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
Imports all standard attributes: None.
|
void |
setxCoordinate(java.lang.String xCoordinate) |
void |
setyCoordinate(java.lang.String yCoordinate) |
checkBoolean, checkDouble, checkInteger, checkRequired, checkRestriction, checkURI, exportAttribute, exportElement, exportElements, getLineNumber, getTag, getXpdlText, importElement, importElements, importText, setLineNumber, setTag, setXpdlTextprotected void importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
XpdlElementimportAttributes in class XpdlElementprotected java.lang.String exportAttributes()
exportAttributes in class XpdlElementprotected void checkValidity(Xpdl xpdl)
XpdlElementcheckValidity in class XpdlElementpublic java.lang.String getxCoordinate()
public void setxCoordinate(java.lang.String xCoordinate)
public java.lang.String getyCoordinate()
public void setyCoordinate(java.lang.String yCoordinate)