public class GetRecordsResponse extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
nextRecord |
protected int |
numberOfRecordsMatched |
protected int |
numberOfRecordsReturned |
protected Collection<Record> |
records |
Constructor and Description |
---|
GetRecordsResponse() |
GetRecordsResponse(XMLEventReader reader) |
Modifier and Type | Method and Description |
---|---|
int |
getNextRecord() |
int |
getNumberOfRecordsMatched() |
int |
getNumberOfRecordsReturned() |
Collection<Record> |
getRecords() |
protected void |
parseElement(XMLEventReader reader) |
void |
setNextRecord(int nextRecord) |
void |
setNumberOfRecordsMatched(int numberOfRecordsMatched) |
void |
setNumberOfRecordsReturned(int numberOfRecordsReturned) |
void |
setRecords(Collection<Record> records) |
protected int nextRecord
protected int numberOfRecordsMatched
protected int numberOfRecordsReturned
protected Collection<Record> records
public GetRecordsResponse()
public GetRecordsResponse(XMLEventReader reader) throws XMLStreamException
XMLStreamException
public int getNextRecord()
public int getNumberOfRecordsMatched()
public int getNumberOfRecordsReturned()
public Collection<Record> getRecords()
protected void parseElement(XMLEventReader reader) throws XMLStreamException
XMLStreamException
public void setNextRecord(int nextRecord)
public void setNumberOfRecordsMatched(int numberOfRecordsMatched)
public void setNumberOfRecordsReturned(int numberOfRecordsReturned)
public void setRecords(Collection<Record> records)