Class SendMessageResponse

java.lang.Object
ch.tocco.nice2.optional.incamail.impl.soap.SendMessageResponse

public class SendMessageResponse extends Object

Java class for SendMessageResponse complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="SendMessageResponse">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="MessageId" type="{http://www.w3.org/2001/XMLSchema}string"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
  • Field Details

    • messageId

      protected String messageId
  • Constructor Details

    • SendMessageResponse

      public SendMessageResponse()
  • Method Details

    • getMessageId

      public String getMessageId()
      Gets the value of the messageId property.
      Returns:
      possible object is String
    • setMessageId

      public void setMessageId(String value)
      Sets the value of the messageId property.
      Parameters:
      value - allowed object is String