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