public static class RequestResponseOrOneWayOperation.Sequence extends Object
<xs:sequence xmlns:ns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" minOccurs="0"> <xs:element type="ns:tParam" name="output"/> <xs:element type="ns:tFault" name="fault" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence>
| Constructor and Description |
|---|
Sequence() |
| Modifier and Type | Method and Description |
|---|---|
List<TFault> |
getFaultList()
Get the list of 'fault' element items.
|
TParam |
getOutput()
Get the 'output' element value.
|
void |
setFaultList(List<TFault> list)
Set the list of 'fault' element items.
|
void |
setOutput(TParam output)
Set the 'output' element value.
|
Copyright © 2018 Europeana Foundation. All rights reserved.