Class ForeignKey.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.dataservice.ForeignKey.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- ForeignKey
-
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, ForeignKey _other, boolean _copy) Builder(_B _parentBuilder, ForeignKey _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionFKColumn.Builder<? extends ForeignKey.Builder<_B>>Returns a new builder to build an additional value of the "FkColumns" property.addFkColumns(Iterable<? extends FKColumn> fkColumns) Adds the given items to the value of "fkColumns"addFkColumns(FKColumn... fkColumns) Adds the given items to the value of "fkColumns"build()copyOf(ForeignKey _other) copyOf(ForeignKey.Builder _other) end()protected <_P extends ForeignKey>
_Pinit(_P _product) withDescription(String description) Sets the new value of "description" (any previous value will be replaced)withFkColumns(Iterable<? extends FKColumn> fkColumns) Sets the new value of "fkColumns" (any previous value will be replaced)withFkColumns(FKColumn... fkColumns) Sets the new value of "fkColumns" (any previous value will be replaced)withTargetTable(String targetTable) Sets the new value of "targetTable" (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, ForeignKey _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
end
-
init
-
withTargetTable
Sets the new value of "targetTable" (any previous value will be replaced)- Parameters:
targetTable- New value of the "targetTable" property.
-
addFkColumns
Adds the given items to the value of "fkColumns"- Parameters:
fkColumns- Items to add to the value of the "fkColumns" property
-
withFkColumns
Sets the new value of "fkColumns" (any previous value will be replaced)- Parameters:
fkColumns- New value of the "fkColumns" property.
-
addFkColumns
Adds the given items to the value of "fkColumns"- Parameters:
fkColumns- Items to add to the value of the "fkColumns" property
-
withFkColumns
Sets the new value of "fkColumns" (any previous value will be replaced)- Parameters:
fkColumns- New value of the "fkColumns" property.
-
addFkColumns
Returns a new builder to build an additional value of the "FkColumns" property. UseFKColumn.Builder.end()to return to the current builder.- Returns:
- a new builder to build an additional value of the "FkColumns" property.
Use
FKColumn.Builder.end()to return to the current builder.
-
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.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-