public class CreateCustomer
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Suburb" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Company" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PostCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Fax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Mobile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomerRef" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="JobDesc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="URL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CCNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CCNameOnCard" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CCExpiryMonth" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="CCExpiryYear" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
address |
protected int |
ccExpiryMonth |
protected int |
ccExpiryYear |
protected java.lang.String |
ccNameOnCard |
protected java.lang.String |
ccNumber |
protected java.lang.String |
comments |
protected java.lang.String |
company |
protected java.lang.String |
country |
protected java.lang.String |
customerRef |
protected java.lang.String |
email |
protected java.lang.String |
fax |
protected java.lang.String |
firstName |
protected java.lang.String |
jobDesc |
protected java.lang.String |
lastName |
protected java.lang.String |
mobile |
protected java.lang.String |
phone |
protected java.lang.String |
postCode |
protected java.lang.String |
state |
protected java.lang.String |
suburb |
protected java.lang.String |
title |
protected java.lang.String |
url |
| Constructor and Description |
|---|
CreateCustomer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress()
Gets the value of the address property.
|
int |
getCCExpiryMonth()
Gets the value of the ccExpiryMonth property.
|
int |
getCCExpiryYear()
Gets the value of the ccExpiryYear property.
|
java.lang.String |
getCCNameOnCard()
Gets the value of the ccNameOnCard property.
|
java.lang.String |
getCCNumber()
Gets the value of the ccNumber property.
|
java.lang.String |
getComments()
Gets the value of the comments property.
|
java.lang.String |
getCompany()
Gets the value of the company property.
|
java.lang.String |
getCountry()
Gets the value of the country property.
|
java.lang.String |
getCustomerRef()
Gets the value of the customerRef property.
|
java.lang.String |
getEmail()
Gets the value of the email property.
|
java.lang.String |
getFax()
Gets the value of the fax property.
|
java.lang.String |
getFirstName()
Gets the value of the firstName property.
|
java.lang.String |
getJobDesc()
Gets the value of the jobDesc property.
|
java.lang.String |
getLastName()
Gets the value of the lastName property.
|
java.lang.String |
getMobile()
Gets the value of the mobile property.
|
java.lang.String |
getPhone()
Gets the value of the phone property.
|
java.lang.String |
getPostCode()
Gets the value of the postCode property.
|
java.lang.String |
getState()
Gets the value of the state property.
|
java.lang.String |
getSuburb()
Gets the value of the suburb property.
|
java.lang.String |
getTitle()
Gets the value of the title property.
|
java.lang.String |
getURL()
Gets the value of the url property.
|
void |
setAddress(java.lang.String value)
Sets the value of the address property.
|
void |
setCCExpiryMonth(int value)
Sets the value of the ccExpiryMonth property.
|
void |
setCCExpiryYear(int value)
Sets the value of the ccExpiryYear property.
|
void |
setCCNameOnCard(java.lang.String value)
Sets the value of the ccNameOnCard property.
|
void |
setCCNumber(java.lang.String value)
Sets the value of the ccNumber property.
|
void |
setComments(java.lang.String value)
Sets the value of the comments property.
|
void |
setCompany(java.lang.String value)
Sets the value of the company property.
|
void |
setCountry(java.lang.String value)
Sets the value of the country property.
|
void |
setCustomerRef(java.lang.String value)
Sets the value of the customerRef property.
|
void |
setEmail(java.lang.String value)
Sets the value of the email property.
|
void |
setFax(java.lang.String value)
Sets the value of the fax property.
|
void |
setFirstName(java.lang.String value)
Sets the value of the firstName property.
|
void |
setJobDesc(java.lang.String value)
Sets the value of the jobDesc property.
|
void |
setLastName(java.lang.String value)
Sets the value of the lastName property.
|
void |
setMobile(java.lang.String value)
Sets the value of the mobile property.
|
void |
setPhone(java.lang.String value)
Sets the value of the phone property.
|
void |
setPostCode(java.lang.String value)
Sets the value of the postCode property.
|
void |
setState(java.lang.String value)
Sets the value of the state property.
|
void |
setSuburb(java.lang.String value)
Sets the value of the suburb property.
|
void |
setTitle(java.lang.String value)
Sets the value of the title property.
|
void |
setURL(java.lang.String value)
Sets the value of the url property.
|
protected java.lang.String title
protected java.lang.String firstName
protected java.lang.String lastName
protected java.lang.String address
protected java.lang.String suburb
protected java.lang.String state
protected java.lang.String company
protected java.lang.String postCode
protected java.lang.String country
protected java.lang.String email
protected java.lang.String fax
protected java.lang.String phone
protected java.lang.String mobile
protected java.lang.String customerRef
protected java.lang.String jobDesc
protected java.lang.String comments
protected java.lang.String url
protected java.lang.String ccNumber
protected java.lang.String ccNameOnCard
protected int ccExpiryMonth
protected int ccExpiryYear
public java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getFirstName()
Stringpublic void setFirstName(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getLastName()
Stringpublic void setLastName(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getAddress()
Stringpublic void setAddress(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getSuburb()
Stringpublic void setSuburb(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getState()
Stringpublic void setState(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCompany()
Stringpublic void setCompany(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getPostCode()
Stringpublic void setPostCode(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCountry()
Stringpublic void setCountry(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getEmail()
Stringpublic void setEmail(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getFax()
Stringpublic void setFax(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getPhone()
Stringpublic void setPhone(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getMobile()
Stringpublic void setMobile(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCustomerRef()
Stringpublic void setCustomerRef(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getJobDesc()
Stringpublic void setJobDesc(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getComments()
Stringpublic void setComments(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getURL()
Stringpublic void setURL(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCCNumber()
Stringpublic void setCCNumber(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCCNameOnCard()
Stringpublic void setCCNameOnCard(java.lang.String value)
value - the value
allowed object is
Stringpublic int getCCExpiryMonth()
public void setCCExpiryMonth(int value)
public int getCCExpiryYear()
public void setCCExpiryYear(int value)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.