org.ow2.orchestra.facade.def
Interface PartnerLinkDefinition

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

public interface PartnerLinkDefinition
extends CopyAble<PartnerLinkDefinition>, Serializable

Author:
Alfonso Fuca

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

Method Detail

getName

String getName()
Returns:
the name of the partner link

getPartnerLinkType

QName getPartnerLinkType()
Returns:
the type of the partner link

getMyRole

String getMyRole()
Returns:
the myRole value attribute of the partner link

getPartnerRole

String getPartnerRole()
Returns:
the partnerRole attribute of the partner link

isInitializePartnerRole

boolean isInitializePartnerRole()
Returns:
the value of the initializePartnerRole attribute of partner link


Copyright © 2011 OW2 Consortium. All Rights Reserved.