Class Tableset.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.dataservice.Tableset.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Direct Known Subclasses:
Tableset.Builder
- Enclosing class:
- Tableset
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.kscs.util.jaxb.Buildable
com.kscs.util.jaxb.Buildable.PrimitiveBuildable -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTableSchema.Builder<? extends Tableset.Builder<_B>>Returns a new builder to build an additional value of the "Schemas" property.addSchemas(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) end()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)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
-
-
Method Details
-
end
-
init
-
addSchemas
Adds the given items to the value of "schemas"- 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)- Parameters:
schemas- New value of the "schemas" property.
-
addSchemas
Adds the given items to the value of "schemas"- 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)- Parameters:
schemas- New value of the "schemas" property.
-
addSchemas
Returns a new builder to build an additional value of the "Schemas" property. UseTableSchema.Builder.end()to return to the current builder.- Returns:
- a new builder to build an additional value of the "Schemas" property.
Use
TableSchema.Builder.end()to return to the current builder.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-