Class GetDeliveryStatus

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

public class GetDeliveryStatus extends Object

Java class for GetDeliveryStatus complex type.

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

 <complexType name="GetDeliveryStatus">
   <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

    • GetDeliveryStatus

      public GetDeliveryStatus()
  • 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