Package net.authorize.api.contract.v1
Class CustomerDataType
- java.lang.Object
-
- net.authorize.api.contract.v1.CustomerDataType
-
public class CustomerDataType extends Object
Java class for customerDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customerDataType"> <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="driversLicense" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}driversLicenseType" minOccurs="0"/> <element name="taxId" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="8"/> <maxLength value="9"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DriversLicenseTypedriversLicenseprotected Stringemailprotected Stringidprotected StringtaxIdprotected CustomerTypeEnumtype
-
Constructor Summary
Constructors Constructor Description CustomerDataType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DriversLicenseTypegetDriversLicense()Gets the value of the driversLicense property.StringgetEmail()Gets the value of the email property.StringgetId()Gets the value of the id property.StringgetTaxId()Gets the value of the taxId property.CustomerTypeEnumgetType()Gets the value of the type property.voidsetDriversLicense(DriversLicenseType value)Sets the value of the driversLicense property.voidsetEmail(String value)Sets the value of the email property.voidsetId(String value)Sets the value of the id property.voidsetTaxId(String value)Sets the value of the taxId property.voidsetType(CustomerTypeEnum value)Sets the value of the type property.
-
-
-
Field Detail
-
type
protected CustomerTypeEnum type
-
id
protected String id
-
email
protected String email
-
driversLicense
protected DriversLicenseType driversLicense
-
taxId
protected String taxId
-
-
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 isCustomerTypeEnum
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
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 isString
-
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 isDriversLicenseType
-
getTaxId
public String getTaxId()
Gets the value of the taxId property.- Returns:
- possible object is
String
-
-