org.ow2.orchestra.facade.def
Interface PartnerLinkDefinition

All Superinterfaces:
CopyAble<PartnerLinkDefinition>, java.io.Serializable
All Known Implementing Classes:
PartnerLinkDefinitionImpl

public interface PartnerLinkDefinition
extends CopyAble<PartnerLinkDefinition>, java.io.Serializable

Author:
Alfonso Fuca

Method Summary
 java.lang.String getMyRole()
           
 java.lang.String getName()
           
 javax.xml.namespace.QName getPartnerLinkType()
           
 java.lang.String getPartnerRole()
           
 boolean isInitializePartnerRole()
           
 
Methods inherited from interface org.ow2.orchestra.facade.CopyAble
copy
 

Method Detail

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.