public class TBindingOperation extends TExtensibleDocumented
<xs:complexType xmlns:ns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="tBindingOperation">
<xs:complexContent>
<xs:extension base="ns:tExtensibleDocumented">
<xs:sequence>
<xs:element type="ns:tBindingOperationMessage" name="input" minOccurs="0"/>
<xs:element type="ns:tBindingOperationMessage" name="output" minOccurs="0"/>
<xs:element type="ns:tBindingOperationFault" name="fault" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute type="xs:string" use="required" name="name"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Constructor and Description |
|---|
TBindingOperation() |
| Modifier and Type | Method and Description |
|---|---|
List<TBindingOperationFault> |
getFaultList()
Get the list of 'fault' element items.
|
TBindingOperationMessage |
getInput()
Get the 'input' element value.
|
String |
getName()
Get the 'name' attribute value.
|
TBindingOperationMessage |
getOutput()
Get the 'output' element value.
|
void |
setFaultList(List<TBindingOperationFault> list)
Set the list of 'fault' element items.
|
void |
setInput(TBindingOperationMessage input)
Set the 'input' element value.
|
void |
setName(String name)
Set the 'name' attribute value.
|
void |
setOutput(TBindingOperationMessage output)
Set the 'output' element value.
|
getAnyList, setAnyListgetDocumentation, setDocumentationpublic TBindingOperationMessage getInput()
public void setInput(TBindingOperationMessage input)
input - public TBindingOperationMessage getOutput()
public void setOutput(TBindingOperationMessage output)
output - public List<TBindingOperationFault> getFaultList()
public void setFaultList(List<TBindingOperationFault> list)
list - public String getName()
public void setName(String name)
name - Copyright © 2017 Europeana Foundation. All rights reserved.