public class ManagedCustomer
extends java.lang.Object
Java class for ManagedCustomer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManagedCustomer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ManagedCustomerID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="CustomerRef" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomerTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomerFirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomerLastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomerCompany" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomerJobDesc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomerEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomerAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomerSuburb" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomerState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomerPostCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomerCountry" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomerPhone1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomerPhone2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomerFax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomerURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomerComments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
customerAddress |
protected java.lang.String |
customerComments |
protected java.lang.String |
customerCompany |
protected java.lang.String |
customerCountry |
protected java.lang.String |
customerEmail |
protected java.lang.String |
customerFax |
protected java.lang.String |
customerFirstName |
protected java.lang.String |
customerJobDesc |
protected java.lang.String |
customerLastName |
protected java.lang.String |
customerPhone1 |
protected java.lang.String |
customerPhone2 |
protected java.lang.String |
customerPostCode |
protected java.lang.String |
customerRef |
protected java.lang.String |
customerState |
protected java.lang.String |
customerSuburb |
protected java.lang.String |
customerTitle |
protected java.lang.String |
customerURL |
protected long |
managedCustomerID |
| Constructor and Description |
|---|
ManagedCustomer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCustomerAddress()
Gets the value of the customerAddress property.
|
java.lang.String |
getCustomerComments()
Gets the value of the customerComments property.
|
java.lang.String |
getCustomerCompany()
Gets the value of the customerCompany property.
|
java.lang.String |
getCustomerCountry()
Gets the value of the customerCountry property.
|
java.lang.String |
getCustomerEmail()
Gets the value of the customerEmail property.
|
java.lang.String |
getCustomerFax()
Gets the value of the customerFax property.
|
java.lang.String |
getCustomerFirstName()
Gets the value of the customerFirstName property.
|
java.lang.String |
getCustomerJobDesc()
Gets the value of the customerJobDesc property.
|
java.lang.String |
getCustomerLastName()
Gets the value of the customerLastName property.
|
java.lang.String |
getCustomerPhone1()
Gets the value of the customerPhone1 property.
|
java.lang.String |
getCustomerPhone2()
Gets the value of the customerPhone2 property.
|
java.lang.String |
getCustomerPostCode()
Gets the value of the customerPostCode property.
|
java.lang.String |
getCustomerRef()
Gets the value of the customerRef property.
|
java.lang.String |
getCustomerState()
Gets the value of the customerState property.
|
java.lang.String |
getCustomerSuburb()
Gets the value of the customerSuburb property.
|
java.lang.String |
getCustomerTitle()
Gets the value of the customerTitle property.
|
java.lang.String |
getCustomerURL()
Gets the value of the customerURL property.
|
long |
getManagedCustomerID()
Gets the value of the managedCustomerID property.
|
void |
setCustomerAddress(java.lang.String value)
Sets the value of the customerAddress property.
|
void |
setCustomerComments(java.lang.String value)
Sets the value of the customerComments property.
|
void |
setCustomerCompany(java.lang.String value)
Sets the value of the customerCompany property.
|
void |
setCustomerCountry(java.lang.String value)
Sets the value of the customerCountry property.
|
void |
setCustomerEmail(java.lang.String value)
Sets the value of the customerEmail property.
|
void |
setCustomerFax(java.lang.String value)
Sets the value of the customerFax property.
|
void |
setCustomerFirstName(java.lang.String value)
Sets the value of the customerFirstName property.
|
void |
setCustomerJobDesc(java.lang.String value)
Sets the value of the customerJobDesc property.
|
void |
setCustomerLastName(java.lang.String value)
Sets the value of the customerLastName property.
|
void |
setCustomerPhone1(java.lang.String value)
Sets the value of the customerPhone1 property.
|
void |
setCustomerPhone2(java.lang.String value)
Sets the value of the customerPhone2 property.
|
void |
setCustomerPostCode(java.lang.String value)
Sets the value of the customerPostCode property.
|
void |
setCustomerRef(java.lang.String value)
Sets the value of the customerRef property.
|
void |
setCustomerState(java.lang.String value)
Sets the value of the customerState property.
|
void |
setCustomerSuburb(java.lang.String value)
Sets the value of the customerSuburb property.
|
void |
setCustomerTitle(java.lang.String value)
Sets the value of the customerTitle property.
|
void |
setCustomerURL(java.lang.String value)
Sets the value of the customerURL property.
|
void |
setManagedCustomerID(long value)
Sets the value of the managedCustomerID property.
|
protected long managedCustomerID
protected java.lang.String customerRef
protected java.lang.String customerTitle
protected java.lang.String customerFirstName
protected java.lang.String customerLastName
protected java.lang.String customerCompany
protected java.lang.String customerJobDesc
protected java.lang.String customerEmail
protected java.lang.String customerAddress
protected java.lang.String customerSuburb
protected java.lang.String customerState
protected java.lang.String customerPostCode
protected java.lang.String customerCountry
protected java.lang.String customerPhone1
protected java.lang.String customerPhone2
protected java.lang.String customerFax
protected java.lang.String customerURL
protected java.lang.String customerComments
public long getManagedCustomerID()
public void setManagedCustomerID(long value)
public java.lang.String getCustomerRef()
Stringpublic void setCustomerRef(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCustomerTitle()
Stringpublic void setCustomerTitle(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCustomerFirstName()
Stringpublic void setCustomerFirstName(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCustomerLastName()
Stringpublic void setCustomerLastName(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCustomerCompany()
Stringpublic void setCustomerCompany(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCustomerJobDesc()
Stringpublic void setCustomerJobDesc(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCustomerEmail()
Stringpublic void setCustomerEmail(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCustomerAddress()
Stringpublic void setCustomerAddress(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCustomerSuburb()
Stringpublic void setCustomerSuburb(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCustomerState()
Stringpublic void setCustomerState(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCustomerPostCode()
Stringpublic void setCustomerPostCode(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCustomerCountry()
Stringpublic void setCustomerCountry(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCustomerPhone1()
Stringpublic void setCustomerPhone1(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCustomerPhone2()
Stringpublic void setCustomerPhone2(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCustomerFax()
Stringpublic void setCustomerFax(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCustomerURL()
Stringpublic void setCustomerURL(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCustomerComments()
Stringpublic void setCustomerComments(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.