public class

OptionType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.OptionType

Class Overview

OptionType PayPal item options for shopping cart.

Java class for OptionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OptionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String name
protected String value
Public Constructors
OptionType()
Public Methods
String getName()
Gets the value of the name property.
String getValue()
Gets the value of the value property.
void setName(String value)
Sets the value of the name property.
void setValue(String value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String name

protected String value

Public Constructors

public OptionType ()

Public Methods

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String