public static class SignalMessage.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
| Modifier and Type | Field and Description |
|---|---|
protected _B |
_parentBuilder |
protected SignalMessage |
_storedValue |
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
SignalMessage _other,
boolean _copy) |
Builder(_B _parentBuilder,
SignalMessage _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
| Modifier and Type | Method and Description |
|---|---|
SignalMessage.Builder<_B> |
addAny(Iterable<?> any)
Adds the given items to the value of "any"
|
SignalMessage.Builder<_B> |
addAny(Object... any)
Adds the given items to the value of "any"
|
Error.Builder<? extends SignalMessage.Builder<_B>> |
addError()
Returns a new builder to build an additional value of the "Error" property.
|
SignalMessage.Builder<_B> |
addError(Error... error)
Adds the given items to the value of "error"
|
SignalMessage.Builder<_B> |
addError(Iterable<? extends Error> error)
Adds the given items to the value of "error"
|
SignalMessage |
build() |
_B |
end() |
protected <_P extends SignalMessage> |
init(_P _product) |
SignalMessage.Builder<_B> |
withAny(Iterable<?> any)
Sets the new value of "any" (any previous value will be replaced)
|
SignalMessage.Builder<_B> |
withAny(Object... any)
Sets the new value of "any" (any previous value will be replaced)
|
SignalMessage.Builder<_B> |
withError(Error... error)
Sets the new value of "error" (any previous value will be replaced)
|
SignalMessage.Builder<_B> |
withError(Iterable<? extends Error> error)
Sets the new value of "error" (any previous value will be replaced)
|
MessageInfo.Builder<? extends SignalMessage.Builder<_B>> |
withMessageInfo()
Returns a new builder to build the value of the "messageInfo" property (replacing previous value).
|
SignalMessage.Builder<_B> |
withMessageInfo(MessageInfo messageInfo)
Sets the new value of "messageInfo" (any previous value will be replaced)
|
PullRequest.Builder<? extends SignalMessage.Builder<_B>> |
withPullRequest()
Returns a new builder to build the value of the "pullRequest" property (replacing previous value).
|
SignalMessage.Builder<_B> |
withPullRequest(PullRequest pullRequest)
Sets the new value of "pullRequest" (any previous value will be replaced)
|
Receipt.Builder<? extends SignalMessage.Builder<_B>> |
withReceipt()
Returns a new builder to build the value of the "receipt" property (replacing previous value).
|
SignalMessage.Builder<_B> |
withReceipt(Receipt receipt)
Sets the new value of "receipt" (any previous value will be replaced)
|
protected final _B _parentBuilder
protected final SignalMessage _storedValue
public Builder(_B _parentBuilder, SignalMessage _other, boolean _copy)
public Builder(_B _parentBuilder, SignalMessage _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public _B end()
protected <_P extends SignalMessage> _P init(_P _product)
public SignalMessage.Builder<_B> withMessageInfo(MessageInfo messageInfo)
messageInfo - New value of the "messageInfo" property.public MessageInfo.Builder<? extends SignalMessage.Builder<_B>> withMessageInfo()
MessageInfo.Builder.end() to return to the current builder.MessageInfo.Builder.end() to return to the current builder.public SignalMessage.Builder<_B> withPullRequest(PullRequest pullRequest)
pullRequest - New value of the "pullRequest" property.public PullRequest.Builder<? extends SignalMessage.Builder<_B>> withPullRequest()
PullRequest.Builder.end() to return to the current builder.PullRequest.Builder.end() to return to the current builder.public SignalMessage.Builder<_B> withReceipt(Receipt receipt)
receipt - New value of the "receipt" property.public Receipt.Builder<? extends SignalMessage.Builder<_B>> withReceipt()
Receipt.Builder.end() to return to the current builder.Receipt.Builder.end() to return to the current builder.public SignalMessage.Builder<_B> addError(Iterable<? extends Error> error)
error - Items to add to the value of the "error" propertypublic SignalMessage.Builder<_B> withError(Iterable<? extends Error> error)
error - New value of the "error" property.public SignalMessage.Builder<_B> addError(Error... error)
error - Items to add to the value of the "error" propertypublic SignalMessage.Builder<_B> withError(Error... error)
error - New value of the "error" property.public Error.Builder<? extends SignalMessage.Builder<_B>> addError()
Error.Builder.end() to return to the current builder.Error.Builder.end() to return to the current builder.public SignalMessage.Builder<_B> addAny(Iterable<?> any)
any - Items to add to the value of the "any" propertypublic SignalMessage.Builder<_B> withAny(Iterable<?> any)
any - New value of the "any" property.public SignalMessage.Builder<_B> addAny(Object... any)
any - Items to add to the value of the "any" propertypublic SignalMessage.Builder<_B> withAny(Object... any)
any - New value of the "any" property.public SignalMessage build()
build in interface com.kscs.util.jaxb.BuildableCopyright © 2021 NorStella. All rights reserved.