public class CustomerAddressExType extends CustomerAddressType
Java class for customerAddressExType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customerAddressExType">
<complexContent>
<extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerAddressType">
<sequence>
<element name="customerAddressId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
customerAddressId |
email, faxNumber, phoneNumber| Constructor and Description |
|---|
CustomerAddressExType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerAddressId()
Gets the value of the customerAddressId property.
|
void |
setCustomerAddressId(String value)
Sets the value of the customerAddressId property.
|
getEmail, getFaxNumber, getPhoneNumber, setEmail, setFaxNumber, setPhoneNumbergetAddress, getCity, getCompany, getCountry, getFirstName, getLastName, getState, getZip, setAddress, setCity, setCompany, setCountry, setFirstName, setLastName, setState, setZipCopyright © 2020. All rights reserved.