Class DeliveryStatus
java.lang.Object
ch.tocco.nice2.optional.incamail.impl.soap.DeliveryStatus
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the recipient property.getState()Gets the value of the state property.Gets the value of the stateUpdated property.voidsetRecipient(String value) Sets the value of the recipient property.voidSets the value of the state property.voidsetStateUpdated(String value) Sets the value of the stateUpdated property.
-
Field Details
-
recipient
-
state
-
stateUpdated
-
-
Constructor Details
-
DeliveryStatus
public DeliveryStatus()
-
-
Method Details
-
getRecipient
-
setRecipient
-
getState
-
setState
-
getStateUpdated
-
setStateUpdated
-