net.authorize.api.contract.v1
Class CustomerType

java.lang.Object
  extended by net.authorize.api.contract.v1.CustomerType

public class CustomerType
extends Object

Java class for customerType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="customerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerTypeEnum" minOccurs="0"/>
         <element name="id" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
         <element name="email" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="255"/>
             </restriction>
           </simpleType>
         </element>
         <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="driversLicense" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}driversLicenseType" minOccurs="0"/>
         <element name="taxId" minOccurs="0">
           <simpleType>
             <restriction base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString">
               <minLength value="9"/>
               <maxLength value="9"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DriversLicenseType driversLicense
           
protected  String email
           
protected  String faxNumber
           
protected  String id
           
protected  String phoneNumber
           
protected  String taxId
           
protected  CustomerTypeEnum type
           
 
Constructor Summary
CustomerType()
           
 
Method Summary
 DriversLicenseType getDriversLicense()
          Gets the value of the driversLicense property.
 String getEmail()
          Gets the value of the email property.
 String getFaxNumber()
          Gets the value of the faxNumber property.
 String getId()
          Gets the value of the id property.
 String getPhoneNumber()
          Gets the value of the phoneNumber property.
 String getTaxId()
          Gets the value of the taxId property.
 CustomerTypeEnum getType()
          Gets the value of the type property.
 void setDriversLicense(DriversLicenseType value)
          Sets the value of the driversLicense property.
 void setEmail(String value)
          Sets the value of the email property.
 void setFaxNumber(String value)
          Sets the value of the faxNumber property.
 void setId(String value)
          Sets the value of the id property.
 void setPhoneNumber(String value)
          Sets the value of the phoneNumber property.
 void setTaxId(String value)
          Sets the value of the taxId property.
 void setType(CustomerTypeEnum value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected CustomerTypeEnum type

id

protected String id

email

protected String email

phoneNumber

protected String phoneNumber

faxNumber

protected String faxNumber

driversLicense

protected DriversLicenseType driversLicense

taxId

protected String taxId
Constructor Detail

CustomerType

public CustomerType()
Method Detail

getType

public CustomerTypeEnum getType()
Gets the value of the type property.

Returns:
possible object is CustomerTypeEnum

setType

public void setType(CustomerTypeEnum value)
Sets the value of the type property.

Parameters:
value - allowed object is CustomerTypeEnum

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getEmail

public String getEmail()
Gets the value of the email property.

Returns:
possible object is String

setEmail

public void setEmail(String value)
Sets the value of the email property.

Parameters:
value - allowed object is String

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

getDriversLicense

public DriversLicenseType getDriversLicense()
Gets the value of the driversLicense property.

Returns:
possible object is DriversLicenseType

setDriversLicense

public void setDriversLicense(DriversLicenseType value)
Sets the value of the driversLicense property.

Parameters:
value - allowed object is DriversLicenseType

getTaxId

public String getTaxId()
Gets the value of the taxId property.

Returns:
possible object is String

setTaxId

public void setTaxId(String value)
Sets the value of the taxId property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.