Class TableSchema.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.dataservice.TableSchema.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- TableSchema
-
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
ConstructorsConstructorDescriptionBuilder(_B _parentBuilder, TableSchema _other, boolean _copy) Builder(_B _parentBuilder, TableSchema _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionTable.Builder<? extends TableSchema.Builder<_B>>Returns a new builder to build an additional value of the "Tables" property.Adds the given items to the value of "tables"Adds the given items to the value of "tables"build()copyOf(TableSchema _other) copyOf(TableSchema.Builder _other) end()protected <_P extends TableSchema>
_Pinit(_P _product) 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)withTables(Iterable<? extends Table> tables) Sets the new value of "tables" (any previous value will be replaced)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)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, TableSchema _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
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.
-
addTables
Adds the given items to the value of "tables"- Parameters:
tables- Items to add to the value of the "tables" property
-
withTables
Sets the new value of "tables" (any previous value will be replaced)- Parameters:
tables- New value of the "tables" property.
-
addTables
Adds the given items to the value of "tables"- Parameters:
tables- Items to add to the value of the "tables" property
-
withTables
Sets the new value of "tables" (any previous value will be replaced)- Parameters:
tables- New value of the "tables" property.
-
addTables
Returns a new builder to build an additional value of the "Tables" property. UseTable.Builder.end()to return to the current builder.- Returns:
- a new builder to build an additional value of the "Tables" property.
Use
Table.Builder.end()to return to the current builder.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-