org.opencrx.application.shop1.cci2
Interface CreateCustomerAsContactParams

All Known Subinterfaces:
CreateCustomerAsContactParams

public interface CreateCustomerAsContactParams


Nested Class Summary
static class CreateCustomerAsContactParams.Member
          The structure's members
 
Method Summary
 String getEmailAddressBusiness()
          Retrieves the value for the optional structure field emailAddressBusiness.
 String getEmailAddressHome()
          Retrieves the value for the optional structure field emailAddressHome.
 String getFirstName()
          Retrieves the value for the optional structure field firstName.
 String getLastName()
          Retrieves the value for the structure field lastName.
 String getMiddleName()
          Retrieves the value for the optional structure field middleName.
 String getUserName()
          Retrieves the value for the structure field userName.
 

Method Detail

getEmailAddressBusiness

String getEmailAddressBusiness()
Retrieves the value for the optional structure field emailAddressBusiness.

Returns:
The possibly null value for structure field emailAddressBusiness.

getEmailAddressHome

String getEmailAddressHome()
Retrieves the value for the optional structure field emailAddressHome.

Returns:
The possibly null value for structure field emailAddressHome.

getFirstName

String getFirstName()
Retrieves the value for the optional structure field firstName.

Returns:
The possibly null value for structure field firstName.

getLastName

String getLastName()
Retrieves the value for the structure field lastName.

Returns:
The non-null value for structure field lastName.

getMiddleName

String getMiddleName()
Retrieves the value for the optional structure field middleName.

Returns:
The possibly null value for structure field middleName.

getUserName

String getUserName()
Retrieves the value for the structure field userName.

Returns:
The non-null value for structure field userName.


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.