public class OrderDetailsType
extends java.lang.Object
Java class for OrderDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MaxAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
description |
protected BasicAmountType |
maxAmount |
| Constructor and Description |
|---|
OrderDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property.
|
BasicAmountType |
getMaxAmount()
Gets the value of the maxAmount property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setMaxAmount(BasicAmountType value)
Sets the value of the maxAmount property.
|
protected java.lang.String description
protected BasicAmountType maxAmount
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - the value
allowed object is
Stringpublic BasicAmountType getMaxAmount()
BasicAmountTypepublic void setMaxAmount(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.