Uses of Class
org.javastro.ivoa.entities.resource.registry.oaipmh.RequestType
Packages that use RequestType
-
Uses of RequestType in org.javastro.ivoa.entities.resource.registry.oaipmh
Fields in org.javastro.ivoa.entities.resource.registry.oaipmh declared as RequestTypeMethods in org.javastro.ivoa.entities.resource.registry.oaipmh that return RequestTypeModifier and TypeMethodDescriptionObjectFactory.createRequestType()Create an instance ofRequestTypeOAIPMH.getRequest()Gets the value of the request property.RequestType.withIdentifier(String value) RequestType.withMetadataPrefix(String value) RequestType.withResumptionToken(String value) Methods in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type RequestTypeModifier and TypeMethodDescriptionvoidOAIPMH.setRequest(RequestType value) Sets the value of the request property.OAIPMH.withRequest(RequestType value) Constructors in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type RequestTypeModifierConstructorDescriptionOAIPMH(LocalDateTime responseDate, RequestType request, ListRecordsType listRecords, ListIdentifiersType listIdentifiers, GetRecordType getRecord, ListSetsType listSets, List<MetadataFormatType> listMetadataFormats, IdentifyType identify, List<OAIPMHerrorType> errors) Fully-initialising value constructor