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>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfNumericString |
customerPaymentProfileIdList |
protected String |
customerProfileId |
protected ArrayOfNumericString |
customerShippingAddressIdList |
protected MessagesType |
messages |
| Constructor and Description |
|---|
CreateProfileResponse() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected MessagesType messages
protected String customerProfileId
protected ArrayOfNumericString customerPaymentProfileIdList
protected ArrayOfNumericString customerShippingAddressIdList
public MessagesType getMessages()
MessagesTypepublic void setMessages(MessagesType value)
value - allowed object is
MessagesTypepublic String getCustomerProfileId()
Stringpublic void setCustomerProfileId(String value)
value - allowed object is
Stringpublic ArrayOfNumericString getCustomerPaymentProfileIdList()
ArrayOfNumericStringpublic void setCustomerPaymentProfileIdList(ArrayOfNumericString value)
value - allowed object is
ArrayOfNumericStringpublic ArrayOfNumericString getCustomerShippingAddressIdList()
ArrayOfNumericStringpublic void setCustomerShippingAddressIdList(ArrayOfNumericString value)
value - allowed object is
ArrayOfNumericStringCopyright © 2021. All rights reserved.