public class AddressStatus extends Object
Java class for AddressStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddressStatus">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Status" type="{http://exacttarget.com/wsdl/partnerAPI}SubscriberAddressStatus" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SubscriberAddressStatus |
status |
| Constructor and Description |
|---|
AddressStatus() |
| Modifier and Type | Method and Description |
|---|---|
SubscriberAddressStatus |
getStatus()
Gets the value of the status property.
|
void |
setStatus(SubscriberAddressStatus value)
Sets the value of the status property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected SubscriberAddressStatus status
public SubscriberAddressStatus getStatus()
SubscriberAddressStatuspublic void setStatus(SubscriberAddressStatus value)
value - allowed object is
SubscriberAddressStatusCopyright © 2017. All rights reserved.