net.authorize.api.contract.v1
Class CreateCustomerProfileResponse

java.lang.Object
  extended by net.authorize.api.contract.v1.ANetApiResponse
      extended by net.authorize.api.contract.v1.CreateCustomerProfileResponse
All Implemented Interfaces:
Serializable

public class CreateCustomerProfileResponse
extends ANetApiResponse

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiResponse">
       <sequence>
         <element name="customerProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
         <element name="customerPaymentProfileIdList" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfNumericString"/>
         <element name="customerShippingAddressIdList" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfNumericString"/>
         <element name="validationDirectResponseList" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfString"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  ArrayOfNumericString customerPaymentProfileIdList
           
protected  String customerProfileId
           
protected  ArrayOfNumericString customerShippingAddressIdList
           
protected  ArrayOfString validationDirectResponseList
           
 
Fields inherited from class net.authorize.api.contract.v1.ANetApiResponse
messages, refId, sessionToken
 
Constructor Summary
CreateCustomerProfileResponse()
           
 
Method Summary
 ArrayOfNumericString getCustomerPaymentProfileIdList()
          Gets the value of the customerPaymentProfileIdList property.
 String getCustomerProfileId()
          Gets the value of the customerProfileId property.
 ArrayOfNumericString getCustomerShippingAddressIdList()
          Gets the value of the customerShippingAddressIdList property.
 ArrayOfString getValidationDirectResponseList()
          Gets the value of the validationDirectResponseList property.
 void setCustomerPaymentProfileIdList(ArrayOfNumericString value)
          Sets the value of the customerPaymentProfileIdList property.
 void setCustomerProfileId(String value)
          Sets the value of the customerProfileId property.
 void setCustomerShippingAddressIdList(ArrayOfNumericString value)
          Sets the value of the customerShippingAddressIdList property.
 void setValidationDirectResponseList(ArrayOfString value)
          Sets the value of the validationDirectResponseList property.
 
Methods inherited from class net.authorize.api.contract.v1.ANetApiResponse
getMessages, getRefId, getSessionToken, setMessages, setRefId, setSessionToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

customerProfileId

protected String customerProfileId

customerPaymentProfileIdList

protected ArrayOfNumericString customerPaymentProfileIdList

customerShippingAddressIdList

protected ArrayOfNumericString customerShippingAddressIdList

validationDirectResponseList

protected ArrayOfString validationDirectResponseList
Constructor Detail

CreateCustomerProfileResponse

public CreateCustomerProfileResponse()
Method Detail

getCustomerProfileId

public String getCustomerProfileId()
Gets the value of the customerProfileId property.

Returns:
possible object is String

setCustomerProfileId

public void setCustomerProfileId(String value)
Sets the value of the customerProfileId property.

Parameters:
value - allowed object is String

getCustomerPaymentProfileIdList

public ArrayOfNumericString getCustomerPaymentProfileIdList()
Gets the value of the customerPaymentProfileIdList property.

Returns:
possible object is ArrayOfNumericString

setCustomerPaymentProfileIdList

public void setCustomerPaymentProfileIdList(ArrayOfNumericString value)
Sets the value of the customerPaymentProfileIdList property.

Parameters:
value - allowed object is ArrayOfNumericString

getCustomerShippingAddressIdList

public ArrayOfNumericString getCustomerShippingAddressIdList()
Gets the value of the customerShippingAddressIdList property.

Returns:
possible object is ArrayOfNumericString

setCustomerShippingAddressIdList

public void setCustomerShippingAddressIdList(ArrayOfNumericString value)
Sets the value of the customerShippingAddressIdList property.

Parameters:
value - allowed object is ArrayOfNumericString

getValidationDirectResponseList

public ArrayOfString getValidationDirectResponseList()
Gets the value of the validationDirectResponseList property.

Returns:
possible object is ArrayOfString

setValidationDirectResponseList

public void setValidationDirectResponseList(ArrayOfString value)
Sets the value of the validationDirectResponseList property.

Parameters:
value - allowed object is ArrayOfString


Copyright © 2014. All Rights Reserved.