| Modifier and Type | Field and Description |
|---|---|
protected _B |
_parentBuilder |
protected Body |
_storedValue |
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
Body _other,
boolean _copy) |
Builder(_B _parentBuilder,
Body _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
| Modifier and Type | Method and Description |
|---|---|
Body.Builder<_B> |
addAny(Iterable<?> any)
Adds the given items to the value of "any"
|
Body.Builder<_B> |
addAny(Object... any)
Adds the given items to the value of "any"
|
Body |
build() |
_B |
end() |
protected <_P extends Body> |
init(_P _product) |
Body.Builder<_B> |
withAny(Iterable<?> any)
Sets the new value of "any" (any previous value will be replaced)
|
Body.Builder<_B> |
withAny(Object... any)
Sets the new value of "any" (any previous value will be replaced)
|
protected final _B _parentBuilder
protected final Body _storedValue
public _B end()
protected <_P extends Body> _P init(_P _product)
public Body.Builder<_B> addAny(Iterable<?> any)
any - Items to add to the value of the "any" propertypublic Body.Builder<_B> withAny(Iterable<?> any)
any - New value of the "any" property.public Body.Builder<_B> addAny(Object... any)
any - Items to add to the value of the "any" propertypublic Body.Builder<_B> withAny(Object... any)
any - New value of the "any" property.public Body build()
build in interface com.kscs.util.jaxb.BuildableCopyright © 2022 NorStella. All rights reserved.