public class SearchCriteriaCustomerProfileType extends 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 String |
email |
protected String |
merchantCustomerId |
| Constructor and Description |
|---|
SearchCriteriaCustomerProfileType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Gets the value of the email property.
|
String |
getMerchantCustomerId()
Gets the value of the merchantCustomerId property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setMerchantCustomerId(String value)
Sets the value of the merchantCustomerId property.
|
public String getMerchantCustomerId()
Stringpublic void setMerchantCustomerId(String value)
value - allowed object is
Stringpublic String getEmail()
StringCopyright © 2016. All Rights Reserved.