public class SearchCriteriaCustomerProfileType
extends java.lang.Object
Java class for searchCriteriaCustomerProfileType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="searchCriteriaCustomerProfileType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="merchantCustomerId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
email |
protected java.lang.String |
merchantCustomerId |
| Constructor and Description |
|---|
SearchCriteriaCustomerProfileType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEmail()
Gets the value of the email property.
|
java.lang.String |
getMerchantCustomerId()
Gets the value of the merchantCustomerId 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 merchantCustomerId
protected java.lang.String email
public 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
StringCopyright © 2018. All Rights Reserved.