Uses of Class
org.javastro.ivoa.entities.resource.dataservice.TableSchema.Builder
Packages that use TableSchema.Builder
-
Uses of TableSchema.Builder in org.javastro.ivoa.entities.resource.dataservice
Methods in org.javastro.ivoa.entities.resource.dataservice that return TableSchema.BuilderModifier and TypeMethodDescriptionTableSchema.Builder<? extends Tableset.Builder<_B>>Tableset.Builder.addSchemas()Returns a new builder to build an additional value of the "Schemas" property.Adds the given items to the value of "tables"Adds the given items to the value of "tables"static TableSchema.Builder<Void>TableSchema.builder()static TableSchema.Builder<Void>TableSchema.copyExcept(TableSchema _other, com.kscs.util.jaxb.PropertyTree _propertyTree) TableSchema.Builder.copyOf(TableSchema _other) TableSchema.Builder.copyOf(TableSchema.Builder _other) static <_B> TableSchema.Builder<_B>TableSchema.copyOf(TableSchema _other) static <_B> TableSchema.Builder<_B>TableSchema.copyOf(TableSchema _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static TableSchema.Builder<Void>TableSchema.copyOnly(TableSchema _other, com.kscs.util.jaxb.PropertyTree _propertyTree) TableSchema.newCopyBuilder()<_B> TableSchema.Builder<_B>TableSchema.newCopyBuilder(_B _parentBuilder) <_B> TableSchema.Builder<_B>TableSchema.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) TableSchema.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) TableSchema.Builder.withDescription(String description) Sets the new value of "description" (any previous value will be replaced)Sets the new value of "name" (any previous value will be replaced)TableSchema.Builder.withTables(Iterable<? extends Table> tables) Sets the new value of "tables" (any previous value will be replaced)TableSchema.Builder.withTables(Table... tables) Sets the new value of "tables" (any previous value will be replaced)Sets the new value of "title" (any previous value will be replaced)Sets the new value of "utype" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.dataservice that return types with arguments of type TableSchema.BuilderModifier and TypeMethodDescriptionTable.Builder<? extends TableSchema.Builder<_B>>TableSchema.Builder.addTables()Returns a new builder to build an additional value of the "Tables" property.Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type TableSchema.BuilderModifier and TypeMethodDescriptionTableSchema.Builder.copyOf(TableSchema.Builder _other) <_B> voidTableSchema.copyTo(TableSchema.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidTableSchema.copyTo(TableSchema.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.