public class PaymentRequestInfoType
extends java.lang.Object
Java class for PaymentRequestInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentRequestInfoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TransactionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PaymentRequestID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PaymentError" type="{urn:ebay:apis:eBLBaseComponents}ErrorType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ErrorType |
paymentError |
protected java.lang.String |
paymentRequestID |
protected java.lang.String |
transactionId |
Constructor and Description |
---|
PaymentRequestInfoType() |
Modifier and Type | Method and Description |
---|---|
ErrorType |
getPaymentError()
Gets the value of the paymentError property.
|
java.lang.String |
getPaymentRequestID()
Gets the value of the paymentRequestID property.
|
java.lang.String |
getTransactionId()
Gets the value of the transactionId property.
|
void |
setPaymentError(ErrorType value)
Sets the value of the paymentError property.
|
void |
setPaymentRequestID(java.lang.String value)
Sets the value of the paymentRequestID property.
|
void |
setTransactionId(java.lang.String value)
Sets the value of the transactionId property.
|
protected java.lang.String transactionId
protected java.lang.String paymentRequestID
protected ErrorType paymentError
public java.lang.String getTransactionId()
String
public void setTransactionId(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getPaymentRequestID()
String
public void setPaymentRequestID(java.lang.String value)
value
- the value
allowed object is
String
public ErrorType getPaymentError()
ErrorType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.