Class Table.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.dataservice.Table.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Direct Known Subclasses:
Table.Builder
- Enclosing class:
- Table
-
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 TypeMethodDescriptionTableParam.Builder<? extends Table.Builder<_B>>Returns a new builder to build an additional value of the "Columns" property.addColumns(Iterable<? extends TableParam> columns) Adds the given items to the value of "columns"addColumns(TableParam... columns) Adds the given items to the value of "columns"ForeignKey.Builder<? extends Table.Builder<_B>>Returns a new builder to build an additional value of the "ForeignKeies" property.addForeignKeies(Iterable<? extends ForeignKey> foreignKeies) Adds the given items to the value of "foreignKeies"addForeignKeies(ForeignKey... foreignKeies) Adds the given items to the value of "foreignKeies"build()copyOf(Table.Builder _other) end()protected <_P extends Table>
_Pinit(_P _product) withColumns(Iterable<? extends TableParam> columns) Sets the new value of "columns" (any previous value will be replaced)withColumns(TableParam... columns) Sets the new value of "columns" (any previous value will be replaced)withDescription(String description) Sets the new value of "description" (any previous value will be replaced)withForeignKeies(Iterable<? extends ForeignKey> foreignKeies) Sets the new value of "foreignKeies" (any previous value will be replaced)withForeignKeies(ForeignKey... foreignKeies) Sets the new value of "foreignKeies" (any previous value will be replaced)Sets the new value of "name" (any previous value will be replaced)withNrows(BigInteger nrows) Sets the new value of "nrows" (any previous value will be replaced)Sets the new value of "title" (any previous value will be replaced)Sets the new value of "type" (any previous value will be replaced)Sets the new value of "utype" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
-
-
Method Details
-
end
-
init
-
withName
Sets the new value of "name" (any previous value will be replaced)- Parameters:
name- New value of the "name" property.
-
withTitle
Sets the new value of "title" (any previous value will be replaced)- Parameters:
title- New value of the "title" property.
-
withDescription
Sets the new value of "description" (any previous value will be replaced)- Parameters:
description- New value of the "description" property.
-
withUtype
Sets the new value of "utype" (any previous value will be replaced)- Parameters:
utype- New value of the "utype" property.
-
withNrows
Sets the new value of "nrows" (any previous value will be replaced)- Parameters:
nrows- New value of the "nrows" property.
-
addColumns
Adds the given items to the value of "columns"- Parameters:
columns- Items to add to the value of the "columns" property
-
withColumns
Sets the new value of "columns" (any previous value will be replaced)- Parameters:
columns- New value of the "columns" property.
-
addColumns
Adds the given items to the value of "columns"- Parameters:
columns- Items to add to the value of the "columns" property
-
withColumns
Sets the new value of "columns" (any previous value will be replaced)- Parameters:
columns- New value of the "columns" property.
-
addColumns
Returns a new builder to build an additional value of the "Columns" property. UseBaseParam.Builder.end()to return to the current builder.- Returns:
- a new builder to build an additional value of the "Columns" property.
Use
BaseParam.Builder.end()to return to the current builder.
-
addForeignKeies
Adds the given items to the value of "foreignKeies"- Parameters:
foreignKeies- Items to add to the value of the "foreignKeies" property
-
withForeignKeies
Sets the new value of "foreignKeies" (any previous value will be replaced)- Parameters:
foreignKeies- New value of the "foreignKeies" property.
-
addForeignKeies
Adds the given items to the value of "foreignKeies"- Parameters:
foreignKeies- Items to add to the value of the "foreignKeies" property
-
withForeignKeies
Sets the new value of "foreignKeies" (any previous value will be replaced)- Parameters:
foreignKeies- New value of the "foreignKeies" property.
-
addForeignKeies
Returns a new builder to build an additional value of the "ForeignKeies" property. UseForeignKey.Builder.end()to return to the current builder.- Returns:
- a new builder to build an additional value of the "ForeignKeies" property.
Use
ForeignKey.Builder.end()to return to the current builder.
-
withType
Sets the new value of "type" (any previous value will be replaced)- Parameters:
type- New value of the "type" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-