Uses of Class
org.javastro.ivoa.entities.resource.registry.oaipmh.MetadataFormatType
Packages that use MetadataFormatType
-
Uses of MetadataFormatType in org.javastro.ivoa.entities.resource.registry.oaipmh
Fields in org.javastro.ivoa.entities.resource.registry.oaipmh with type parameters of type MetadataFormatTypeMethods in org.javastro.ivoa.entities.resource.registry.oaipmh that return MetadataFormatTypeModifier and TypeMethodDescriptionObjectFactory.createMetadataFormatType()Create an instance ofMetadataFormatTypeMetadataFormatType.withMetadataNamespace(String value) MetadataFormatType.withMetadataPrefix(String value) MetadataFormatType.withSchema(String value) Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return types with arguments of type MetadataFormatTypeMethods in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type MetadataFormatTypeMethod parameters in org.javastro.ivoa.entities.resource.registry.oaipmh with type arguments of type MetadataFormatTypeModifier and TypeMethodDescriptionvoidOAIPMH.setListMetadataFormats(List<MetadataFormatType> listMetadataFormats) OAIPMH.withListMetadataFormats(Collection<MetadataFormatType> values) OAIPMH.withListMetadataFormats(List<MetadataFormatType> listMetadataFormats) Constructor parameters in org.javastro.ivoa.entities.resource.registry.oaipmh with type arguments of type MetadataFormatTypeModifierConstructorDescriptionOAIPMH(LocalDateTime responseDate, RequestType request, ListRecordsType listRecords, ListIdentifiersType listIdentifiers, GetRecordType getRecord, ListSetsType listSets, List<MetadataFormatType> listMetadataFormats, IdentifyType identify, List<OAIPMHerrorType> errors) Fully-initialising value constructor