public class Customer extends Object
Java class for Customer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Customer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CustomerFinancialStatus" type="{https://bingads.microsoft.com/Customer/v13/Entities}CustomerFinancialStatus" minOccurs="0"/>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="Industry" type="{https://bingads.microsoft.com/Customer/v13/Entities}Industry" minOccurs="0"/>
<element name="LastModifiedByUserId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="LastModifiedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="MarketCountry" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ForwardCompatibilityMap" type="{http://schemas.datacontract.org/2004/07/System.Collections.Generic}ArrayOfKeyValuePairOfstringstring" minOccurs="0"/>
<element name="MarketLanguage" type="{https://bingads.microsoft.com/Customer/v13/Entities}LanguageType" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ServiceLevel" type="{https://bingads.microsoft.com/Customer/v13/Entities}ServiceLevel" minOccurs="0"/>
<element name="CustomerLifeCycleStatus" type="{https://bingads.microsoft.com/Customer/v13/Entities}CustomerLifeCycleStatus" minOccurs="0"/>
<element name="TimeStamp" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomerAddress" type="{https://bingads.microsoft.com/Customer/v13/Entities}Address" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Address |
customerAddress |
protected CustomerFinancialStatus |
customerFinancialStatus |
protected CustomerLifeCycleStatus |
customerLifeCycleStatus |
protected ArrayOfKeyValuePairOfstringstring |
forwardCompatibilityMap |
protected Long |
id |
protected Industry |
industry |
protected Long |
lastModifiedByUserId |
protected Calendar |
lastModifiedTime |
protected String |
marketCountry |
protected LanguageType |
marketLanguage |
protected String |
name |
protected String |
number |
protected ServiceLevel |
serviceLevel |
protected byte[] |
timeStamp |
| Constructor and Description |
|---|
Customer() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getCustomerAddress()
Gets the value of the customerAddress property.
|
CustomerFinancialStatus |
getCustomerFinancialStatus()
Gets the value of the customerFinancialStatus property.
|
CustomerLifeCycleStatus |
getCustomerLifeCycleStatus()
Gets the value of the customerLifeCycleStatus property.
|
ArrayOfKeyValuePairOfstringstring |
getForwardCompatibilityMap()
Gets the value of the forwardCompatibilityMap property.
|
Long |
getId()
Gets the value of the id property.
|
Industry |
getIndustry()
Gets the value of the industry property.
|
Long |
getLastModifiedByUserId()
Gets the value of the lastModifiedByUserId property.
|
Calendar |
getLastModifiedTime()
Gets the value of the lastModifiedTime property.
|
String |
getMarketCountry()
Gets the value of the marketCountry property.
|
LanguageType |
getMarketLanguage()
Gets the value of the marketLanguage property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNumber()
Gets the value of the number property.
|
ServiceLevel |
getServiceLevel()
Gets the value of the serviceLevel property.
|
byte[] |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setCustomerAddress(Address value)
Sets the value of the customerAddress property.
|
void |
setCustomerFinancialStatus(CustomerFinancialStatus value)
Sets the value of the customerFinancialStatus property.
|
void |
setCustomerLifeCycleStatus(CustomerLifeCycleStatus value)
Sets the value of the customerLifeCycleStatus property.
|
void |
setForwardCompatibilityMap(ArrayOfKeyValuePairOfstringstring value)
Sets the value of the forwardCompatibilityMap property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setIndustry(Industry value)
Sets the value of the industry property.
|
void |
setLastModifiedByUserId(Long value)
Sets the value of the lastModifiedByUserId property.
|
void |
setLastModifiedTime(Calendar value)
Sets the value of the lastModifiedTime property.
|
void |
setMarketCountry(String value)
Sets the value of the marketCountry property.
|
void |
setMarketLanguage(LanguageType value)
Sets the value of the marketLanguage property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNumber(String value)
Sets the value of the number property.
|
void |
setServiceLevel(ServiceLevel value)
Sets the value of the serviceLevel property.
|
void |
setTimeStamp(byte[] value)
Sets the value of the timeStamp property.
|
protected CustomerFinancialStatus customerFinancialStatus
protected Long id
protected Industry industry
protected Long lastModifiedByUserId
protected Calendar lastModifiedTime
protected String marketCountry
protected ArrayOfKeyValuePairOfstringstring forwardCompatibilityMap
protected LanguageType marketLanguage
protected String name
protected ServiceLevel serviceLevel
protected CustomerLifeCycleStatus customerLifeCycleStatus
protected byte[] timeStamp
protected String number
protected Address customerAddress
public CustomerFinancialStatus getCustomerFinancialStatus()
CustomerFinancialStatuspublic void setCustomerFinancialStatus(CustomerFinancialStatus value)
value - allowed object is
CustomerFinancialStatuspublic void setId(Long value)
value - allowed object is
Longpublic Industry getIndustry()
Industrypublic void setIndustry(Industry value)
value - allowed object is
Industrypublic Long getLastModifiedByUserId()
Longpublic void setLastModifiedByUserId(Long value)
value - allowed object is
Longpublic Calendar getLastModifiedTime()
Stringpublic void setLastModifiedTime(Calendar value)
value - allowed object is
Stringpublic String getMarketCountry()
Stringpublic void setMarketCountry(String value)
value - allowed object is
Stringpublic ArrayOfKeyValuePairOfstringstring getForwardCompatibilityMap()
ArrayOfKeyValuePairOfstringstringpublic void setForwardCompatibilityMap(ArrayOfKeyValuePairOfstringstring value)
value - allowed object is
ArrayOfKeyValuePairOfstringstringpublic LanguageType getMarketLanguage()
LanguageTypepublic void setMarketLanguage(LanguageType value)
value - allowed object is
LanguageTypepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ServiceLevel getServiceLevel()
ServiceLevelpublic void setServiceLevel(ServiceLevel value)
value - allowed object is
ServiceLevelpublic CustomerLifeCycleStatus getCustomerLifeCycleStatus()
CustomerLifeCycleStatuspublic void setCustomerLifeCycleStatus(CustomerLifeCycleStatus value)
value - allowed object is
CustomerLifeCycleStatuspublic byte[] getTimeStamp()
public void setTimeStamp(byte[] value)
value - allowed object is
byte[]public String getNumber()
Stringpublic void setNumber(String value)
value - allowed object is
Stringpublic Address getCustomerAddress()
AddressCopyright © 2024. All rights reserved.