Class ReceiveModel


public class ReceiveModel extends ReceiveActionType

Java-Klasse für SoapReceiveActionType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.


 <complexType name="SoapReceiveActionType">
   <complexContent>
     <extension base="{http://www.citrusframework.org/schema/testcase}ReceiveActionType">
       <sequence>
         <element name="attachment" maxOccurs="unbounded" minOccurs="0">
           <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>
         </element>
       </sequence>
       <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>
 
  • Field Details

  • Constructor Details

    • ReceiveModel

      public ReceiveModel()
  • Method Details

    • getAttachments

      public List<ReceiveModel.Attachment> getAttachments()
      Gets the value of the attachments property.

      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 ReceiveModel.Attachment

      Returns:
      The value of the attachments property.
    • getSoapAction

      public String getSoapAction()
      Ruft den Wert der soapAction-Eigenschaft ab.
      Returns:
      possible object is String
    • setSoapAction

      public void setSoapAction(String value)
      Legt den Wert der soapAction-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getContentType

      public String getContentType()
      Ruft den Wert der contentType-Eigenschaft ab.
      Returns:
      possible object is String
    • setContentType

      public void setContentType(String value)
      Legt den Wert der contentType-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getAccept

      public String getAccept()
      Ruft den Wert der accept-Eigenschaft ab.
      Returns:
      possible object is String
    • setAccept

      public void setAccept(String value)
      Legt den Wert der accept-Eigenschaft fest.
      Parameters:
      value - allowed object is String