public class PortType extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PortType.Function |
static class |
PortType.SecurityInfo |
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected PortType.SecurityInfo |
security |
protected String |
wsdl |
| Constructor and Description |
|---|
PortType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
PortType.SecurityInfo |
getSecurity() |
String |
getWsdl() |
void |
setName(String name) |
void |
setSecurity(PortType.SecurityInfo security) |
void |
setWsdl(String wsdl) |
protected String name
protected PortType.SecurityInfo security
protected String wsdl
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)
Copyright © 2015. All Rights Reserved.