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