Uses of Class
org.javastro.ivoa.entities.resource.registry.oaipmh.RecordType.Builder
Packages that use RecordType.Builder
-
Uses of RecordType.Builder in org.javastro.ivoa.entities.resource.registry.oaipmh
Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return RecordType.BuilderModifier and TypeMethodDescriptionAdds the given items to the value of "abouts"Adds the given items to the value of "abouts"RecordType.Builder<? extends ListRecordsType.Builder<_B>>ListRecordsType.Builder.addRecords()Returns a new builder to build an additional value of the "Records" property.static RecordType.Builder<Void>RecordType.builder()static RecordType.Builder<Void>RecordType.copyExcept(RecordType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) RecordType.Builder.copyOf(RecordType _other) RecordType.Builder.copyOf(RecordType.Builder _other) static <_B> RecordType.Builder<_B>RecordType.copyOf(RecordType _other) static <_B> RecordType.Builder<_B>RecordType.copyOf(RecordType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static RecordType.Builder<Void>RecordType.copyOnly(RecordType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) RecordType.newCopyBuilder()<_B> RecordType.Builder<_B>RecordType.newCopyBuilder(_B _parentBuilder) <_B> RecordType.Builder<_B>RecordType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) RecordType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) RecordType.Builder.withAbouts(Iterable<? extends AboutType> abouts) Sets the new value of "abouts" (any previous value will be replaced)RecordType.Builder.withAbouts(AboutType... abouts) Sets the new value of "abouts" (any previous value will be replaced)RecordType.Builder.withHeader(HeaderType header) Sets the new value of "header" (any previous value will be replaced)RecordType.Builder.withMetadata(MetadataType metadata) Sets the new value of "metadata" (any previous value will be replaced)RecordType.Builder<? extends GetRecordType.Builder<_B>>GetRecordType.Builder.withRecord()Returns the existing builder or a new builder to build the value of the "record" property.Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return types with arguments of type RecordType.BuilderModifier and TypeMethodDescriptionAboutType.Builder<? extends RecordType.Builder<_B>>RecordType.Builder.addAbouts()Returns a new builder to build an additional value of the "Abouts" property.HeaderType.Builder<? extends RecordType.Builder<_B>>RecordType.Builder.withHeader()Returns the existing builder or a new builder to build the value of the "header" property.MetadataType.Builder<? extends RecordType.Builder<_B>>RecordType.Builder.withMetadata()Returns the existing builder or a new builder to build the value of the "metadata" property.Methods in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type RecordType.BuilderModifier and TypeMethodDescriptionRecordType.Builder.copyOf(RecordType.Builder _other) <_B> voidRecordType.copyTo(RecordType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidRecordType.copyTo(RecordType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.