public static class SolicitResponseOrNotificationOperation.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="input"/> <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 |
getInput()
Get the 'input' element value.
|
void |
setFaultList(List<TFault> list)
Set the list of 'fault' element items.
|
void |
setInput(TParam input)
Set the 'input' element value.
|
Copyright © 2017 Europeana Foundation. All rights reserved.