Class Tableset.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.dataservice.Tableset.Builder<_B>
org.javastro.ivoa.entities.vosi.tables.Tableset.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- Tableset
public static class Tableset.Builder<_B>
extends Tableset.Builder<_B>
implements com.kscs.util.jaxb.Buildable
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.kscs.util.jaxb.Buildable
com.kscs.util.jaxb.Buildable.PrimitiveBuildable -
Field Summary
Fields inherited from class org.javastro.ivoa.entities.resource.dataservice.Tableset.Builder
_parentBuilder, _storedValue -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSchemas(Iterable<? extends TableSchema> schemas) Adds the given items to the value of "schemas"addSchemas(TableSchema... schemas) Adds the given items to the value of "schemas"build()copyOf(Tableset.Builder _other) protected <_P extends Tableset>
_Pinit(_P _product) withSchemas(Iterable<? extends TableSchema> schemas) Sets the new value of "schemas" (any previous value will be replaced)withSchemas(TableSchema... schemas) Sets the new value of "schemas" (any previous value will be replaced)Methods inherited from class org.javastro.ivoa.entities.resource.dataservice.Tableset.Builder
addSchemas, copyOf, copyOf, end, init
-
Constructor Details
-
Builder
-
Builder
-
-
Method Details
-
init
-
addSchemas
Adds the given items to the value of "schemas"- Overrides:
addSchemasin classTableset.Builder<_B>- Parameters:
schemas- Items to add to the value of the "schemas" property
-
addSchemas
Adds the given items to the value of "schemas"- Overrides:
addSchemasin classTableset.Builder<_B>- Parameters:
schemas- Items to add to the value of the "schemas" property
-
withSchemas
Sets the new value of "schemas" (any previous value will be replaced)- Overrides:
withSchemasin classTableset.Builder<_B>- Parameters:
schemas- New value of the "schemas" property.
-
withSchemas
Sets the new value of "schemas" (any previous value will be replaced)- Overrides:
withSchemasin classTableset.Builder<_B>- Parameters:
schemas- New value of the "schemas" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable- Overrides:
buildin classTableset.Builder<_B>
-
copyOf
-
copyOf
-