net.authorize.api.contract.v1
Class SearchCriteriaCustomerProfileType

java.lang.Object
  extended by net.authorize.api.contract.v1.SearchCriteriaCustomerProfileType
Direct Known Subclasses:
CustomerProfileSummaryType

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>
 


Field Summary
protected  String email
           
protected  String merchantCustomerId
           
 
Constructor Summary
SearchCriteriaCustomerProfileType()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

merchantCustomerId

protected String merchantCustomerId

email

protected String email
Constructor Detail

SearchCriteriaCustomerProfileType

public SearchCriteriaCustomerProfileType()
Method Detail

getMerchantCustomerId

public String getMerchantCustomerId()
Gets the value of the merchantCustomerId property.

Returns:
possible object is String

setMerchantCustomerId

public void setMerchantCustomerId(String value)
Sets the value of the merchantCustomerId property.

Parameters:
value - allowed object is String

getEmail

public String getEmail()
Gets the value of the email property.

Returns:
possible object is String

setEmail

public void setEmail(String value)
Sets the value of the email property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.