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