public class OptionSelectionDetailsType
extends java.lang.Object
Java class for OptionSelectionDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="OptionSelectionDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="OptionSelection" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Price" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OptionType" type="{urn:ebay:apis:eBLBaseComponents}OptionTypeListType" minOccurs="0"/>
         <element name="PaymentPeriod" type="{urn:ebay:api:PayPalAPI}InstallmentDetailsType" maxOccurs="10" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected java.lang.String | optionSelection | 
| protected OptionTypeListType | optionType | 
| protected java.util.List<InstallmentDetailsType> | paymentPeriod | 
| protected java.lang.String | price | 
| Constructor and Description | 
|---|
| OptionSelectionDetailsType() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getOptionSelection()Gets the value of the optionSelection property. | 
| OptionTypeListType | getOptionType()Gets the value of the optionType property. | 
| java.util.List<InstallmentDetailsType> | getPaymentPeriod()Gets the value of the paymentPeriod property. | 
| java.lang.String | getPrice()Gets the value of the price property. | 
| void | setOptionSelection(java.lang.String value)Sets the value of the optionSelection property. | 
| void | setOptionType(OptionTypeListType value)Sets the value of the optionType property. | 
| void | setPrice(java.lang.String value)Sets the value of the price property. | 
protected java.lang.String optionSelection
protected java.lang.String price
protected OptionTypeListType optionType
protected java.util.List<InstallmentDetailsType> paymentPeriod
public java.lang.String getOptionSelection()
Stringpublic void setOptionSelection(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getPrice()
Stringpublic void setPrice(java.lang.String value)
value - the value
     allowed object is
     Stringpublic OptionTypeListType getOptionType()
OptionTypeListTypepublic void setOptionType(OptionTypeListType value)
value - the value
     allowed object is
     OptionTypeListTypepublic java.util.List<InstallmentDetailsType> getPaymentPeriod()
 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 paymentPeriod property.
 
For example, to add a new item, do as follows:
    getPaymentPeriod().add(newItem);
 
 
 Objects of the following type(s) are allowed in the list
 InstallmentDetailsType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.