Class ReceiveModel.Attachment
java.lang.Object
org.citrusframework.model.testcase.ws.SoapAttachmentType
org.citrusframework.model.testcase.ws.ReceiveModel.Attachment
- Enclosing class:
- ReceiveModel
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType>
<complexContent>
<extension base="{http://www.citrusframework.org/schema/ws/testcase}SoapAttachmentType">
<attribute name="validator" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.citrusframework.model.testcase.ws.SoapAttachmentType
SoapAttachmentType.Resource -
Field Summary
FieldsFields inherited from class org.citrusframework.model.testcase.ws.SoapAttachmentType
charsetName, contentId, contentType, data, encodingType, mtomInline, resource -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRuft den Wert der validator-Eigenschaft ab.voidsetValidator(String value) Legt den Wert der validator-Eigenschaft fest.Methods inherited from class org.citrusframework.model.testcase.ws.SoapAttachmentType
getCharsetName, getContentId, getContentType, getData, getEncodingType, getMtomInline, getResource, setCharsetName, setContentId, setContentType, setData, setEncodingType, setMtomInline, setResource