Uses of Class
org.javastro.ivoa.entities.resource.standard.Schema.Builder
Packages that use Schema.Builder
-
Uses of Schema.Builder in org.javastro.ivoa.entities.resource.standard
Methods in org.javastro.ivoa.entities.resource.standard that return Schema.BuilderModifier and TypeMethodDescriptionSchema.Builder.addExamples(Iterable<? extends String> examples) Adds the given items to the value of "examples"Schema.Builder.addExamples(String... examples) Adds the given items to the value of "examples"Schema.Builder<? extends Standard.Builder<_B>>Standard.Builder.addSchemas()Returns a new builder to build an additional value of the "Schemas" property.static Schema.Builder<Void>Schema.builder()static Schema.Builder<Void>Schema.copyExcept(Schema _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Schema.Builder.copyOf(Schema.Builder _other) static <_B> Schema.Builder<_B>static <_B> Schema.Builder<_B>Schema.copyOf(Schema _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Schema.Builder<Void>Schema.newCopyBuilder()<_B> Schema.Builder<_B>Schema.newCopyBuilder(_B _parentBuilder) <_B> Schema.Builder<_B>Schema.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Schema.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Schema.Builder.withDescription(String description) Sets the new value of "description" (any previous value will be replaced)Schema.Builder.withExamples(Iterable<? extends String> examples) Sets the new value of "examples" (any previous value will be replaced)Schema.Builder.withExamples(String... examples) Sets the new value of "examples" (any previous value will be replaced)Schema.Builder.withLocation(String location) Sets the new value of "location" (any previous value will be replaced)Schema.Builder.withNamespace(String namespace) Sets the new value of "namespace" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.standard with parameters of type Schema.BuilderModifier and TypeMethodDescriptionSchema.Builder.copyOf(Schema.Builder _other) <_B> voidSchema.copyTo(Schema.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidSchema.copyTo(Schema.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.