Uses of Class
org.javastro.ivoa.entities.resource.registry.oaipmh.IdentifyType.Builder
Packages that use IdentifyType.Builder
-
Uses of IdentifyType.Builder in org.javastro.ivoa.entities.resource.registry.oaipmh
Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return IdentifyType.BuilderModifier and TypeMethodDescriptionIdentifyType.Builder.addAdminEmails(Iterable<? extends String> adminEmails) Adds the given items to the value of "adminEmails"IdentifyType.Builder.addAdminEmails(String... adminEmails) Adds the given items to the value of "adminEmails"IdentifyType.Builder.addCompressions(Iterable<? extends String> compressions) Adds the given items to the value of "compressions"IdentifyType.Builder.addCompressions(String... compressions) Adds the given items to the value of "compressions"IdentifyType.Builder.addDescriptions(Iterable<? extends DescriptionType> descriptions) Adds the given items to the value of "descriptions"IdentifyType.Builder.addDescriptions(DescriptionType... descriptions) Adds the given items to the value of "descriptions"static IdentifyType.Builder<Void>IdentifyType.builder()static IdentifyType.Builder<Void>IdentifyType.copyExcept(IdentifyType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) IdentifyType.Builder.copyOf(IdentifyType _other) IdentifyType.Builder.copyOf(IdentifyType.Builder _other) static <_B> IdentifyType.Builder<_B>IdentifyType.copyOf(IdentifyType _other) static <_B> IdentifyType.Builder<_B>IdentifyType.copyOf(IdentifyType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static IdentifyType.Builder<Void>IdentifyType.copyOnly(IdentifyType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) IdentifyType.newCopyBuilder()<_B> IdentifyType.Builder<_B>IdentifyType.newCopyBuilder(_B _parentBuilder) <_B> IdentifyType.Builder<_B>IdentifyType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) IdentifyType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) IdentifyType.Builder.withAdminEmails(Iterable<? extends String> adminEmails) Sets the new value of "adminEmails" (any previous value will be replaced)IdentifyType.Builder.withAdminEmails(String... adminEmails) Sets the new value of "adminEmails" (any previous value will be replaced)IdentifyType.Builder.withBaseURL(String baseURL) Sets the new value of "baseURL" (any previous value will be replaced)IdentifyType.Builder.withCompressions(Iterable<? extends String> compressions) Sets the new value of "compressions" (any previous value will be replaced)IdentifyType.Builder.withCompressions(String... compressions) Sets the new value of "compressions" (any previous value will be replaced)IdentifyType.Builder.withDeletedRecord(DeletedRecordType deletedRecord) Sets the new value of "deletedRecord" (any previous value will be replaced)IdentifyType.Builder.withDescriptions(Iterable<? extends DescriptionType> descriptions) Sets the new value of "descriptions" (any previous value will be replaced)IdentifyType.Builder.withDescriptions(DescriptionType... descriptions) Sets the new value of "descriptions" (any previous value will be replaced)IdentifyType.Builder.withEarliestDatestamp(String earliestDatestamp) Sets the new value of "earliestDatestamp" (any previous value will be replaced)IdentifyType.Builder.withGranularity(GranularityType granularity) Sets the new value of "granularity" (any previous value will be replaced)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.IdentifyType.Builder.withProtocolVersion(String protocolVersion) Sets the new value of "protocolVersion" (any previous value will be replaced)IdentifyType.Builder.withRepositoryName(String repositoryName) Sets the new value of "repositoryName" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return types with arguments of type IdentifyType.BuilderModifier and TypeMethodDescriptionDescriptionType.Builder<? extends IdentifyType.Builder<_B>>IdentifyType.Builder.addDescriptions()Returns a new builder to build an additional value of the "Descriptions" property.Methods in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type IdentifyType.BuilderModifier and TypeMethodDescriptionIdentifyType.Builder.copyOf(IdentifyType.Builder _other) <_B> voidIdentifyType.copyTo(IdentifyType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidIdentifyType.copyTo(IdentifyType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.