net.authorize.api.contract.v1
Class CreateProfileResponse

java.lang.Object
  extended by net.authorize.api.contract.v1.CreateProfileResponse

public class CreateProfileResponse
extends Object

Java class for createProfileResponse complex type.

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

 <complexType name="createProfileResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="messages" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}messagesType"/>
         <element name="customerProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
         <element name="customerPaymentProfileIdList" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfNumericString" minOccurs="0"/>
         <element name="customerShippingAddressIdList" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfNumericString" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ArrayOfNumericString customerPaymentProfileIdList
           
protected  String customerProfileId
           
protected  ArrayOfNumericString customerShippingAddressIdList
           
protected  MessagesType messages
           
 
Constructor Summary
CreateProfileResponse()
           
 
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.
 MessagesType getMessages()
          Gets the value of the messages 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 setMessages(MessagesType value)
          Sets the value of the messages property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messages

protected MessagesType messages

customerProfileId

protected String customerProfileId

customerPaymentProfileIdList

protected ArrayOfNumericString customerPaymentProfileIdList

customerShippingAddressIdList

protected ArrayOfNumericString customerShippingAddressIdList
Constructor Detail

CreateProfileResponse

public CreateProfileResponse()
Method Detail

getMessages

public MessagesType getMessages()
Gets the value of the messages property.

Returns:
possible object is MessagesType

setMessages

public void setMessages(MessagesType value)
Sets the value of the messages property.

Parameters:
value - allowed object is MessagesType

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


Copyright © 2014. All Rights Reserved.