org.gcube.common.core.resources.service
Class PortType

java.lang.Object
  extended by org.gcube.common.core.resources.service.PortType

public class PortType
extends Object


Nested Class Summary
static class PortType.Function
           
static class PortType.SecurityInfo
           
 
Field Summary
protected  String name
           
protected  PortType.SecurityInfo security
           
protected  String wsdl
           
 
Constructor Summary
PortType()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 PortType.SecurityInfo getSecurity()
           
 String getWsdl()
           
 void setName(String name)
           
 void setSecurity(PortType.SecurityInfo security)
           
 void setWsdl(String wsdl)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

security

protected PortType.SecurityInfo security

wsdl

protected String wsdl
Constructor Detail

PortType

public PortType()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getSecurity

public PortType.SecurityInfo getSecurity()

setSecurity

public void setSecurity(PortType.SecurityInfo security)

getWsdl

public String getWsdl()

setWsdl

public void setWsdl(String wsdl)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.