Class 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>
     
    • 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