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 java.lang.String |
customerAddressId |
email, faxNumber, phoneNumber| Constructor and Description |
|---|
CustomerAddressExType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCustomerAddressId()
Gets the value of the customerAddressId property.
|
void |
setCustomerAddressId(java.lang.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, setZippublic java.lang.String getCustomerAddressId()
Stringpublic void setCustomerAddressId(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.