public class ServiceInterfaceMapping
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
id |
protected java.util.List<PortMapping> |
portMapping |
protected java.lang.String |
serviceInterface |
protected javax.xml.namespace.QName |
wsdlServiceName |
Constructor and Description |
---|
ServiceInterfaceMapping() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
java.util.List<PortMapping> |
getPortMapping() |
java.lang.String |
getServiceInterface() |
javax.xml.namespace.QName |
getWsdlServiceName() |
void |
setId(java.lang.String value) |
void |
setServiceInterface(java.lang.String value) |
void |
setWsdlServiceName(javax.xml.namespace.QName value) |
protected java.lang.String serviceInterface
protected javax.xml.namespace.QName wsdlServiceName
protected java.util.List<PortMapping> portMapping
protected java.lang.String id
public java.lang.String getServiceInterface()
public void setServiceInterface(java.lang.String value)
public javax.xml.namespace.QName getWsdlServiceName()
public void setWsdlServiceName(javax.xml.namespace.QName value)
public java.util.List<PortMapping> getPortMapping()
public java.lang.String getId()
public void setId(java.lang.String value)