Uses of Class
org.javastro.ivoa.entities.resource.dataservice.DataCollection.Builder
Packages that use DataCollection.Builder
-
Uses of DataCollection.Builder in org.javastro.ivoa.entities.resource.dataservice
Methods in org.javastro.ivoa.entities.resource.dataservice that return DataCollection.BuilderModifier and TypeMethodDescriptionDataCollection.Builder.addAltIdentifiers(Iterable<? extends String> altIdentifiers) Adds the given items to the value of "altIdentifiers"DataCollection.Builder.addAltIdentifiers(String... altIdentifiers) Adds the given items to the value of "altIdentifiers"DataCollection.Builder.addFacilities(Iterable<? extends ResourceName> facilities) Adds the given items to the value of "facilities"DataCollection.Builder.addFacilities(ResourceName... facilities) Adds the given items to the value of "facilities"DataCollection.Builder.addFormats(Iterable<? extends Format> formats) Adds the given items to the value of "formats"DataCollection.Builder.addFormats(Format... formats) Adds the given items to the value of "formats"DataCollection.Builder.addInstruments(Iterable<? extends ResourceName> instruments) Adds the given items to the value of "instruments"DataCollection.Builder.addInstruments(ResourceName... instruments) Adds the given items to the value of "instruments"Adds the given items to the value of "rights"Adds the given items to the value of "rights"DataCollection.Builder.addValidationLevels(Iterable<? extends Validation> validationLevels) Adds the given items to the value of "validationLevels"DataCollection.Builder.addValidationLevels(Validation... validationLevels) Adds the given items to the value of "validationLevels"static DataCollection.Builder<Void>DataCollection.builder()static DataCollection.Builder<Void>DataCollection.copyExcept(DataCollection _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static DataCollection.Builder<Void>DataCollection.copyExcept(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree) DataCollection.Builder.copyOf(DataCollection _other) DataCollection.Builder.copyOf(DataCollection.Builder _other) static <_B> DataCollection.Builder<_B>DataCollection.copyOf(DataCollection _other) static <_B> DataCollection.Builder<_B>DataCollection.copyOf(DataCollection _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> DataCollection.Builder<_B>static <_B> DataCollection.Builder<_B>DataCollection.copyOf(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static DataCollection.Builder<Void>DataCollection.copyOnly(DataCollection _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static DataCollection.Builder<Void>DataCollection.newCopyBuilder()<_B> DataCollection.Builder<_B>DataCollection.newCopyBuilder(_B _parentBuilder) <_B> DataCollection.Builder<_B>DataCollection.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) DataCollection.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) DataCollection.Builder.withAccessURL(AccessURL accessURL) Sets the new value of "accessURL" (any previous value will be replaced)DataCollection.Builder.withAltIdentifiers(Iterable<? extends String> altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)DataCollection.Builder.withAltIdentifiers(String... altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)DataCollection.Builder.withContent(Content content) Sets the new value of "content" (any previous value will be replaced)DataCollection.Builder.withCoverage(Coverage coverage) Sets the new value of "coverage" (any previous value will be replaced)DataCollection.Builder.withCreated(LocalDateTime created) Sets the new value of "created" (any previous value will be replaced)DataCollection.Builder.withCuration(Curation curation) Sets the new value of "curation" (any previous value will be replaced)DataCollection.Builder.withFacilities(Iterable<? extends ResourceName> facilities) Sets the new value of "facilities" (any previous value will be replaced)DataCollection.Builder.withFacilities(ResourceName... facilities) Sets the new value of "facilities" (any previous value will be replaced)DataCollection.Builder.withFormats(Iterable<? extends Format> formats) Sets the new value of "formats" (any previous value will be replaced)DataCollection.Builder.withFormats(Format... formats) Sets the new value of "formats" (any previous value will be replaced)DataCollection.Builder.withIdentifier(String identifier) Sets the new value of "identifier" (any previous value will be replaced)DataCollection.Builder.withInstruments(Iterable<? extends ResourceName> instruments) Sets the new value of "instruments" (any previous value will be replaced)DataCollection.Builder.withInstruments(ResourceName... instruments) Sets the new value of "instruments" (any previous value will be replaced)DataCollection.Builder.withRights(Iterable<? extends Rights> rights) Sets the new value of "rights" (any previous value will be replaced)DataCollection.Builder.withRights(Rights... rights) Sets the new value of "rights" (any previous value will be replaced)DataCollection.Builder.withShortName(String shortName) Sets the new value of "shortName" (any previous value will be replaced)DataCollection.Builder.withStatus(String status) Sets the new value of "status" (any previous value will be replaced)DataCollection.Builder.withTableset(Tableset tableset) Sets the new value of "tableset" (any previous value will be replaced)Sets the new value of "title" (any previous value will be replaced)DataCollection.Builder.withUpdated(LocalDateTime updated) Sets the new value of "updated" (any previous value will be replaced)DataCollection.Builder.withValidationLevels(Iterable<? extends Validation> validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)DataCollection.Builder.withValidationLevels(Validation... validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)DataCollection.Builder.withVersion(String version) Sets the new value of "version" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.dataservice that return types with arguments of type DataCollection.BuilderModifier and TypeMethodDescriptionResourceName.Builder<? extends DataCollection.Builder<_B>>DataCollection.Builder.addFacilities()Returns a new builder to build an additional value of the "Facilities" property.Format.Builder<? extends DataCollection.Builder<_B>>DataCollection.Builder.addFormats()Returns a new builder to build an additional value of the "Formats" property.ResourceName.Builder<? extends DataCollection.Builder<_B>>DataCollection.Builder.addInstruments()Returns a new builder to build an additional value of the "Instruments" property.Rights.Builder<? extends DataCollection.Builder<_B>>DataCollection.Builder.addRights()Returns a new builder to build an additional value of the "Rights" property.AccessURL.Builder<? extends DataCollection.Builder<_B>>DataCollection.Builder.withAccessURL()Returns the existing builder or a new builder to build the value of the "accessURL" property.Content.Builder<? extends DataCollection.Builder<_B>>DataCollection.Builder.withContent()Returns the existing builder or a new builder to build the value of the "content" property.Coverage.Builder<? extends DataCollection.Builder<_B>>DataCollection.Builder.withCoverage()Returns the existing builder or a new builder to build the value of the "coverage" 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.Tableset.Builder<? extends DataCollection.Builder<_B>>DataCollection.Builder.withTableset()Returns the existing builder or a new builder to build the value of the "tableset" property.Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type DataCollection.BuilderModifier and TypeMethodDescriptionDataCollection.Builder.copyOf(DataCollection.Builder _other) <_B> voidDataCollection.copyTo(DataCollection.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidDataCollection.copyTo(DataCollection.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.