|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.authorize.api.contract.v1.ANetApiResponse
net.authorize.api.contract.v1.CreateCustomerProfileResponse
public class CreateCustomerProfileResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiResponse"> <sequence> <element name="customerProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/> <element name="customerPaymentProfileIdList" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfNumericString"/> <element name="customerShippingAddressIdList" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfNumericString"/> <element name="validationDirectResponseList" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfString"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected ArrayOfNumericString |
customerPaymentProfileIdList
|
protected String |
customerProfileId
|
protected ArrayOfNumericString |
customerShippingAddressIdList
|
protected ArrayOfString |
validationDirectResponseList
|
Fields inherited from class net.authorize.api.contract.v1.ANetApiResponse |
---|
messages, refId, sessionToken |
Constructor Summary | |
---|---|
CreateCustomerProfileResponse()
|
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. |
ArrayOfString |
getValidationDirectResponseList()
Gets the value of the validationDirectResponseList 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 |
setValidationDirectResponseList(ArrayOfString value)
Sets the value of the validationDirectResponseList property. |
Methods inherited from class net.authorize.api.contract.v1.ANetApiResponse |
---|
getMessages, getRefId, getSessionToken, setMessages, setRefId, setSessionToken |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String customerProfileId
protected ArrayOfNumericString customerPaymentProfileIdList
protected ArrayOfNumericString customerShippingAddressIdList
protected ArrayOfString validationDirectResponseList
Constructor Detail |
---|
public CreateCustomerProfileResponse()
Method Detail |
---|
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
public ArrayOfString getValidationDirectResponseList()
ArrayOfString
public void setValidationDirectResponseList(ArrayOfString value)
value
- allowed object is
ArrayOfString
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |