Uses of Class
org.javastro.ivoa.entities.resource.registry.oaipmh.HeaderType.Builder
Packages that use HeaderType.Builder
-
Uses of HeaderType.Builder in org.javastro.ivoa.entities.resource.registry.oaipmh
Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return HeaderType.BuilderModifier and TypeMethodDescriptionHeaderType.Builder<? extends ListIdentifiersType.Builder<_B>>ListIdentifiersType.Builder.addHeaders()Returns a new builder to build an additional value of the "Headers" property.HeaderType.Builder.addSetSpecs(Iterable<? extends String> setSpecs) Adds the given items to the value of "setSpecs"HeaderType.Builder.addSetSpecs(String... setSpecs) Adds the given items to the value of "setSpecs"static HeaderType.Builder<Void>HeaderType.builder()static HeaderType.Builder<Void>HeaderType.copyExcept(HeaderType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) HeaderType.Builder.copyOf(HeaderType _other) HeaderType.Builder.copyOf(HeaderType.Builder _other) static <_B> HeaderType.Builder<_B>HeaderType.copyOf(HeaderType _other) static <_B> HeaderType.Builder<_B>HeaderType.copyOf(HeaderType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static HeaderType.Builder<Void>HeaderType.copyOnly(HeaderType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) HeaderType.newCopyBuilder()<_B> HeaderType.Builder<_B>HeaderType.newCopyBuilder(_B _parentBuilder) <_B> HeaderType.Builder<_B>HeaderType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) HeaderType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) HeaderType.Builder.withDatestamp(String datestamp) Sets the new value of "datestamp" (any previous value will be replaced)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.HeaderType.Builder.withIdentifier(String identifier) Sets the new value of "identifier" (any previous value will be replaced)HeaderType.Builder.withSetSpecs(Iterable<? extends String> setSpecs) Sets the new value of "setSpecs" (any previous value will be replaced)HeaderType.Builder.withSetSpecs(String... setSpecs) Sets the new value of "setSpecs" (any previous value will be replaced)HeaderType.Builder.withStatus(StatusType status) Sets the new value of "status" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type HeaderType.BuilderModifier and TypeMethodDescriptionHeaderType.Builder.copyOf(HeaderType.Builder _other) <_B> voidHeaderType.copyTo(HeaderType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidHeaderType.copyTo(HeaderType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.