| Modifier and Type | Field and Description |
|---|---|
protected _B |
_parentBuilder |
protected Simple |
_storedValue |
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
Simple _other,
boolean _copy) |
Builder(_B _parentBuilder,
Simple _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
| Modifier and Type | Method and Description |
|---|---|
Simple.Builder<_B> |
addContent(Iterable<?> content)
Adds the given items to the value of "content"
|
Simple.Builder<_B> |
addContent(Object... content)
Adds the given items to the value of "content"
|
Simple |
build() |
_B |
end() |
protected <_P extends Simple> |
init(_P _product) |
Simple.Builder<_B> |
withActuate(ActuateType actuate)
Sets the new value of "actuate" (any previous value will be replaced)
|
Simple.Builder<_B> |
withArcrole(String arcrole)
Sets the new value of "arcrole" (any previous value will be replaced)
|
Simple.Builder<_B> |
withContent(Iterable<?> content)
Sets the new value of "content" (any previous value will be replaced)
|
Simple.Builder<_B> |
withContent(Object... content)
Sets the new value of "content" (any previous value will be replaced)
|
Simple.Builder<_B> |
withHref(String href)
Sets the new value of "href" (any previous value will be replaced)
|
Simple.Builder<_B> |
withRole(String role)
Sets the new value of "role" (any previous value will be replaced)
|
Simple.Builder<_B> |
withShow(ShowType show)
Sets the new value of "show" (any previous value will be replaced)
|
Simple.Builder<_B> |
withTitle(String title)
Sets the new value of "title" (any previous value will be replaced)
|
Simple.Builder<_B> |
withType(TypeType type)
Sets the new value of "type" (any previous value will be replaced)
|
protected final _B _parentBuilder
protected final Simple _storedValue
public _B end()
protected <_P extends Simple> _P init(_P _product)
public Simple.Builder<_B> addContent(Iterable<?> content)
content - Items to add to the value of the "content" propertypublic Simple.Builder<_B> withContent(Iterable<?> content)
content - New value of the "content" property.public Simple.Builder<_B> addContent(Object... content)
content - Items to add to the value of the "content" propertypublic Simple.Builder<_B> withContent(Object... content)
content - New value of the "content" property.public Simple.Builder<_B> withType(TypeType type)
type - New value of the "type" property.public Simple.Builder<_B> withHref(String href)
href - New value of the "href" property.public Simple.Builder<_B> withRole(String role)
role - New value of the "role" property.public Simple.Builder<_B> withArcrole(String arcrole)
arcrole - New value of the "arcrole" property.public Simple.Builder<_B> withTitle(String title)
title - New value of the "title" property.public Simple.Builder<_B> withShow(ShowType show)
show - New value of the "show" property.public Simple.Builder<_B> withActuate(ActuateType actuate)
actuate - New value of the "actuate" property.public Simple build()
build in interface com.kscs.util.jaxb.BuildableCopyright © 2022 NorStella. All rights reserved.