public class OrderDetailsType extends Object
| Constructor and Description |
|---|
OrderDetailsType()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Getter for description
|
BasicAmountType |
getMaxAmount()
Getter for maxAmount
|
void |
setDescription(String description)
Setter for description
|
void |
setMaxAmount(BasicAmountType maxAmount)
Setter for maxAmount
|
String |
toXMLString(String prefix,
String name) |
public String getDescription()
public void setDescription(String description)
public BasicAmountType getMaxAmount()
public void setMaxAmount(BasicAmountType maxAmount)
Copyright © 2015. All Rights Reserved.