urn.ebay.apis.eBLBaseComponents
Class BillOutstandingAmountRequestDetailsType

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

public class BillOutstandingAmountRequestDetailsType
extends Object


Constructor Summary
BillOutstandingAmountRequestDetailsType()
          Default Constructor
BillOutstandingAmountRequestDetailsType(String profileID)
          Constructor with arguments
 
Method Summary
 BasicAmountType getAmount()
          Getter for amount
 String getNote()
          Getter for note
 String getProfileID()
          Getter for profileID
 void setAmount(BasicAmountType amount)
          Setter for amount
 void setNote(String note)
          Setter for note
 void setProfileID(String profileID)
          Setter for profileID
 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

BillOutstandingAmountRequestDetailsType

public BillOutstandingAmountRequestDetailsType(String profileID)
Constructor with arguments


BillOutstandingAmountRequestDetailsType

public BillOutstandingAmountRequestDetailsType()
Default Constructor

Method Detail

getProfileID

public String getProfileID()
Getter for profileID


setProfileID

public void setProfileID(String profileID)
Setter for profileID


getAmount

public BasicAmountType getAmount()
Getter for amount


setAmount

public void setAmount(BasicAmountType amount)
Setter for amount


getNote

public String getNote()
Getter for note


setNote

public void setNote(String note)
Setter for note


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2013. All Rights Reserved.