Uses of Class
org.javastro.ivoa.entities.resource.registry.oaipmh.RecordType
Packages that use RecordType
-
Uses of RecordType in org.javastro.ivoa.entities.resource.registry.oaipmh
Fields in org.javastro.ivoa.entities.resource.registry.oaipmh declared as RecordTypeFields in org.javastro.ivoa.entities.resource.registry.oaipmh with type parameters of type RecordTypeMethods in org.javastro.ivoa.entities.resource.registry.oaipmh that return RecordTypeModifier and TypeMethodDescriptionObjectFactory.createRecordType()Create an instance ofRecordTypeGetRecordType.getRecord()Gets the value of the record property.RecordType.withAbouts(Collection<AboutType> values) RecordType.withAbouts(AboutType... values) RecordType.withHeader(HeaderType value) RecordType.withMetadata(MetadataType value) Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return types with arguments of type RecordTypeModifier and TypeMethodDescriptionListRecordsType.getRecords()Gets the value of the records property.Methods in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type RecordTypeModifier and TypeMethodDescriptionvoidGetRecordType.setRecord(RecordType value) Sets the value of the record property.GetRecordType.withRecord(RecordType value) ListRecordsType.withRecords(RecordType... values) Method parameters in org.javastro.ivoa.entities.resource.registry.oaipmh with type arguments of type RecordTypeConstructors in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type RecordTypeModifierConstructorDescriptionGetRecordType(RecordType record) Fully-initialising value constructorConstructor parameters in org.javastro.ivoa.entities.resource.registry.oaipmh with type arguments of type RecordTypeModifierConstructorDescriptionListRecordsType(List<RecordType> records, ResumptionTokenType resumptionToken) Fully-initialising value constructor