Uses of Class
org.javastro.ivoa.entities.resource.standard.ServiceStandard.Builder
Packages that use ServiceStandard.Builder
-
Uses of ServiceStandard.Builder in org.javastro.ivoa.entities.resource.standard
Methods in org.javastro.ivoa.entities.resource.standard that return ServiceStandard.BuilderModifier and TypeMethodDescriptionServiceStandard.Builder.addAltIdentifiers(Iterable<? extends String> altIdentifiers) Adds the given items to the value of "altIdentifiers"ServiceStandard.Builder.addAltIdentifiers(String... altIdentifiers) Adds the given items to the value of "altIdentifiers"ServiceStandard.Builder.addEndorsedVersions(Iterable<? extends EndorsedVersion> endorsedVersions) Adds the given items to the value of "endorsedVersions"ServiceStandard.Builder.addEndorsedVersions(EndorsedVersion... endorsedVersions) Adds the given items to the value of "endorsedVersions"ServiceStandard.Builder.addInterfaces(Iterable<? extends ServiceInterface> interfaces) Adds the given items to the value of "interfaces"ServiceStandard.Builder.addInterfaces(ServiceInterface... interfaces) Adds the given items to the value of "interfaces"ServiceStandard.Builder.addKeies(Iterable<? extends StandardKey> keies) Adds the given items to the value of "keies"ServiceStandard.Builder.addKeies(StandardKey... keies) Adds the given items to the value of "keies"ServiceStandard.Builder.addSchemas(Iterable<? extends Schema> schemas) Adds the given items to the value of "schemas"ServiceStandard.Builder.addSchemas(Schema... schemas) Adds the given items to the value of "schemas"ServiceStandard.Builder.addValidationLevels(Iterable<? extends Validation> validationLevels) Adds the given items to the value of "validationLevels"ServiceStandard.Builder.addValidationLevels(Validation... validationLevels) Adds the given items to the value of "validationLevels"static ServiceStandard.Builder<Void>ServiceStandard.builder()static ServiceStandard.Builder<Void>ServiceStandard.copyExcept(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static ServiceStandard.Builder<Void>ServiceStandard.copyExcept(ServiceStandard _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static ServiceStandard.Builder<Void>ServiceStandard.copyExcept(Standard _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ServiceStandard.Builder.copyOf(ServiceStandard _other) ServiceStandard.Builder.copyOf(ServiceStandard.Builder _other) static <_B> ServiceStandard.Builder<_B>static <_B> ServiceStandard.Builder<_B>ServiceStandard.copyOf(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> ServiceStandard.Builder<_B>ServiceStandard.copyOf(ServiceStandard _other) static <_B> ServiceStandard.Builder<_B>ServiceStandard.copyOf(ServiceStandard _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> ServiceStandard.Builder<_B>static <_B> ServiceStandard.Builder<_B>ServiceStandard.copyOf(Standard _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static ServiceStandard.Builder<Void>static ServiceStandard.Builder<Void>ServiceStandard.copyOnly(ServiceStandard _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static ServiceStandard.Builder<Void>ServiceStandard.newCopyBuilder()<_B> ServiceStandard.Builder<_B>ServiceStandard.newCopyBuilder(_B _parentBuilder) <_B> ServiceStandard.Builder<_B>ServiceStandard.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ServiceStandard.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ServiceStandard.Builder.withAltIdentifiers(Iterable<? extends String> altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)ServiceStandard.Builder.withAltIdentifiers(String... altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)ServiceStandard.Builder.withContent(Content content) Sets the new value of "content" (any previous value will be replaced)ServiceStandard.Builder.withCreated(ZonedDateTime created) Sets the new value of "created" (any previous value will be replaced)ServiceStandard.Builder.withCuration(Curation curation) Sets the new value of "curation" (any previous value will be replaced)ServiceStandard.Builder.withDeprecated(String deprecated) Sets the new value of "deprecated" (any previous value will be replaced)ServiceStandard.Builder.withEndorsedVersions(Iterable<? extends EndorsedVersion> endorsedVersions) Sets the new value of "endorsedVersions" (any previous value will be replaced)ServiceStandard.Builder.withEndorsedVersions(EndorsedVersion... endorsedVersions) Sets the new value of "endorsedVersions" (any previous value will be replaced)ServiceStandard.Builder.withIdentifier(String identifier) Sets the new value of "identifier" (any previous value will be replaced)ServiceStandard.Builder.withInterfaces(Iterable<? extends ServiceInterface> interfaces) Sets the new value of "interfaces" (any previous value will be replaced)ServiceStandard.Builder.withInterfaces(ServiceInterface... interfaces) Sets the new value of "interfaces" (any previous value will be replaced)ServiceStandard.Builder.withKeies(Iterable<? extends StandardKey> keies) Sets the new value of "keies" (any previous value will be replaced)ServiceStandard.Builder.withKeies(StandardKey... keies) Sets the new value of "keies" (any previous value will be replaced)ServiceStandard.Builder.withSchemas(Iterable<? extends Schema> schemas) Sets the new value of "schemas" (any previous value will be replaced)ServiceStandard.Builder.withSchemas(Schema... schemas) Sets the new value of "schemas" (any previous value will be replaced)ServiceStandard.Builder.withShortName(String shortName) Sets the new value of "shortName" (any previous value will be replaced)ServiceStandard.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)ServiceStandard.Builder.withUpdated(ZonedDateTime updated) Sets the new value of "updated" (any previous value will be replaced)ServiceStandard.Builder.withValidationLevels(Iterable<? extends Validation> validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)ServiceStandard.Builder.withValidationLevels(Validation... validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)ServiceStandard.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 ServiceStandard.BuilderModifier and TypeMethodDescriptionContent.Builder<? extends ServiceStandard.Builder<_B>>ServiceStandard.Builder.withContent()Returns the existing builder or a new builder to build the value of the "content" property.Curation.Builder<? extends ServiceStandard.Builder<_B>>ServiceStandard.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 ServiceStandard.BuilderModifier and TypeMethodDescriptionServiceStandard.Builder.copyOf(ServiceStandard.Builder _other) <_B> voidServiceStandard.copyTo(ServiceStandard.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidServiceStandard.copyTo(ServiceStandard.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.