public class SendModel extends SendActionType
Java class for SoapSendActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SoapSendActionType">
<complexContent>
<extension base="{http://www.citrusframework.org/schema/testcase}SendActionType">
<sequence>
<element name="attachment" type="{http://www.citrusframework.org/schema/ws/testcase}SoapAttachmentType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="mtom-enabled" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="soap-action" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="content-type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="accept" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
SendModel.Extract, SendModel.Header, SendModel.Message| Modifier and Type | Field and Description |
|---|---|
protected String |
accept |
protected List<SoapAttachmentType> |
attachments |
protected String |
contentType |
protected String |
mtomEnabled |
protected String |
soapAction |
| Constructor and Description |
|---|
SendModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccept()
Gets the value of the accept property.
|
List<SoapAttachmentType> |
getAttachments()
Gets the value of the attachments property.
|
String |
getContentType()
Gets the value of the contentType property.
|
String |
getMtomEnabled()
Gets the value of the mtomEnabled property.
|
String |
getSoapAction()
Gets the value of the soapAction property.
|
void |
setAccept(String value)
Sets the value of the accept property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setMtomEnabled(String value)
Sets the value of the mtomEnabled property.
|
void |
setSoapAction(String value)
Sets the value of the soapAction property.
|
getActor, getDescription, getEndpoint, getExtract, getHeader, getMessage, isFork, setActor, setDescription, setEndpoint, setExtract, setFork, setHeader, setMessageprotected List<SoapAttachmentType> attachments
protected String mtomEnabled
protected String soapAction
protected String contentType
protected String accept
public List<SoapAttachmentType> getAttachments()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the attachments property.
For example, to add a new item, do as follows:
getAttachments().add(newItem);
Objects of the following type(s) are allowed in the list
SoapAttachmentType
public String getMtomEnabled()
Stringpublic void setMtomEnabled(String value)
value - allowed object is
Stringpublic String getSoapAction()
Stringpublic void setSoapAction(String value)
value - allowed object is
Stringpublic String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic String getAccept()
StringCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.