public class SubscriberAddress extends Object
Java class for SubscriberAddress complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubscriberAddress">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AddressType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Statuses" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Status" type="{http://exacttarget.com/wsdl/partnerAPI}AddressStatus" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SubscriberAddress.Statuses
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected String |
addressType |
protected SubscriberAddress.Statuses |
statuses |
| Constructor and Description |
|---|
SubscriberAddress() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value of the address property.
|
String |
getAddressType()
Gets the value of the addressType property.
|
SubscriberAddress.Statuses |
getStatuses()
Gets the value of the statuses property.
|
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setAddressType(String value)
Sets the value of the addressType property.
|
void |
setStatuses(SubscriberAddress.Statuses value)
Sets the value of the statuses property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String addressType
protected String address
protected SubscriberAddress.Statuses statuses
public String getAddressType()
Stringpublic void setAddressType(String value)
value - allowed object is
Stringpublic String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic SubscriberAddress.Statuses getStatuses()
SubscriberAddress.Statusespublic void setStatuses(SubscriberAddress.Statuses value)
value - allowed object is
SubscriberAddress.StatusesCopyright © 2017. All rights reserved.