it.imolinfo.jbi4corba.utils.plugin.wsdl
Class Role

java.lang.Object
  extended by it.imolinfo.jbi4corba.utils.plugin.wsdl.Role
All Implemented Interfaces:
Serializable

public class Role
extends Object
implements Serializable

Author:
mcastaldi
See Also:
Serialized Form

Constructor Summary
Role()
           
Role(String name, String portType)
           
 
Method Summary
 String getName()
           
 String getPortType()
           
static Role parse(Node roleElement)
          Not used ...
 void setName(String name)
           
 void setPortType(String portType)
           
 String toString()
          Not used ...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Role

public Role()

Role

public Role(String name,
            String portType)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getPortType

public String getPortType()

setPortType

public void setPortType(String portType)

parse

public static Role parse(Node roleElement)
Not used ... so not tested :-)


toString

public String toString()
Not used ... so not tested :-)

Overrides:
toString in class Object


Copyright © 2005-2010 Imola Informatica. All Rights Reserved.