public class EmailAddress extends SubscriberAddress
Java class for EmailAddress complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmailAddress">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}SubscriberAddress">
<sequence>
<element name="Type" type="{http://exacttarget.com/wsdl/partnerAPI}EmailType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
SubscriberAddress.Statuses| Modifier and Type | Field and Description |
|---|---|
protected EmailType |
type |
address, addressType, statuses| Constructor and Description |
|---|
EmailAddress() |
| Modifier and Type | Method and Description |
|---|---|
EmailType |
getType()
Gets the value of the type property.
|
void |
setType(EmailType value)
Sets the value of the type property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getAddress, getAddressType, getStatuses, setAddress, setAddressType, setStatusesprotected EmailType type
public EmailType getType()
EmailTypepublic void setType(EmailType value)
value - allowed object is
EmailTypepublic String toString()
toString in class SubscriberAddressCopyright © 2017. All rights reserved.