|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.bpel.compiler.SourceLocation
org.apache.ode.bpel.compiler.bom.BpelObject
org.apache.ode.bpel.compiler.bom.PartnerLink
public class PartnerLink
Representation of a BPEL <partnerLink>
decleration.
Field Summary |
---|
Fields inherited from class org.apache.ode.bpel.compiler.bom.BpelObject |
---|
ATTR_LINENO |
Constructor Summary | |
---|---|
PartnerLink(org.w3c.dom.Element el)
|
Method Summary | |
---|---|
java.lang.String |
getMyRole()
Gets the 'myRole' of the partnerLink link. |
java.lang.String |
getName()
Name of the partnerLink link. |
javax.xml.namespace.QName |
getPartnerLinkType()
Get the partnerLink link type. |
java.lang.String |
getPartnerRole()
Get the 'partnerRole' |
boolean |
hasMyRole()
Returns true if partnerLink link has a 'myRole' |
boolean |
hasPartnerRole()
Determine if 'partnerRole' is set. |
boolean |
isInitializePartnerRole()
Determine if the partner role has to be initialized with default value |
Methods inherited from class org.apache.ode.bpel.compiler.bom.BpelObject |
---|
createBpelObject, getAttribute, getAttribute, getAttribute, getAttribute, getChildren, getChildren, getChildren, getColumnNo, getElement, getExtensibilityElement, getExtensibilityElements, getFirstChild, getFirstChild, getFirstExtensibilityElement, getLineNo, getNamespaceContext, getPath, getTextValue, getType, getURI, is11, is20Draft, isAttributeSet, rewriteTargetNS, setURI, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PartnerLink(org.w3c.dom.Element el)
Method Detail |
---|
public java.lang.String getMyRole()
public java.lang.String getName()
public javax.xml.namespace.QName getPartnerLinkType()
public java.lang.String getPartnerRole()
public boolean hasMyRole()
true
if partnerLink link has a 'myRole'
public boolean hasPartnerRole()
true
if partnerLink link has a 'partnerRole'public boolean isInitializePartnerRole()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |