public class GetServiceStatusRequest extends AbstractMwsObject
<complexType name="GetServiceStatusRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SellerId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GetServiceStatusRequest()
Default constructor.
|
GetServiceStatusRequest(String sellerId)
Value constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSellerId()
Get the value of SellerId.
|
boolean |
isSetSellerId()
Check to see if SellerId is set.
|
void |
readFragmentFrom(MwsReader r)
Read members from a MwsReader.
|
void |
setSellerId(String sellerId)
Set the value of SellerId.
|
GetServiceStatusRequest |
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 GetServiceStatusRequest(String sellerId)
public GetServiceStatusRequest()
public String getSellerId()
public void setSellerId(String sellerId)
sellerId - The new value to set.public boolean isSetSellerId()
public GetServiceStatusRequest withSellerId(String sellerId)
sellerId - The new value to set.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.