Uses of Class
org.javastro.ivoa.entities.resource.Curation.Builder
Packages that use Curation.Builder
Package
Description
-
Uses of Curation.Builder in org.javastro.ivoa.entities.resource
Methods in org.javastro.ivoa.entities.resource that return Curation.BuilderModifier and TypeMethodDescriptionCuration.Builder.addContacts(Iterable<? extends Contact> contacts) Adds the given items to the value of "contacts"Curation.Builder.addContacts(Contact... contacts) Adds the given items to the value of "contacts"Curation.Builder.addContributors(Iterable<? extends ResourceName> contributors) Adds the given items to the value of "contributors"Curation.Builder.addContributors(ResourceName... contributors) Adds the given items to the value of "contributors"Curation.Builder.addCreators(Iterable<? extends Creator> creators) Adds the given items to the value of "creators"Curation.Builder.addCreators(Creator... creators) Adds the given items to the value of "creators"Adds the given items to the value of "dates"Adds the given items to the value of "dates"static Curation.Builder<Void>Curation.builder()static Curation.Builder<Void>Curation.copyExcept(Curation _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Curation.Builder.copyOf(Curation.Builder _other) static <_B> Curation.Builder<_B>static <_B> Curation.Builder<_B>Curation.copyOf(Curation _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Curation.Builder<Void>Curation.newCopyBuilder()<_B> Curation.Builder<_B>Curation.newCopyBuilder(_B _parentBuilder) <_B> Curation.Builder<_B>Curation.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Curation.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Curation.Builder.withContacts(Iterable<? extends Contact> contacts) Sets the new value of "contacts" (any previous value will be replaced)Curation.Builder.withContacts(Contact... contacts) Sets the new value of "contacts" (any previous value will be replaced)Curation.Builder.withContributors(Iterable<? extends ResourceName> contributors) Sets the new value of "contributors" (any previous value will be replaced)Curation.Builder.withContributors(ResourceName... contributors) Sets the new value of "contributors" (any previous value will be replaced)Curation.Builder.withCreators(Iterable<? extends Creator> creators) Sets the new value of "creators" (any previous value will be replaced)Curation.Builder.withCreators(Creator... creators) Sets the new value of "creators" (any previous value will be replaced)Curation.Builder<? extends Organisation.Builder<_B>>Organisation.Builder.withCuration()Returns the existing builder or a new builder to build the value of the "curation" property.Curation.Builder<? extends Resource.Builder<_B>>Resource.Builder.withCuration()Returns the existing builder or a new builder to build the value of the "curation" property.Curation.Builder<? extends Service.Builder<_B>>Service.Builder.withCuration()Returns the existing builder or a new builder to build the value of the "curation" property.Sets the new value of "dates" (any previous value will be replaced)Sets the new value of "dates" (any previous value will be replaced)Curation.Builder.withPublisher(ResourceName publisher) Sets the new value of "publisher" (any previous value will be replaced)Curation.Builder.withVersion(String version) Sets the new value of "version" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource that return types with arguments of type Curation.BuilderModifier and TypeMethodDescriptionContact.Builder<? extends Curation.Builder<_B>>Curation.Builder.addContacts()Returns a new builder to build an additional value of the "Contacts" property.ResourceName.Builder<? extends Curation.Builder<_B>>Curation.Builder.addContributors()Returns a new builder to build an additional value of the "Contributors" property.Creator.Builder<? extends Curation.Builder<_B>>Curation.Builder.addCreators()Returns a new builder to build an additional value of the "Creators" property.Date.Builder<? extends Curation.Builder<_B>>Curation.Builder.addDates()Returns a new builder to build an additional value of the "Dates" property.ResourceName.Builder<? extends Curation.Builder<_B>>Curation.Builder.withPublisher()Returns the existing builder or a new builder to build the value of the "publisher" property.Methods in org.javastro.ivoa.entities.resource with parameters of type Curation.BuilderModifier and TypeMethodDescriptionCuration.Builder.copyOf(Curation.Builder _other) <_B> voidCuration.copyTo(Curation.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidCuration.copyTo(Curation.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder. -
Uses of Curation.Builder in org.javastro.ivoa.entities.resource.applications
Methods in org.javastro.ivoa.entities.resource.applications that return Curation.BuilderModifier and TypeMethodDescriptionCuration.Builder<? extends Application.Builder<_B>>Application.Builder.withCuration()Returns the existing builder or a new builder to build the value of the "curation" property.Curation.Builder<? extends DesktopApplication.Builder<_B>>DesktopApplication.Builder.withCuration()Returns the existing builder or a new builder to build the value of the "curation" property.Curation.Builder<? extends SoftwareLibrary.Builder<_B>>SoftwareLibrary.Builder.withCuration()Returns the existing builder or a new builder to build the value of the "curation" property. -
Uses of Curation.Builder in org.javastro.ivoa.entities.resource.dataservice
Methods in org.javastro.ivoa.entities.resource.dataservice that return Curation.BuilderModifier and TypeMethodDescriptionCuration.Builder<? extends CatalogResource.Builder<_B>>CatalogResource.Builder.withCuration()Returns the existing builder or a new builder to build the value of the "curation" property.Curation.Builder<? extends CatalogService.Builder<_B>>CatalogService.Builder.withCuration()Returns the existing builder or a new builder to build the value of the "curation" property.Curation.Builder<? extends DataCollection.Builder<_B>>DataCollection.Builder.withCuration()Returns the existing builder or a new builder to build the value of the "curation" property.Curation.Builder<? extends DataResource.Builder<_B>>DataResource.Builder.withCuration()Returns the existing builder or a new builder to build the value of the "curation" property.Curation.Builder<? extends DataService.Builder<_B>>DataService.Builder.withCuration()Returns the existing builder or a new builder to build the value of the "curation" property.Curation.Builder<? extends StandardSTC.Builder<_B>>StandardSTC.Builder.withCuration()Returns the existing builder or a new builder to build the value of the "curation" property. -
Uses of Curation.Builder in org.javastro.ivoa.entities.resource.registry
Methods in org.javastro.ivoa.entities.resource.registry that return Curation.BuilderModifier and TypeMethodDescriptionCuration.Builder<? extends Authority.Builder<_B>>Authority.Builder.withCuration()Returns the existing builder or a new builder to build the value of the "curation" property.Curation.Builder<? extends Registry.Builder<_B>>Registry.Builder.withCuration()Returns the existing builder or a new builder to build the value of the "curation" property. -
Uses of Curation.Builder in org.javastro.ivoa.entities.resource.standard
Methods in org.javastro.ivoa.entities.resource.standard that return Curation.BuilderModifier and TypeMethodDescriptionCuration.Builder<? extends ServiceStandard.Builder<_B>>ServiceStandard.Builder.withCuration()Returns the existing builder or a new builder to build the value of the "curation" property.Curation.Builder<? extends Standard.Builder<_B>>Standard.Builder.withCuration()Returns the existing builder or a new builder to build the value of the "curation" property.Curation.Builder<? extends StandardKeyEnumeration.Builder<_B>>StandardKeyEnumeration.Builder.withCuration()Returns the existing builder or a new builder to build the value of the "curation" property.