public class CustomerProfileSummaryType
extends java.lang.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 javax.xml.datatype.XMLGregorianCalendar |
createdDate |
protected java.lang.String |
customerProfileId |
protected java.lang.String |
description |
protected java.lang.String |
email |
protected java.lang.String |
merchantCustomerId |
| Constructor and Description |
|---|
CustomerProfileSummaryType() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getCreatedDate()
Gets the value of the createdDate property.
|
java.lang.String |
getCustomerProfileId()
Gets the value of the customerProfileId property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getEmail()
Gets the value of the email property.
|
java.lang.String |
getMerchantCustomerId()
Gets the value of the merchantCustomerId property.
|
void |
setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the createdDate property.
|
void |
setCustomerProfileId(java.lang.String value)
Sets the value of the customerProfileId property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setEmail(java.lang.String value)
Sets the value of the email property.
|
void |
setMerchantCustomerId(java.lang.String value)
Sets the value of the merchantCustomerId property.
|
protected java.lang.String customerProfileId
protected java.lang.String description
protected java.lang.String merchantCustomerId
protected java.lang.String email
protected javax.xml.datatype.XMLGregorianCalendar createdDate
public java.lang.String getCustomerProfileId()
Stringpublic void setCustomerProfileId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMerchantCustomerId()
Stringpublic void setMerchantCustomerId(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 javax.xml.datatype.XMLGregorianCalendar getCreatedDate()
XMLGregorianCalendarpublic void setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2018. All Rights Reserved.