org.ow2.orchestra.facade.def.impl
Class PartnerLinkDefinitionImpl
java.lang.Object
org.ow2.orchestra.facade.def.impl.PartnerLinkDefinitionImpl
- All Implemented Interfaces:
- Serializable, CopyAble<PartnerLinkDefinition>, PartnerLinkDefinition
public class PartnerLinkDefinitionImpl
- extends Object
- implements PartnerLinkDefinition
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PartnerLinkDefinitionImpl
public PartnerLinkDefinitionImpl()
PartnerLinkDefinitionImpl
public PartnerLinkDefinitionImpl(PartnerLinkDefinition partnerLinkDefinition)
PartnerLinkDefinitionImpl
public PartnerLinkDefinitionImpl(String myRole,
String name,
QName partnerLinkType,
String partnerRole,
boolean initializePartnerRole)
getMyRole
public String getMyRole()
- Specified by:
getMyRole
in interface PartnerLinkDefinition
- Returns:
- the myRole value attribute of the partner link
getName
public String getName()
- Specified by:
getName
in interface PartnerLinkDefinition
- Returns:
- the name of the partner link
getPartnerLinkType
public QName getPartnerLinkType()
- Specified by:
getPartnerLinkType
in interface PartnerLinkDefinition
- Returns:
- the type of the partner link
getPartnerRole
public String getPartnerRole()
- Specified by:
getPartnerRole
in interface PartnerLinkDefinition
- Returns:
- the partnerRole attribute of the partner link
isInitializePartnerRole
public boolean isInitializePartnerRole()
- Specified by:
isInitializePartnerRole
in interface PartnerLinkDefinition
- Returns:
- the value of the initializePartnerRole attribute of partner link
copy
public PartnerLinkDefinition copy()
- Specified by:
copy
in interface CopyAble<PartnerLinkDefinition>
Copyright © 2011 OW2 Consortium. All Rights Reserved.