public class SetDataRequestType
extends java.lang.Object
Java class for SetDataRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetDataRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BillingApprovalDetails" type="{urn:ebay:apis:eBLBaseComponents}BillingApprovalDetailsType" maxOccurs="unbounded" minOccurs="0"/>
<element name="BuyerDetail" type="{urn:ebay:apis:eBLBaseComponents}BuyerDetailType" minOccurs="0"/>
<element name="InfoSharingDirectives" type="{urn:ebay:apis:eBLBaseComponents}InfoSharingDirectivesType" minOccurs="0"/>
<element name="RetrieveShippingAddress" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="UserChannel" type="{urn:ebay:apis:eBLBaseComponents}UserChannelCodeType" minOccurs="0"/>
<element name="ReqConfirmShipping" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="PaymentDetails" type="{urn:ebay:apis:eBLBaseComponents}PaymentDetailsType" maxOccurs="10" minOccurs="0"/>
<element name="ExternalPartnerTrackingDetails" type="{urn:ebay:apis:eBLBaseComponents}ExternalPartnerTrackingDetailsType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<BillingApprovalDetailsType> |
billingApprovalDetails |
protected BuyerDetailType |
buyerDetail |
protected ExternalPartnerTrackingDetailsType |
externalPartnerTrackingDetails |
protected InfoSharingDirectivesType |
infoSharingDirectives |
protected java.util.List<PaymentDetailsType> |
paymentDetails |
protected java.lang.Boolean |
reqConfirmShipping |
protected java.lang.Boolean |
retrieveShippingAddress |
protected UserChannelCodeType |
userChannel |
| Constructor and Description |
|---|
SetDataRequestType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BillingApprovalDetailsType> |
getBillingApprovalDetails()
Gets the value of the billingApprovalDetails property.
|
BuyerDetailType |
getBuyerDetail()
Gets the value of the buyerDetail property.
|
ExternalPartnerTrackingDetailsType |
getExternalPartnerTrackingDetails()
Gets the value of the externalPartnerTrackingDetails property.
|
InfoSharingDirectivesType |
getInfoSharingDirectives()
Gets the value of the infoSharingDirectives property.
|
java.util.List<PaymentDetailsType> |
getPaymentDetails()
Gets the value of the paymentDetails property.
|
UserChannelCodeType |
getUserChannel()
Gets the value of the userChannel property.
|
java.lang.Boolean |
isReqConfirmShipping()
Gets the value of the reqConfirmShipping property.
|
java.lang.Boolean |
isRetrieveShippingAddress()
Gets the value of the retrieveShippingAddress property.
|
void |
setBuyerDetail(BuyerDetailType value)
Sets the value of the buyerDetail property.
|
void |
setExternalPartnerTrackingDetails(ExternalPartnerTrackingDetailsType value)
Sets the value of the externalPartnerTrackingDetails property.
|
void |
setInfoSharingDirectives(InfoSharingDirectivesType value)
Sets the value of the infoSharingDirectives property.
|
void |
setReqConfirmShipping(java.lang.Boolean value)
Sets the value of the reqConfirmShipping property.
|
void |
setRetrieveShippingAddress(java.lang.Boolean value)
Sets the value of the retrieveShippingAddress property.
|
void |
setUserChannel(UserChannelCodeType value)
Sets the value of the userChannel property.
|
protected java.util.List<BillingApprovalDetailsType> billingApprovalDetails
protected BuyerDetailType buyerDetail
protected InfoSharingDirectivesType infoSharingDirectives
protected java.lang.Boolean retrieveShippingAddress
protected UserChannelCodeType userChannel
protected java.lang.Boolean reqConfirmShipping
protected java.util.List<PaymentDetailsType> paymentDetails
protected ExternalPartnerTrackingDetailsType externalPartnerTrackingDetails
public java.util.List<BillingApprovalDetailsType> getBillingApprovalDetails()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the billingApprovalDetails property.
For example, to add a new item, do as follows:
getBillingApprovalDetails().add(newItem);
Objects of the following type(s) are allowed in the list
BillingApprovalDetailsType
public BuyerDetailType getBuyerDetail()
BuyerDetailTypepublic void setBuyerDetail(BuyerDetailType value)
value - the value
allowed object is
BuyerDetailTypepublic InfoSharingDirectivesType getInfoSharingDirectives()
InfoSharingDirectivesTypepublic void setInfoSharingDirectives(InfoSharingDirectivesType value)
value - the value
allowed object is
InfoSharingDirectivesTypepublic java.lang.Boolean isRetrieveShippingAddress()
Booleanpublic void setRetrieveShippingAddress(java.lang.Boolean value)
value - the value
allowed object is
Booleanpublic UserChannelCodeType getUserChannel()
UserChannelCodeTypepublic void setUserChannel(UserChannelCodeType value)
value - the value
allowed object is
UserChannelCodeTypepublic java.lang.Boolean isReqConfirmShipping()
Booleanpublic void setReqConfirmShipping(java.lang.Boolean value)
value - the value
allowed object is
Booleanpublic java.util.List<PaymentDetailsType> getPaymentDetails()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the paymentDetails property.
For example, to add a new item, do as follows:
getPaymentDetails().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentDetailsType
public ExternalPartnerTrackingDetailsType getExternalPartnerTrackingDetails()
ExternalPartnerTrackingDetailsTypepublic void setExternalPartnerTrackingDetails(ExternalPartnerTrackingDetailsType value)
value - the value
allowed object is
ExternalPartnerTrackingDetailsTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.