org.opencrx.application.shop1.cci2
Interface GetCredentialsByEmailAddressResult

All Known Subinterfaces:
GetCredentialsByEmailAddressResult

public interface GetCredentialsByEmailAddressResult


Nested Class Summary
static class GetCredentialsByEmailAddressResult.Member
          The structure's members
 
Method Summary
 CredentialsT getCredentials()
          Retrieves the value for the optional structure field credentials.
 String getCustomerNumber()
          Retrieves the value for the optional structure field customerNumber.
 ReturnStatusT getStatus()
          Retrieves the value for the structure field status.
 

Method Detail

getCredentials

CredentialsT getCredentials()
Retrieves the value for the optional structure field credentials.

Returns:
The possibly null value for structure field credentials.

getCustomerNumber

String getCustomerNumber()
Retrieves the value for the optional structure field customerNumber.

Returns:
The possibly null value for structure field customerNumber.

getStatus

ReturnStatusT getStatus()
Retrieves the value for the structure field status.

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


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