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
-
Constructor Summary
-
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.void
setRecipient
(String value) Sets the value of the recipient property.void
Sets the value of the state property.void
setStateUpdated
(String value) Sets the value of the stateUpdated property.
-
Field Details
-
recipient
-
state
-
stateUpdated
-
-
Constructor Details
-
DeliveryStatus
public DeliveryStatus()
-
-
Method Details
-
getRecipient
Gets the value of the recipient property.- Returns:
- possible object is
String
-
setRecipient
Sets the value of the recipient property.- Parameters:
value
- allowed object isString
-
getState
Gets the value of the state property.- Returns:
- possible object is
String
-
setState
Sets the value of the state property.- Parameters:
value
- allowed object isString
-
getStateUpdated
Gets the value of the stateUpdated property.- Returns:
- possible object is
String
-
setStateUpdated
Sets the value of the stateUpdated property.- Parameters:
value
- allowed object isString
-