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