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 java.lang.String |
email |
protected java.lang.String |
faxNumber |
protected java.lang.String |
phoneNumber |
| Constructor and Description |
|---|
CustomerAddressType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEmail()
Gets the value of the email property.
|
java.lang.String |
getFaxNumber()
Gets the value of the faxNumber property.
|
java.lang.String |
getPhoneNumber()
Gets the value of the phoneNumber property.
|
void |
setEmail(java.lang.String value)
Sets the value of the email property.
|
void |
setFaxNumber(java.lang.String value)
Sets the value of the faxNumber property.
|
void |
setPhoneNumber(java.lang.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 java.lang.String phoneNumber
protected java.lang.String faxNumber
protected java.lang.String email
public java.lang.String getPhoneNumber()
Stringpublic void setPhoneNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFaxNumber()
Stringpublic void setFaxNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEmail()
Stringpublic void setEmail(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.