public class ListRecordsType extends Object implements XMLWritable
| Modifier and Type | Field and Description |
|---|---|
protected List<RecordType> |
record |
protected ResumptionTokenType |
resumptionToken |
| Constructor and Description |
|---|
ListRecordsType() |
| Modifier and Type | Method and Description |
|---|---|
List<RecordType> |
getRecord()
Gets the value of the record property.
|
ResumptionTokenType |
getResumptionToken()
Gets the value of the resumptionToken property.
|
void |
setResumptionToken(ResumptionTokenType value)
Sets the value of the resumptionToken property.
|
void |
write(XmlOutputContext context) |
protected List<RecordType> record
protected ResumptionTokenType resumptionToken
public List<RecordType> getRecord()
public ResumptionTokenType getResumptionToken()
public void setResumptionToken(ResumptionTokenType value)
value - allowed object is ;public void write(XmlOutputContext context) throws WritingXmlException
write in interface XMLWritableWritingXmlExceptionCopyright © 2020. All rights reserved.