|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.authorize.api.contract.v1.CreateProfileResponse
public class CreateProfileResponse
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 |
---|
protected MessagesType messages
protected String customerProfileId
protected ArrayOfNumericString customerPaymentProfileIdList
protected ArrayOfNumericString customerShippingAddressIdList
Constructor Detail |
---|
public CreateProfileResponse()
Method Detail |
---|
public MessagesType getMessages()
MessagesType
public void setMessages(MessagesType value)
value
- allowed object is
MessagesType
public String getCustomerProfileId()
String
public void setCustomerProfileId(String value)
value
- allowed object is
String
public ArrayOfNumericString getCustomerPaymentProfileIdList()
ArrayOfNumericString
public void setCustomerPaymentProfileIdList(ArrayOfNumericString value)
value
- allowed object is
ArrayOfNumericString
public ArrayOfNumericString getCustomerShippingAddressIdList()
ArrayOfNumericString
public void setCustomerShippingAddressIdList(ArrayOfNumericString value)
value
- allowed object is
ArrayOfNumericString
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |