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()
String
public void setProfileID(java.lang.String value)
value
- the value
allowed object is
String
public RecurringPaymentsProfileStatusType getProfileStatus()
RecurringPaymentsProfileStatusType
public void setProfileStatus(RecurringPaymentsProfileStatusType value)
value
- the value
allowed object is
RecurringPaymentsProfileStatusType
public java.lang.String getTransactionID()
String
public void setTransactionID(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getDCCProcessorResponse()
String
public void setDCCProcessorResponse(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getDCCReturnCode()
String
public void setDCCReturnCode(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.