net.authorize.api.contract.v1
Class CustomerAddressType

java.lang.Object
  extended by net.authorize.api.contract.v1.NameAndAddressType
      extended by net.authorize.api.contract.v1.CustomerAddressType
Direct Known Subclasses:
CustomerAddressExType

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="255"/>
             </restriction>
           </simpleType>
         </element>
         <element name="faxNumber" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="255"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String faxNumber
           
protected  String phoneNumber
           
 
Fields inherited from class net.authorize.api.contract.v1.NameAndAddressType
address, city, company, country, firstName, lastName, state, zip
 
Constructor Summary
CustomerAddressType()
           
 
Method Summary
 String getFaxNumber()
          Gets the value of the faxNumber property.
 String getPhoneNumber()
          Gets the value of the phoneNumber property.
 void setFaxNumber(String value)
          Sets the value of the faxNumber property.
 void setPhoneNumber(String value)
          Sets the value of the phoneNumber property.
 
Methods inherited from class net.authorize.api.contract.v1.NameAndAddressType
getAddress, getCity, getCompany, getCountry, getFirstName, getLastName, getState, getZip, setAddress, setCity, setCompany, setCountry, setFirstName, setLastName, setState, setZip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

phoneNumber

protected String phoneNumber

faxNumber

protected String faxNumber
Constructor Detail

CustomerAddressType

public CustomerAddressType()
Method Detail

getPhoneNumber

public String getPhoneNumber()
Gets the value of the phoneNumber property.

Returns:
possible object is String

setPhoneNumber

public void setPhoneNumber(String value)
Sets the value of the phoneNumber property.

Parameters:
value - allowed object is String

getFaxNumber

public String getFaxNumber()
Gets the value of the faxNumber property.

Returns:
possible object is String

setFaxNumber

public void setFaxNumber(String value)
Sets the value of the faxNumber property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.