public class PortType extends AbstractWsdl
| Modifier and Type | Method and Description |
|---|---|
PortType |
addOperation(Operation operation) |
PortType |
addOperations(Collection<Operation> operations) |
Operation |
getOperation(String name,
String request,
String response) |
Collection<Operation> |
getOperations() |
QName |
getQName() |
boolean |
isSetOperations() |
PortType |
setOperations(Collection<Operation> operations) |
addExtensibilityElement, addExtensibilityElements, addExtensionAttribute, compareTo, equals, getExtensibilityElements, getExtensionAttributes, getName, hashCode, isSetExtensibilityElements, isSetExtensionAttributes, isSetName, isSetQName, setExtensibilityElements, setExtensionAttribute, setName, setQNamepublic PortType(String name)
public QName getQName()
getQName in class AbstractWsdlpublic PortType addOperations(Collection<Operation> operations)
public PortType setOperations(Collection<Operation> operations)
public Collection<Operation> getOperations()
public boolean isSetOperations()
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.