public class XpdlPartnerLink extends XpdlElement
lineNumber, tag, XpdlText
Constructor and Description |
---|
XpdlPartnerLink(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.
|
java.lang.String |
getId() |
org.processmining.plugins.xpdl.XpdlPartnerLink.XpdlMyRole |
getMyRole() |
java.lang.String |
getName() |
java.lang.String |
getPartnerLinkTypeId() |
org.processmining.plugins.xpdl.XpdlPartnerLink.XpdlPartnerRole |
getPartnerRole() |
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 |
setId(java.lang.String id) |
void |
setMyRole(org.processmining.plugins.xpdl.XpdlPartnerLink.XpdlMyRole myRole) |
void |
setName(java.lang.String name) |
void |
setPartnerLinkTypeId(java.lang.String partnerLinkTypeId) |
void |
setPartnerRole(org.processmining.plugins.xpdl.XpdlPartnerLink.XpdlPartnerRole partnerRole) |
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 getName()
public void setName(java.lang.String name)
public java.lang.String getId()
public void setId(java.lang.String id)
public java.lang.String getPartnerLinkTypeId()
public void setPartnerLinkTypeId(java.lang.String partnerLinkTypeId)
public org.processmining.plugins.xpdl.XpdlPartnerLink.XpdlMyRole getMyRole()
public void setMyRole(org.processmining.plugins.xpdl.XpdlPartnerLink.XpdlMyRole myRole)
public org.processmining.plugins.xpdl.XpdlPartnerLink.XpdlPartnerRole getPartnerRole()
public void setPartnerRole(org.processmining.plugins.xpdl.XpdlPartnerLink.XpdlPartnerRole partnerRole)