| java.lang.Object | |
| ↳ | ebay.api.paypalapi.OptionSelectionDetailsType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| optionSelection | |||||||||||
| optionType | |||||||||||
| paymentPeriod | |||||||||||
| price | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the optionSelection property.
| |||||||||||
Gets the value of the optionType property.
| |||||||||||
Gets the value of the paymentPeriod property.
| |||||||||||
Gets the value of the price property.
| |||||||||||
Sets the value of the optionSelection property.
| |||||||||||
Sets the value of the optionType property.
| |||||||||||
Sets the value of the price property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the optionSelection property.
Gets the value of the optionType property.
OptionTypeListType
Gets the value of the paymentPeriod property.
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
Gets the value of the price property.
Sets the value of the optionSelection property.
| value | Allowed object is String |
|---|
Sets the value of the optionType property.
| value | Allowed object is
OptionTypeListType
|
|---|
Sets the value of the price property.
| value | Allowed object is String |
|---|