Package net.authorize.api.contract.v1
Class CreateProfileResponse
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description protected ArrayOfNumericStringcustomerPaymentProfileIdListprotected StringcustomerProfileIdprotected ArrayOfNumericStringcustomerShippingAddressIdListprotected MessagesTypemessages
-
Constructor Summary
Constructors Constructor Description CreateProfileResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayOfNumericStringgetCustomerPaymentProfileIdList()Gets the value of the customerPaymentProfileIdList property.StringgetCustomerProfileId()Gets the value of the customerProfileId property.ArrayOfNumericStringgetCustomerShippingAddressIdList()Gets the value of the customerShippingAddressIdList property.MessagesTypegetMessages()Gets the value of the messages property.voidsetCustomerPaymentProfileIdList(ArrayOfNumericString value)Sets the value of the customerPaymentProfileIdList property.voidsetCustomerProfileId(String value)Sets the value of the customerProfileId property.voidsetCustomerShippingAddressIdList(ArrayOfNumericString value)Sets the value of the customerShippingAddressIdList property.voidsetMessages(MessagesType value)Sets the value of the messages property.
-
-
-
Field Detail
-
messages
protected MessagesType messages
-
customerProfileId
protected String customerProfileId
-
customerPaymentProfileIdList
protected ArrayOfNumericString customerPaymentProfileIdList
-
customerShippingAddressIdList
protected ArrayOfNumericString customerShippingAddressIdList
-
-
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 isMessagesType
-
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 isString
-
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 isArrayOfNumericString
-
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 isArrayOfNumericString
-
-