public class GetOrderRequest extends AbstractMwsObject
<complexType name="GetOrderRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SellerId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="AmazonOrderId" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GetOrderRequest()
Default constructor.
|
GetOrderRequest(String sellerId,
List<String> amazonOrderId)
Value constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAmazonOrderId()
Get the value of AmazonOrderId.
|
String |
getSellerId()
Get the value of SellerId.
|
boolean |
isSetAmazonOrderId()
Check to see if AmazonOrderId is set.
|
boolean |
isSetSellerId()
Check to see if SellerId is set.
|
void |
readFragmentFrom(MwsReader r)
Read members from a MwsReader.
|
void |
setAmazonOrderId(List<String> amazonOrderId)
Set the value of AmazonOrderId.
|
void |
setSellerId(String sellerId)
Set the value of SellerId.
|
void |
unsetAmazonOrderId()
Clear AmazonOrderId.
|
GetOrderRequest |
withAmazonOrderId(String... values)
Add values for AmazonOrderId, return this.
|
GetOrderRequest |
withSellerId(String sellerId)
Set the value of SellerId, return this.
|
void |
writeFragmentTo(MwsWriter w)
Write members to a MwsWriter.
|
void |
writeTo(MwsWriter w)
Write tag, xmlns and members to a MwsWriter.
|
toJSON, toJSONFragment, toXML, toXMLFragmentpublic GetOrderRequest(String sellerId, List<String> amazonOrderId)
public GetOrderRequest()
public String getSellerId()
public void setSellerId(String sellerId)
sellerId - The new value to set.public boolean isSetSellerId()
public GetOrderRequest withSellerId(String sellerId)
sellerId - The new value to set.public List<String> getAmazonOrderId()
public void setAmazonOrderId(List<String> amazonOrderId)
amazonOrderId - The new value to set.public void unsetAmazonOrderId()
public boolean isSetAmazonOrderId()
public GetOrderRequest withAmazonOrderId(String... values)
amazonOrderId - New values to add.public void readFragmentFrom(MwsReader r)
r - The reader to read from.public void writeFragmentTo(MwsWriter w)
w - The writer to write to.public void writeTo(MwsWriter w)
w - The Writer to write to.Copyright © 2014. All Rights Reserved.