|
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 the Half.com site has been shut down, 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 java.util.List<java.lang.Object> |
any
|
protected java.util.Calendar |
estimatedRefundCompletionTime
|
protected java.lang.String |
externalReferenceID
|
protected AmountType |
refundAmount
|
protected java.util.Calendar |
refundCompletionTime
|
protected RefundFailureReasonType |
refundFailureReason
|
protected AmountType |
refundFromSeller
|
protected RefundFundingSourceArrayType |
refundFundingSourceArray
|
protected java.lang.String |
refundID
|
protected java.util.Calendar |
refundRequestedTime
|
protected RefundStatusCodeType |
refundStatus
|
protected java.util.Calendar |
refundTime
|
protected RefundTransactionArrayType |
refundTransactionArray
|
protected java.lang.String |
sellerNoteToBuyer
|
protected AmountType |
totalRefundToBuyer
|
Constructor Summary | |
---|---|
RefundType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
java.util.Calendar |
getEstimatedRefundCompletionTime()
Gets the value of the estimatedRefundCompletionTime property. |
java.lang.String |
getExternalReferenceID()
Gets the value of the externalReferenceID property. |
AmountType |
getRefundAmount()
Gets the value of the refundAmount property. |
java.util.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. |
java.lang.String |
getRefundID()
Gets the value of the refundID property. |
java.util.Calendar |
getRefundRequestedTime()
Gets the value of the refundRequestedTime property. |
RefundStatusCodeType |
getRefundStatus()
Gets the value of the refundStatus property. |
java.util.Calendar |
getRefundTime()
Gets the value of the refundTime property. |
RefundTransactionArrayType |
getRefundTransactionArray()
Gets the value of the refundTransactionArray property. |
java.lang.String |
getSellerNoteToBuyer()
Gets the value of the sellerNoteToBuyer property. |
AmountType |
getTotalRefundToBuyer()
Gets the value of the totalRefundToBuyer property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setEstimatedRefundCompletionTime(java.util.Calendar value)
Sets the value of the estimatedRefundCompletionTime property. |
void |
setExternalReferenceID(java.lang.String value)
Sets the value of the externalReferenceID property. |
void |
setRefundAmount(AmountType value)
Sets the value of the refundAmount property. |
void |
setRefundCompletionTime(java.util.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(java.lang.String value)
Sets the value of the refundID property. |
void |
setRefundRequestedTime(java.util.Calendar value)
Sets the value of the refundRequestedTime property. |
void |
setRefundStatus(RefundStatusCodeType value)
Sets the value of the refundStatus property. |
void |
setRefundTime(java.util.Calendar value)
Sets the value of the refundTime property. |
void |
setRefundTransactionArray(RefundTransactionArrayType value)
Sets the value of the refundTransactionArray property. |
void |
setSellerNoteToBuyer(java.lang.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 java.util.Calendar refundTime
protected java.lang.String refundID
protected RefundTransactionArrayType refundTransactionArray
protected AmountType refundAmount
protected RefundStatusCodeType refundStatus
protected RefundFailureReasonType refundFailureReason
protected RefundFundingSourceArrayType refundFundingSourceArray
protected java.lang.String externalReferenceID
protected java.util.Calendar refundRequestedTime
protected java.util.Calendar refundCompletionTime
protected java.util.Calendar estimatedRefundCompletionTime
protected java.lang.String sellerNoteToBuyer
protected java.util.List<java.lang.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 java.util.Calendar getRefundTime()
String
public void setRefundTime(java.util.Calendar value)
value
- allowed object is
String
public java.lang.String getRefundID()
String
public void setRefundID(java.lang.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 java.lang.String getExternalReferenceID()
String
public void setExternalReferenceID(java.lang.String value)
value
- allowed object is
String
public java.util.Calendar getRefundRequestedTime()
String
public void setRefundRequestedTime(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getRefundCompletionTime()
String
public void setRefundCompletionTime(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getEstimatedRefundCompletionTime()
String
public void setEstimatedRefundCompletionTime(java.util.Calendar value)
value
- allowed object is
String
public java.lang.String getSellerNoteToBuyer()
String
public void setSellerNoteToBuyer(java.lang.String value)
value
- allowed object is
String
public java.lang.Object[] getAny()
Element
Object
public java.lang.Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Element
Object
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.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.