Class DeliveryStatus

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

public class DeliveryStatus extends Object

Java class for DeliveryStatus complex type.

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

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

    • recipient

      protected String recipient
    • state

      protected String state
    • stateUpdated

      protected String stateUpdated
  • Constructor Details

    • DeliveryStatus

      public DeliveryStatus()
  • Method Details

    • getRecipient

      public String getRecipient()
      Gets the value of the recipient property.
      Returns:
      possible object is String
    • setRecipient

      public void setRecipient(String value)
      Sets the value of the recipient property.
      Parameters:
      value - allowed object is String
    • getState

      public String getState()
      Gets the value of the state property.
      Returns:
      possible object is String
    • setState

      public void setState(String value)
      Sets the value of the state property.
      Parameters:
      value - allowed object is String
    • getStateUpdated

      public String getStateUpdated()
      Gets the value of the stateUpdated property.
      Returns:
      possible object is String
    • setStateUpdated

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