Uses of Class
org.javastro.ivoa.entities.resource.registry.oaipmh.IdentifyType
Packages that use IdentifyType
-
Uses of IdentifyType in org.javastro.ivoa.entities.resource.registry.oaipmh
Fields in org.javastro.ivoa.entities.resource.registry.oaipmh declared as IdentifyTypeMethods in org.javastro.ivoa.entities.resource.registry.oaipmh that return IdentifyTypeModifier and TypeMethodDescriptionObjectFactory.createIdentifyType()Create an instance ofIdentifyTypeOAIPMH.getIdentify()Gets the value of the identify property.IdentifyType.withAdminEmails(String... values) IdentifyType.withAdminEmails(Collection<String> values) IdentifyType.withBaseURL(String value) IdentifyType.withCompressions(String... values) IdentifyType.withCompressions(Collection<String> values) IdentifyType.withDeletedRecord(DeletedRecordType value) IdentifyType.withDescriptions(Collection<DescriptionType> values) IdentifyType.withDescriptions(DescriptionType... values) IdentifyType.withEarliestDatestamp(String value) IdentifyType.withGranularity(GranularityType value) IdentifyType.withProtocolVersion(String value) IdentifyType.withRepositoryName(String value) Methods in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type IdentifyTypeModifier and TypeMethodDescriptionvoidOAIPMH.setIdentify(IdentifyType value) Sets the value of the identify property.OAIPMH.withIdentify(IdentifyType value) Constructors in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type IdentifyTypeModifierConstructorDescriptionOAIPMH(LocalDateTime responseDate, RequestType request, ListRecordsType listRecords, ListIdentifiersType listIdentifiers, GetRecordType getRecord, ListSetsType listSets, List<MetadataFormatType> listMetadataFormats, IdentifyType identify, List<OAIPMHerrorType> errors) Fully-initialising value constructor