Uses of Class
org.javastro.ivoa.entities.resource.registry.oaipmh.SetType.Builder
Packages that use SetType.Builder
-
Uses of SetType.Builder in org.javastro.ivoa.entities.resource.registry.oaipmh
Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return SetType.BuilderModifier and TypeMethodDescriptionSetType.Builder.addSetDescriptions(Iterable<? extends DescriptionType> setDescriptions) Adds the given items to the value of "setDescriptions"SetType.Builder.addSetDescriptions(DescriptionType... setDescriptions) Adds the given items to the value of "setDescriptions"SetType.Builder<? extends ListSetsType.Builder<_B>>ListSetsType.Builder.addSets()Returns a new builder to build an additional value of the "Sets" property.static SetType.Builder<Void>SetType.builder()static SetType.Builder<Void>SetType.copyExcept(SetType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) SetType.Builder.copyOf(SetType.Builder _other) static <_B> SetType.Builder<_B>static <_B> SetType.Builder<_B>SetType.copyOf(SetType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static SetType.Builder<Void>SetType.newCopyBuilder()<_B> SetType.Builder<_B>SetType.newCopyBuilder(_B _parentBuilder) <_B> SetType.Builder<_B>SetType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) SetType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) SetType.Builder.withSetDescriptions(Iterable<? extends DescriptionType> setDescriptions) Sets the new value of "setDescriptions" (any previous value will be replaced)SetType.Builder.withSetDescriptions(DescriptionType... setDescriptions) Sets the new value of "setDescriptions" (any previous value will be replaced)SetType.Builder.withSetName(String setName) Sets the new value of "setName" (any previous value will be replaced)SetType.Builder.withSetSpec(String setSpec) Sets the new value of "setSpec" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return types with arguments of type SetType.BuilderModifier and TypeMethodDescriptionDescriptionType.Builder<? extends SetType.Builder<_B>>SetType.Builder.addSetDescriptions()Returns a new builder to build an additional value of the "SetDescriptions" property.Methods in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type SetType.BuilderModifier and TypeMethodDescriptionSetType.Builder.copyOf(SetType.Builder _other) <_B> voidSetType.copyTo(SetType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidSetType.copyTo(SetType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.