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()
String
public void setDescription(java.lang.String value)
value
- the value
allowed object is
String
public BasicAmountType getMaxAmount()
BasicAmountType
public void setMaxAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.