Uses of Class
org.javastro.ivoa.entities.resource.registry.oaipmh.ListRecordsType.Builder
Packages that use ListRecordsType.Builder
-
Uses of ListRecordsType.Builder in org.javastro.ivoa.entities.resource.registry.oaipmh
Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return ListRecordsType.BuilderModifier and TypeMethodDescriptionListRecordsType.Builder.addRecords(Iterable<? extends RecordType> records) Adds the given items to the value of "records"ListRecordsType.Builder.addRecords(RecordType... records) Adds the given items to the value of "records"static ListRecordsType.Builder<Void>ListRecordsType.builder()static ListRecordsType.Builder<Void>ListRecordsType.copyExcept(ListRecordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ListRecordsType.Builder.copyOf(ListRecordsType _other) ListRecordsType.Builder.copyOf(ListRecordsType.Builder _other) static <_B> ListRecordsType.Builder<_B>ListRecordsType.copyOf(ListRecordsType _other) static <_B> ListRecordsType.Builder<_B>ListRecordsType.copyOf(ListRecordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static ListRecordsType.Builder<Void>ListRecordsType.copyOnly(ListRecordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ListRecordsType.newCopyBuilder()<_B> ListRecordsType.Builder<_B>ListRecordsType.newCopyBuilder(_B _parentBuilder) <_B> ListRecordsType.Builder<_B>ListRecordsType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ListRecordsType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ListRecordsType.Builder<? extends OAIPMH.Builder<_B>>OAIPMH.Builder.withListRecords()Returns the existing builder or a new builder to build the value of the "listRecords" property.ListRecordsType.Builder.withRecords(Iterable<? extends RecordType> records) Sets the new value of "records" (any previous value will be replaced)ListRecordsType.Builder.withRecords(RecordType... records) Sets the new value of "records" (any previous value will be replaced)ListRecordsType.Builder.withResumptionToken(ResumptionTokenType resumptionToken) Sets the new value of "resumptionToken" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return types with arguments of type ListRecordsType.BuilderModifier and TypeMethodDescriptionRecordType.Builder<? extends ListRecordsType.Builder<_B>>ListRecordsType.Builder.addRecords()Returns a new builder to build an additional value of the "Records" property.ResumptionTokenType.Builder<? extends ListRecordsType.Builder<_B>>ListRecordsType.Builder.withResumptionToken()Returns the existing builder or a new builder to build the value of the "resumptionToken" property.Methods in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type ListRecordsType.BuilderModifier and TypeMethodDescriptionListRecordsType.Builder.copyOf(ListRecordsType.Builder _other) <_B> voidListRecordsType.copyTo(ListRecordsType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidListRecordsType.copyTo(ListRecordsType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.