public class CustomerProfileSummaryType extends Object
Java class for customerProfileSummaryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customerProfileSummaryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="customerProfileId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="merchantCustomerId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
createdDate |
protected String |
customerProfileId |
protected String |
description |
protected String |
email |
protected String |
merchantCustomerId |
| Constructor and Description |
|---|
CustomerProfileSummaryType() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getCreatedDate()
Gets the value of the createdDate property.
|
String |
getCustomerProfileId()
Gets the value of the customerProfileId property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getEmail()
Gets the value of the email property.
|
String |
getMerchantCustomerId()
Gets the value of the merchantCustomerId property.
|
void |
setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
|
void |
setCustomerProfileId(String value)
Sets the value of the customerProfileId property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setMerchantCustomerId(String value)
Sets the value of the merchantCustomerId property.
|
protected String customerProfileId
protected String description
protected String merchantCustomerId
protected String email
protected XMLGregorianCalendar createdDate
public String getCustomerProfileId()
Stringpublic void setCustomerProfileId(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getMerchantCustomerId()
Stringpublic void setMerchantCustomerId(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCreatedDate()
XMLGregorianCalendarpublic void setCreatedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2020. All rights reserved.