urn.ebay.api.PayPalAPI
Class OptionSelectionDetailsType

java.lang.Object
  extended by urn.ebay.api.PayPalAPI.OptionSelectionDetailsType

public class OptionSelectionDetailsType
extends Object

Option Selection. Required Character length and limitations: 12 single-byte alphanumeric characters


Constructor Summary
OptionSelectionDetailsType()
          Default Constructor
OptionSelectionDetailsType(Node node)
           
OptionSelectionDetailsType(String optionSelection)
          Constructor with arguments
 
Method Summary
 String getOptionSelection()
          Getter for optionSelection
 OptionTypeListType getOptionType()
          Getter for optionType
 List<InstallmentDetailsType> getPaymentPeriod()
          Getter for paymentPeriod
 String getPrice()
          Getter for price
 void setOptionSelection(String optionSelection)
          Setter for optionSelection
 void setOptionType(OptionTypeListType optionType)
          Setter for optionType
 void setPaymentPeriod(List<InstallmentDetailsType> paymentPeriod)
          Setter for paymentPeriod
 void setPrice(String price)
          Setter for price
 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

OptionSelectionDetailsType

public OptionSelectionDetailsType(String optionSelection)
Constructor with arguments


OptionSelectionDetailsType

public OptionSelectionDetailsType()
Default Constructor


OptionSelectionDetailsType

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

getOptionSelection

public String getOptionSelection()
Getter for optionSelection


setOptionSelection

public void setOptionSelection(String optionSelection)
Setter for optionSelection


getPrice

public String getPrice()
Getter for price


setPrice

public void setPrice(String price)
Setter for price


getOptionType

public OptionTypeListType getOptionType()
Getter for optionType


setOptionType

public void setOptionType(OptionTypeListType optionType)
Setter for optionType


getPaymentPeriod

public List<InstallmentDetailsType> getPaymentPeriod()
Getter for paymentPeriod


setPaymentPeriod

public void setPaymentPeriod(List<InstallmentDetailsType> paymentPeriod)
Setter for paymentPeriod


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2013. All Rights Reserved.