org.ow2.orchestra.facade.def
Interface PartnerLinkDefinition
- All Superinterfaces:
- CopyAble<PartnerLinkDefinition>, java.io.Serializable
public interface PartnerLinkDefinition
- extends CopyAble<PartnerLinkDefinition>, java.io.Serializable
- Author:
- Alfonso Fuca
Methods inherited from interface org.ow2.orchestra.facade.CopyAble |
copy |
getName
java.lang.String getName()
- Returns:
- the name of the partner link
getPartnerLinkType
javax.xml.namespace.QName getPartnerLinkType()
- Returns:
- the type of the partner link
getMyRole
java.lang.String getMyRole()
- Returns:
- the myRole value attribute of the partner link
getPartnerRole
java.lang.String getPartnerRole()
- Returns:
- the partnerRole attribute of the partner link
isInitializePartnerRole
boolean isInitializePartnerRole()
- Returns:
- the value of the initializePartnerRole attribute of partner link
Copyright © 2009 OW2 Consortium. All Rights Reserved.