Uses of Class
org.javastro.ivoa.entities.resource.registry.oaipmh.HeaderType
Packages that use HeaderType
-
Uses of HeaderType in org.javastro.ivoa.entities.resource.registry.oaipmh
Fields in org.javastro.ivoa.entities.resource.registry.oaipmh declared as HeaderTypeFields in org.javastro.ivoa.entities.resource.registry.oaipmh with type parameters of type HeaderTypeMethods in org.javastro.ivoa.entities.resource.registry.oaipmh that return HeaderTypeModifier and TypeMethodDescriptionObjectFactory.createHeaderType()Create an instance ofHeaderTypeRecordType.getHeader()Gets the value of the header property.HeaderType.withDatestamp(String value) HeaderType.withIdentifier(String value) HeaderType.withSetSpecs(String... values) HeaderType.withSetSpecs(Collection<String> values) HeaderType.withStatus(StatusType value) Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return types with arguments of type HeaderTypeModifier and TypeMethodDescriptionListIdentifiersType.getHeaders()Gets the value of the headers property.Methods in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type HeaderTypeModifier and TypeMethodDescriptionvoidRecordType.setHeader(HeaderType value) Sets the value of the header property.RecordType.withHeader(HeaderType value) ListIdentifiersType.withHeaders(HeaderType... values) Method parameters in org.javastro.ivoa.entities.resource.registry.oaipmh with type arguments of type HeaderTypeConstructors in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type HeaderTypeModifierConstructorDescriptionRecordType(HeaderType header, MetadataType metadata, List<AboutType> abouts) Fully-initialising value constructorConstructor parameters in org.javastro.ivoa.entities.resource.registry.oaipmh with type arguments of type HeaderTypeModifierConstructorDescriptionListIdentifiersType(List<HeaderType> headers, ResumptionTokenType resumptionToken) Fully-initialising value constructor