Class SendModel


public class SendModel extends SendActionType

Java-Klasse für SoapSendActionType complex type.

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


 <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>
 
  • Field Details

  • Constructor Details

    • SendModel

      public SendModel()
  • Method Details

    • getAttachments

      public List<SoapAttachmentType> 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 SoapAttachmentType

      Returns:
      The value of the attachments property.
    • getMtomEnabled

      public String getMtomEnabled()
      Ruft den Wert der mtomEnabled-Eigenschaft ab.
      Returns:
      possible object is String
    • setMtomEnabled

      public void setMtomEnabled(String value)
      Legt den Wert der mtomEnabled-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • 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