public class CustomerType
extends java.lang.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>
| Modifier and Type | Field and Description |
|---|---|
protected DriversLicenseType |
driversLicense |
protected java.lang.String |
email |
protected java.lang.String |
faxNumber |
protected java.lang.String |
id |
protected java.lang.String |
phoneNumber |
protected java.lang.String |
taxId |
protected CustomerTypeEnum |
type |
| Constructor and Description |
|---|
CustomerType() |
| Modifier and Type | Method and Description |
|---|---|
DriversLicenseType |
getDriversLicense()
Gets the value of the driversLicense property.
|
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 |
getId()
Gets the value of the id property.
|
java.lang.String |
getPhoneNumber()
Gets the value of the phoneNumber property.
|
java.lang.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(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 |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setPhoneNumber(java.lang.String value)
Sets the value of the phoneNumber property.
|
void |
setTaxId(java.lang.String value)
Sets the value of the taxId property.
|
void |
setType(CustomerTypeEnum value)
Sets the value of the type property.
|
protected CustomerTypeEnum type
protected java.lang.String id
protected java.lang.String email
protected java.lang.String phoneNumber
protected java.lang.String faxNumber
protected DriversLicenseType driversLicense
protected java.lang.String taxId
public CustomerTypeEnum getType()
CustomerTypeEnumpublic void setType(CustomerTypeEnum value)
value - allowed object is
CustomerTypeEnumpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEmail()
Stringpublic void setEmail(java.lang.String value)
value - allowed object is
Stringpublic 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 DriversLicenseType getDriversLicense()
DriversLicenseTypepublic void setDriversLicense(DriversLicenseType value)
value - allowed object is
DriversLicenseTypepublic java.lang.String getTaxId()
Stringpublic void setTaxId(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.