public static class ManifestType.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
| Modifier and Type | Field and Description |
|---|---|
protected _B |
_parentBuilder |
protected ManifestType |
_storedValue |
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
ManifestType _other,
boolean _copy) |
Builder(_B _parentBuilder,
ManifestType _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
| Modifier and Type | Method and Description |
|---|---|
ReferenceType.Builder<? extends ManifestType.Builder<_B>> |
addReference()
Returns a new builder to build an additional value of the "Reference" property.
|
ManifestType.Builder<_B> |
addReference(Iterable<? extends ReferenceType> reference)
Adds the given items to the value of "reference"
|
ManifestType.Builder<_B> |
addReference(ReferenceType... reference)
Adds the given items to the value of "reference"
|
ManifestType |
build() |
_B |
end() |
protected <_P extends ManifestType> |
init(_P _product) |
ManifestType.Builder<_B> |
withId(String id)
Sets the new value of "id" (any previous value will be replaced)
|
ManifestType.Builder<_B> |
withReference(Iterable<? extends ReferenceType> reference)
Sets the new value of "reference" (any previous value will be replaced)
|
ManifestType.Builder<_B> |
withReference(ReferenceType... reference)
Sets the new value of "reference" (any previous value will be replaced)
|
protected final _B _parentBuilder
protected final ManifestType _storedValue
public Builder(_B _parentBuilder, ManifestType _other, boolean _copy)
public Builder(_B _parentBuilder, ManifestType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public _B end()
protected <_P extends ManifestType> _P init(_P _product)
public ManifestType.Builder<_B> addReference(Iterable<? extends ReferenceType> reference)
reference - Items to add to the value of the "reference" propertypublic ManifestType.Builder<_B> withReference(Iterable<? extends ReferenceType> reference)
reference - New value of the "reference" property.public ManifestType.Builder<_B> addReference(ReferenceType... reference)
reference - Items to add to the value of the "reference" propertypublic ManifestType.Builder<_B> withReference(ReferenceType... reference)
reference - New value of the "reference" property.public ReferenceType.Builder<? extends ManifestType.Builder<_B>> addReference()
ReferenceType.Builder.end() to return to the current builder.ReferenceType.Builder.end() to return to the current builder.public ManifestType.Builder<_B> withId(String id)
id - New value of the "id" property.public ManifestType build()
build in interface com.kscs.util.jaxb.BuildableCopyright © 2022 NorStella. All rights reserved.