Uses of Class
org.javastro.ivoa.entities.resource.registry.oaipmh.ListRecordsType
Packages that use ListRecordsType
-
Uses of ListRecordsType in org.javastro.ivoa.entities.resource.registry.oaipmh
Fields in org.javastro.ivoa.entities.resource.registry.oaipmh declared as ListRecordsTypeMethods in org.javastro.ivoa.entities.resource.registry.oaipmh that return ListRecordsTypeModifier and TypeMethodDescriptionObjectFactory.createListRecordsType()Create an instance ofListRecordsTypeOAIPMH.getListRecords()Gets the value of the listRecords property.ListRecordsType.withRecords(Collection<RecordType> values) ListRecordsType.withRecords(RecordType... values) ListRecordsType.withResumptionToken(ResumptionTokenType value) Methods in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type ListRecordsTypeModifier and TypeMethodDescriptionvoidOAIPMH.setListRecords(ListRecordsType value) Sets the value of the listRecords property.OAIPMH.withListRecords(ListRecordsType value) Constructors in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type ListRecordsTypeModifierConstructorDescriptionOAIPMH(LocalDateTime responseDate, RequestType request, ListRecordsType listRecords, ListIdentifiersType listIdentifiers, GetRecordType getRecord, ListSetsType listSets, List<MetadataFormatType> listMetadataFormats, IdentifyType identify, List<OAIPMHerrorType> errors) Fully-initialising value constructor