net.authorize.data.xml
Class Address
java.lang.Object
net.authorize.data.Address
net.authorize.data.xml.Address
- All Implemented Interfaces:
- Serializable
public class Address
- extends Address
- See Also:
- Serialized Form
| Fields inherited from class net.authorize.data.Address |
address, city, company, country, firstName, lastName, MAX_ADDRESS_LENGTH, MAX_CITY_LENGTH, MAX_COMPANY_LENGTH, MAX_COUNTRY_LENGTH, MAX_FIRST_NAME_LENGTH, MAX_LAST_NAME_LENGTH, MAX_STATE_LENGTH, MAX_ZIP_LENGTH, state, zipPostalCode |
| Methods inherited from class net.authorize.data.Address |
getAddress, getCity, getCompany, getCountry, getFirstName, getLastName, getState, getZipPostalCode, setAddress, setCity, setCompany, setCountry, setFirstName, setLastName, setState, setZipPostalCode |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
phoneNumber
protected String phoneNumber
faxNumber
protected String faxNumber
addressId
protected String addressId
Address
public Address()
createAddress
public static Address createAddress()
getPhoneNumber
public String getPhoneNumber()
- Returns:
- the phoneNumber
setPhoneNumber
public void setPhoneNumber(String phoneNumber)
- Parameters:
phoneNumber - the phoneNumber to set
getFaxNumber
public String getFaxNumber()
- Returns:
- the faxNumber
setFaxNumber
public void setFaxNumber(String faxNumber)
- Parameters:
faxNumber - the faxNumber to set
getAddressId
public String getAddressId()
- Returns:
- the addressId
setAddressId
public void setAddressId(String addressId)
- Parameters:
addressId - the addressId to set
Copyright © 2014. All Rights Reserved.