bexee.wsdl.extensions.partnerlinktype.impl
Class RoleImpl

java.lang.Object
  extended bybexee.wsdl.extensions.partnerlinktype.impl.RoleImpl
All Implemented Interfaces:
Role

public class RoleImpl
extends java.lang.Object
implements Role

A default implementation of the Role BPEL extension to WSDL.

Version:
$Revision: 1.1 $, $Date: 2004/12/15 14:18:18 $
Author:
Patric Fornasier, Pawel Kowalski

Constructor Summary
RoleImpl()
           
 
Method Summary
 java.lang.String getName()
          Get the name of this Role.
 javax.wsdl.PortType getPortType()
          Get the PortType of this Role.
 void setName(java.lang.String name)
          Set the name of this Role.
 void setPortType(javax.wsdl.PortType portType)
          Set the PortType of this Role.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleImpl

public RoleImpl()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: Role
Get the name of this Role.

Specified by:
getName in interface Role
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Description copied from interface: Role
Set the name of this Role.

Specified by:
setName in interface Role
Parameters:
name - The name to set.

getPortType

public javax.wsdl.PortType getPortType()
Description copied from interface: Role
Get the PortType of this Role.

Specified by:
getPortType in interface Role
Returns:
Returns the portType.

setPortType

public void setPortType(javax.wsdl.PortType portType)
Description copied from interface: Role
Set the PortType of this Role.

Specified by:
setPortType in interface Role
Parameters:
portType - The portType to set.


Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.