urn.ebay.apis.eBLBaseComponents
Class AdditionalFeeType

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

public class AdditionalFeeType
extends Object


Constructor Summary
AdditionalFeeType()
          Default Constructor
AdditionalFeeType(Node node)
           
 
Method Summary
 BasicAmountType getAmount()
          Getter for amount
 String getType()
          Getter for type
 void setAmount(BasicAmountType amount)
          Setter for amount
 void setType(String type)
          Setter for type
 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

AdditionalFeeType

public AdditionalFeeType()
Default Constructor


AdditionalFeeType

public AdditionalFeeType(Node node)
                  throws XPathExpressionException
Throws:
XPathExpressionException
Method Detail

getType

public String getType()
Getter for type


setType

public void setType(String type)
Setter for type


getAmount

public BasicAmountType getAmount()
Getter for amount


setAmount

public void setAmount(BasicAmountType amount)
Setter for amount


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2013. All Rights Reserved.