urn.ebay.apis.eBLBaseComponents
Class SetDataRequestType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.SetDataRequestType

public class SetDataRequestType
extends Object

Details about Billing Agreements requested to be created.


Constructor Summary
SetDataRequestType()
          Default Constructor
 
Method Summary
 List<BillingApprovalDetailsType> getBillingApprovalDetails()
          Getter for billingApprovalDetails
 BuyerDetailType getBuyerDetail()
          Getter for buyerDetail
 InfoSharingDirectivesType getInfoSharingDirectives()
          Getter for infoSharingDirectives
 void setBillingApprovalDetails(List<BillingApprovalDetailsType> billingApprovalDetails)
          Setter for billingApprovalDetails
 void setBuyerDetail(BuyerDetailType buyerDetail)
          Setter for buyerDetail
 void setInfoSharingDirectives(InfoSharingDirectivesType infoSharingDirectives)
          Setter for infoSharingDirectives
 String toXMLString(String prefix, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetDataRequestType

public SetDataRequestType()
Default Constructor

Method Detail

getBillingApprovalDetails

public List<BillingApprovalDetailsType> getBillingApprovalDetails()
Getter for billingApprovalDetails


setBillingApprovalDetails

public void setBillingApprovalDetails(List<BillingApprovalDetailsType> billingApprovalDetails)
Setter for billingApprovalDetails


getBuyerDetail

public BuyerDetailType getBuyerDetail()
Getter for buyerDetail


setBuyerDetail

public void setBuyerDetail(BuyerDetailType buyerDetail)
Setter for buyerDetail


getInfoSharingDirectives

public InfoSharingDirectivesType getInfoSharingDirectives()
Getter for infoSharingDirectives


setInfoSharingDirectives

public void setInfoSharingDirectives(InfoSharingDirectivesType infoSharingDirectives)
Setter for infoSharingDirectives


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2013. All Rights Reserved.