public class CustomerAddressType extends NameAndAddressType
Java class for customerAddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customerAddressType">
<complexContent>
<extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}nameAndAddressType">
<sequence>
<element name="phoneNumber" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="25"/>
</restriction>
</simpleType>
</element>
<element name="faxNumber" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="25"/>
</restriction>
</simpleType>
</element>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
email |
protected String |
faxNumber |
protected String |
phoneNumber |
| Constructor and Description |
|---|
CustomerAddressType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Gets the value of the email property.
|
String |
getFaxNumber()
Gets the value of the faxNumber property.
|
String |
getPhoneNumber()
Gets the value of the phoneNumber property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setFaxNumber(String value)
Sets the value of the faxNumber property.
|
void |
setPhoneNumber(String value)
Sets the value of the phoneNumber property.
|
getAddress, getCity, getCompany, getCountry, getFirstName, getLastName, getState, getZip, setAddress, setCity, setCompany, setCountry, setFirstName, setLastName, setState, setZipprotected String phoneNumber
protected String faxNumber
protected String email
public String getPhoneNumber()
Stringpublic void setPhoneNumber(String value)
value - allowed object is
Stringpublic String getFaxNumber()
Stringpublic void setFaxNumber(String value)
value - allowed object is
Stringpublic String getEmail()
StringCopyright © 2020. All rights reserved.