|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.core.resources.service.PortType
public class PortType
| 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 |
|---|
protected String name
protected PortType.SecurityInfo security
protected String wsdl
| Constructor Detail |
|---|
public PortType()
| Method Detail |
|---|
public String getName()
public void setName(String name)
public PortType.SecurityInfo getSecurity()
public void setSecurity(PortType.SecurityInfo security)
public String getWsdl()
public void setWsdl(String wsdl)
public boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||