Uses of Class
org.javastro.ivoa.entities.resource.registry.oaipmh.OAIPMH.Builder
Packages that use OAIPMH.Builder
-
Uses of OAIPMH.Builder in org.javastro.ivoa.entities.resource.registry.oaipmh
Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return OAIPMH.BuilderModifier and TypeMethodDescriptionOAIPMH.Builder.addErrors(Iterable<? extends OAIPMHerrorType> errors) Adds the given items to the value of "errors"OAIPMH.Builder.addErrors(OAIPMHerrorType... errors) Adds the given items to the value of "errors"static OAIPMH.Builder<Void>OAIPMH.builder()static OAIPMH.Builder<Void>OAIPMH.copyExcept(OAIPMH _other, com.kscs.util.jaxb.PropertyTree _propertyTree) OAIPMH.Builder.copyOf(OAIPMH.Builder _other) static <_B> OAIPMH.Builder<_B>static <_B> OAIPMH.Builder<_B>OAIPMH.copyOf(OAIPMH _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static OAIPMH.Builder<Void>OAIPMH.newCopyBuilder()<_B> OAIPMH.Builder<_B>OAIPMH.newCopyBuilder(_B _parentBuilder) <_B> OAIPMH.Builder<_B>OAIPMH.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) OAIPMH.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) OAIPMH.Builder.withErrors(Iterable<? extends OAIPMHerrorType> errors) Sets the new value of "errors" (any previous value will be replaced)OAIPMH.Builder.withErrors(OAIPMHerrorType... errors) Sets the new value of "errors" (any previous value will be replaced)OAIPMH.Builder.withGetRecord(GetRecordType getRecord) Sets the new value of "getRecord" (any previous value will be replaced)OAIPMH.Builder.withIdentify(IdentifyType identify) Sets the new value of "identify" (any previous value will be replaced)OAIPMH.Builder.withListIdentifiers(ListIdentifiersType listIdentifiers) Sets the new value of "listIdentifiers" (any previous value will be replaced)OAIPMH.Builder.withListMetadataFormats(ListMetadataFormatsType listMetadataFormats) Sets the new value of "listMetadataFormats" (any previous value will be replaced)OAIPMH.Builder.withListRecords(ListRecordsType listRecords) Sets the new value of "listRecords" (any previous value will be replaced)OAIPMH.Builder.withListSets(ListSetsType listSets) Sets the new value of "listSets" (any previous value will be replaced)OAIPMH.Builder.withRequest(RequestType request) Sets the new value of "request" (any previous value will be replaced)OAIPMH.Builder.withResponseDate(LocalDateTime responseDate) Sets the new value of "responseDate" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return types with arguments of type OAIPMH.BuilderModifier and TypeMethodDescriptionOAIPMHerrorType.Builder<? extends OAIPMH.Builder<_B>>OAIPMH.Builder.addErrors()Returns a new builder to build an additional value of the "Errors" property.GetRecordType.Builder<? extends OAIPMH.Builder<_B>>OAIPMH.Builder.withGetRecord()Returns the existing builder or a new builder to build the value of the "getRecord" property.IdentifyType.Builder<? extends OAIPMH.Builder<_B>>OAIPMH.Builder.withIdentify()Returns the existing builder or a new builder to build the value of the "identify" property.ListIdentifiersType.Builder<? extends OAIPMH.Builder<_B>>OAIPMH.Builder.withListIdentifiers()Returns the existing builder or a new builder to build the value of the "listIdentifiers" property.ListMetadataFormatsType.Builder<? extends OAIPMH.Builder<_B>>OAIPMH.Builder.withListMetadataFormats()Returns the existing builder or a new builder to build the value of the "listMetadataFormats" property.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.ListSetsType.Builder<? extends OAIPMH.Builder<_B>>OAIPMH.Builder.withListSets()Returns the existing builder or a new builder to build the value of the "listSets" property.RequestType.Builder<? extends OAIPMH.Builder<_B>>OAIPMH.Builder.withRequest()Returns the existing builder or a new builder to build the value of the "request" property.Methods in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type OAIPMH.BuilderModifier and TypeMethodDescriptionOAIPMH.Builder.copyOf(OAIPMH.Builder _other) <_B> voidOAIPMH.copyTo(OAIPMH.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidOAIPMH.copyTo(OAIPMH.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.