Uses of Class
org.javastro.ivoa.entities.resource.standard.Standard.Builder
Packages that use Standard.Builder
-
Uses of Standard.Builder in org.javastro.ivoa.entities.resource.standard
Subclasses of Standard.Builder in org.javastro.ivoa.entities.resource.standardMethods in org.javastro.ivoa.entities.resource.standard that return Standard.BuilderModifier and TypeMethodDescriptionStandard.Builder.addAltIdentifiers(Iterable<? extends String> altIdentifiers) Adds the given items to the value of "altIdentifiers"Standard.Builder.addAltIdentifiers(String... altIdentifiers) Adds the given items to the value of "altIdentifiers"Standard.Builder.addEndorsedVersions(Iterable<? extends EndorsedVersion> endorsedVersions) Adds the given items to the value of "endorsedVersions"Standard.Builder.addEndorsedVersions(EndorsedVersion... endorsedVersions) Adds the given items to the value of "endorsedVersions"Standard.Builder.addKeies(Iterable<? extends StandardKey> keies) Adds the given items to the value of "keies"Standard.Builder.addKeies(StandardKey... keies) Adds the given items to the value of "keies"Standard.Builder.addSchemas(Iterable<? extends Schema> schemas) Adds the given items to the value of "schemas"Standard.Builder.addSchemas(Schema... schemas) Adds the given items to the value of "schemas"Standard.Builder.addValidationLevels(Iterable<? extends Validation> validationLevels) Adds the given items to the value of "validationLevels"Standard.Builder.addValidationLevels(Validation... validationLevels) Adds the given items to the value of "validationLevels"static Standard.Builder<Void>Standard.builder()static Standard.Builder<Void>Standard.copyExcept(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Standard.Builder<Void>Standard.copyExcept(Standard _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Standard.Builder.copyOf(Standard.Builder _other) static <_B> Standard.Builder<_B>static <_B> Standard.Builder<_B>Standard.copyOf(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> Standard.Builder<_B>static <_B> Standard.Builder<_B>Standard.copyOf(Standard _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Standard.Builder<Void>static Standard.Builder<Void>Standard.newCopyBuilder()<_B> Standard.Builder<_B>Standard.newCopyBuilder(_B _parentBuilder) <_B> Standard.Builder<_B>Standard.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Standard.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Standard.Builder.withAltIdentifiers(Iterable<? extends String> altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)Standard.Builder.withAltIdentifiers(String... altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)Standard.Builder.withContent(Content content) Sets the new value of "content" (any previous value will be replaced)Standard.Builder.withCreated(ZonedDateTime created) Sets the new value of "created" (any previous value will be replaced)Standard.Builder.withCuration(Curation curation) Sets the new value of "curation" (any previous value will be replaced)Standard.Builder.withDeprecated(String deprecated) Sets the new value of "deprecated" (any previous value will be replaced)Standard.Builder.withEndorsedVersions(Iterable<? extends EndorsedVersion> endorsedVersions) Sets the new value of "endorsedVersions" (any previous value will be replaced)Standard.Builder.withEndorsedVersions(EndorsedVersion... endorsedVersions) Sets the new value of "endorsedVersions" (any previous value will be replaced)Standard.Builder.withIdentifier(String identifier) Sets the new value of "identifier" (any previous value will be replaced)Standard.Builder.withKeies(Iterable<? extends StandardKey> keies) Sets the new value of "keies" (any previous value will be replaced)Standard.Builder.withKeies(StandardKey... keies) Sets the new value of "keies" (any previous value will be replaced)Standard.Builder.withSchemas(Iterable<? extends Schema> schemas) Sets the new value of "schemas" (any previous value will be replaced)Standard.Builder.withSchemas(Schema... schemas) Sets the new value of "schemas" (any previous value will be replaced)Standard.Builder.withShortName(String shortName) Sets the new value of "shortName" (any previous value will be replaced)Standard.Builder.withStatus(String status) Sets the new value of "status" (any previous value will be replaced)Sets the new value of "title" (any previous value will be replaced)Standard.Builder.withUpdated(ZonedDateTime updated) Sets the new value of "updated" (any previous value will be replaced)Standard.Builder.withValidationLevels(Iterable<? extends Validation> validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)Standard.Builder.withValidationLevels(Validation... validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)Standard.Builder.withVersion(String version) Sets the new value of "version" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.standard that return types with arguments of type Standard.BuilderModifier and TypeMethodDescriptionEndorsedVersion.Builder<? extends Standard.Builder<_B>>Standard.Builder.addEndorsedVersions()Returns a new builder to build an additional value of the "EndorsedVersions" property.StandardKey.Builder<? extends Standard.Builder<_B>>Standard.Builder.addKeies()Returns a new builder to build an additional value of the "Keies" property.Schema.Builder<? extends Standard.Builder<_B>>Standard.Builder.addSchemas()Returns a new builder to build an additional value of the "Schemas" property.Content.Builder<? extends Standard.Builder<_B>>Standard.Builder.withContent()Returns the existing builder or a new builder to build the value of the "content" 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.Methods in org.javastro.ivoa.entities.resource.standard with parameters of type Standard.BuilderModifier and TypeMethodDescriptionStandard.Builder.copyOf(Standard.Builder _other) <_B> voidStandard.copyTo(Standard.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidStandard.copyTo(Standard.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.