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