public class CreateRecurringPaymentsProfileResponseDetailsType
extends java.lang.Object
Java class for CreateRecurringPaymentsProfileResponseDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateRecurringPaymentsProfileResponseDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProfileID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ProfileStatus" type="{urn:ebay:apis:eBLBaseComponents}RecurringPaymentsProfileStatusType" minOccurs="0"/>
<element name="TransactionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DCCProcessorResponse" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DCCReturnCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
dccProcessorResponse |
protected java.lang.String |
dccReturnCode |
protected java.lang.String |
profileID |
protected RecurringPaymentsProfileStatusType |
profileStatus |
protected java.lang.String |
transactionID |
| Constructor and Description |
|---|
CreateRecurringPaymentsProfileResponseDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDCCProcessorResponse()
Gets the value of the dccProcessorResponse property.
|
java.lang.String |
getDCCReturnCode()
Gets the value of the dccReturnCode property.
|
java.lang.String |
getProfileID()
Gets the value of the profileID property.
|
RecurringPaymentsProfileStatusType |
getProfileStatus()
Gets the value of the profileStatus property.
|
java.lang.String |
getTransactionID()
Gets the value of the transactionID property.
|
void |
setDCCProcessorResponse(java.lang.String value)
Sets the value of the dccProcessorResponse property.
|
void |
setDCCReturnCode(java.lang.String value)
Sets the value of the dccReturnCode property.
|
void |
setProfileID(java.lang.String value)
Sets the value of the profileID property.
|
void |
setProfileStatus(RecurringPaymentsProfileStatusType value)
Sets the value of the profileStatus property.
|
void |
setTransactionID(java.lang.String value)
Sets the value of the transactionID property.
|
protected java.lang.String profileID
protected RecurringPaymentsProfileStatusType profileStatus
protected java.lang.String transactionID
protected java.lang.String dccProcessorResponse
protected java.lang.String dccReturnCode
public CreateRecurringPaymentsProfileResponseDetailsType()
public java.lang.String getProfileID()
Stringpublic void setProfileID(java.lang.String value)
value - the value
allowed object is
Stringpublic RecurringPaymentsProfileStatusType getProfileStatus()
RecurringPaymentsProfileStatusTypepublic void setProfileStatus(RecurringPaymentsProfileStatusType value)
value - the value
allowed object is
RecurringPaymentsProfileStatusTypepublic java.lang.String getTransactionID()
Stringpublic void setTransactionID(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getDCCProcessorResponse()
Stringpublic void setDCCProcessorResponse(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getDCCReturnCode()
Stringpublic void setDCCReturnCode(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.