|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.RefundType
public class RefundType
Note: This type is only used for Half.com order refunds, and since API support for Half.com listings is being deprecated, this type will also be deprecated. Contains information about a single Half.com refund.
Java class for RefundType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RefundType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RefundFromSeller" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="TotalRefundToBuyer" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="RefundTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="RefundID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="RefundTransactionArray" type="{urn:ebay:apis:eBLBaseComponents}RefundTransactionArrayType" minOccurs="0"/> <element name="RefundAmount" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="RefundStatus" type="{urn:ebay:apis:eBLBaseComponents}RefundStatusCodeType" minOccurs="0"/> <element name="RefundFailureReason" type="{urn:ebay:apis:eBLBaseComponents}RefundFailureReasonType" minOccurs="0"/> <element name="RefundFundingSourceArray" type="{urn:ebay:apis:eBLBaseComponents}RefundFundingSourceArrayType" minOccurs="0"/> <element name="ExternalReferenceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="RefundRequestedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="RefundCompletionTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="EstimatedRefundCompletionTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="SellerNoteToBuyer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected Calendar |
estimatedRefundCompletionTime
|
protected String |
externalReferenceID
|
protected AmountType |
refundAmount
|
protected Calendar |
refundCompletionTime
|
protected RefundFailureReasonType |
refundFailureReason
|
protected AmountType |
refundFromSeller
|
protected RefundFundingSourceArrayType |
refundFundingSourceArray
|
protected String |
refundID
|
protected Calendar |
refundRequestedTime
|
protected RefundStatusCodeType |
refundStatus
|
protected Calendar |
refundTime
|
protected RefundTransactionArrayType |
refundTransactionArray
|
protected String |
sellerNoteToBuyer
|
protected AmountType |
totalRefundToBuyer
|
Constructor Summary | |
---|---|
RefundType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
Calendar |
getEstimatedRefundCompletionTime()
Gets the value of the estimatedRefundCompletionTime property. |
String |
getExternalReferenceID()
Gets the value of the externalReferenceID property. |
AmountType |
getRefundAmount()
Gets the value of the refundAmount property. |
Calendar |
getRefundCompletionTime()
Gets the value of the refundCompletionTime property. |
RefundFailureReasonType |
getRefundFailureReason()
Gets the value of the refundFailureReason property. |
AmountType |
getRefundFromSeller()
Gets the value of the refundFromSeller property. |
RefundFundingSourceArrayType |
getRefundFundingSourceArray()
Gets the value of the refundFundingSourceArray property. |
String |
getRefundID()
Gets the value of the refundID property. |
Calendar |
getRefundRequestedTime()
Gets the value of the refundRequestedTime property. |
RefundStatusCodeType |
getRefundStatus()
Gets the value of the refundStatus property. |
Calendar |
getRefundTime()
Gets the value of the refundTime property. |
RefundTransactionArrayType |
getRefundTransactionArray()
Gets the value of the refundTransactionArray property. |
String |
getSellerNoteToBuyer()
Gets the value of the sellerNoteToBuyer property. |
AmountType |
getTotalRefundToBuyer()
Gets the value of the totalRefundToBuyer property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setEstimatedRefundCompletionTime(Calendar value)
Sets the value of the estimatedRefundCompletionTime property. |
void |
setExternalReferenceID(String value)
Sets the value of the externalReferenceID property. |
void |
setRefundAmount(AmountType value)
Sets the value of the refundAmount property. |
void |
setRefundCompletionTime(Calendar value)
Sets the value of the refundCompletionTime property. |
void |
setRefundFailureReason(RefundFailureReasonType value)
Sets the value of the refundFailureReason property. |
void |
setRefundFromSeller(AmountType value)
Sets the value of the refundFromSeller property. |
void |
setRefundFundingSourceArray(RefundFundingSourceArrayType value)
Sets the value of the refundFundingSourceArray property. |
void |
setRefundID(String value)
Sets the value of the refundID property. |
void |
setRefundRequestedTime(Calendar value)
Sets the value of the refundRequestedTime property. |
void |
setRefundStatus(RefundStatusCodeType value)
Sets the value of the refundStatus property. |
void |
setRefundTime(Calendar value)
Sets the value of the refundTime property. |
void |
setRefundTransactionArray(RefundTransactionArrayType value)
Sets the value of the refundTransactionArray property. |
void |
setSellerNoteToBuyer(String value)
Sets the value of the sellerNoteToBuyer property. |
void |
setTotalRefundToBuyer(AmountType value)
Sets the value of the totalRefundToBuyer property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AmountType refundFromSeller
protected AmountType totalRefundToBuyer
protected Calendar refundTime
protected String refundID
protected RefundTransactionArrayType refundTransactionArray
protected AmountType refundAmount
protected RefundStatusCodeType refundStatus
protected RefundFailureReasonType refundFailureReason
protected RefundFundingSourceArrayType refundFundingSourceArray
protected String externalReferenceID
protected Calendar refundRequestedTime
protected Calendar refundCompletionTime
protected Calendar estimatedRefundCompletionTime
protected String sellerNoteToBuyer
protected List<Object> any
Constructor Detail |
---|
public RefundType()
Method Detail |
---|
public AmountType getRefundFromSeller()
AmountType
public void setRefundFromSeller(AmountType value)
value
- allowed object is
AmountType
public AmountType getTotalRefundToBuyer()
AmountType
public void setTotalRefundToBuyer(AmountType value)
value
- allowed object is
AmountType
public Calendar getRefundTime()
String
public void setRefundTime(Calendar value)
value
- allowed object is
String
public String getRefundID()
String
public void setRefundID(String value)
value
- allowed object is
String
public RefundTransactionArrayType getRefundTransactionArray()
RefundTransactionArrayType
public void setRefundTransactionArray(RefundTransactionArrayType value)
value
- allowed object is
RefundTransactionArrayType
public AmountType getRefundAmount()
AmountType
public void setRefundAmount(AmountType value)
value
- allowed object is
AmountType
public RefundStatusCodeType getRefundStatus()
RefundStatusCodeType
public void setRefundStatus(RefundStatusCodeType value)
value
- allowed object is
RefundStatusCodeType
public RefundFailureReasonType getRefundFailureReason()
RefundFailureReasonType
public void setRefundFailureReason(RefundFailureReasonType value)
value
- allowed object is
RefundFailureReasonType
public RefundFundingSourceArrayType getRefundFundingSourceArray()
RefundFundingSourceArrayType
public void setRefundFundingSourceArray(RefundFundingSourceArrayType value)
value
- allowed object is
RefundFundingSourceArrayType
public String getExternalReferenceID()
String
public void setExternalReferenceID(String value)
value
- allowed object is
String
public Calendar getRefundRequestedTime()
String
public void setRefundRequestedTime(Calendar value)
value
- allowed object is
String
public Calendar getRefundCompletionTime()
String
public void setRefundCompletionTime(Calendar value)
value
- allowed object is
String
public Calendar getEstimatedRefundCompletionTime()
String
public void setEstimatedRefundCompletionTime(Calendar value)
value
- allowed object is
String
public String getSellerNoteToBuyer()
String
public void setSellerNoteToBuyer(String value)
value
- allowed object is
String
public Object[] getAny()
Element
Object
public Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(Object[] values)
values
- allowed objects are
Element
Object
protected List<Object> _getAny()
public Object setAny(int idx, Object value)
value
- allowed object is
Element
Object
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.