public class SendFaultModel extends Object
Java class for SoapSendFaultActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SoapSendFaultActionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.citrusframework.org/schema/testcase}description" minOccurs="0"/>
<element name="fault">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fault-code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fault-string" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fault-actor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fault-detail" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="header" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="element" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="endpoint" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SendFaultModel.Fault
Java class for anonymous complex type.
|
static class |
SendFaultModel.Header
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
endpoint |
protected SendFaultModel.Fault |
fault |
protected SendFaultModel.Header |
header |
| Constructor and Description |
|---|
SendFaultModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getEndpoint()
Gets the value of the endpoint property.
|
SendFaultModel.Fault |
getFault()
Gets the value of the fault property.
|
SendFaultModel.Header |
getHeader()
Gets the value of the header property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEndpoint(String value)
Sets the value of the endpoint property.
|
void |
setFault(SendFaultModel.Fault value)
Sets the value of the fault property.
|
void |
setHeader(SendFaultModel.Header value)
Sets the value of the header property.
|
protected String description
protected SendFaultModel.Fault fault
protected SendFaultModel.Header header
protected String endpoint
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic SendFaultModel.Fault getFault()
SendFaultModel.Faultpublic void setFault(SendFaultModel.Fault value)
value - allowed object is
SendFaultModel.Faultpublic SendFaultModel.Header getHeader()
SendFaultModel.Headerpublic void setHeader(SendFaultModel.Header value)
value - allowed object is
SendFaultModel.Headerpublic String getEndpoint()
StringCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.