| Modifier and Type | Field and Description |
|---|---|
protected _B |
_parentBuilder |
protected Messaging |
_storedValue |
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
Messaging _other,
boolean _copy) |
Builder(_B _parentBuilder,
Messaging _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
| Modifier and Type | Method and Description |
|---|---|
Messaging.Builder<_B> |
addAny(Iterable<?> any)
Adds the given items to the value of "any"
|
Messaging.Builder<_B> |
addAny(Object... any)
Adds the given items to the value of "any"
|
SignalMessage.Builder<? extends Messaging.Builder<_B>> |
addSignalMessage()
Returns a new builder to build an additional value of the "SignalMessage" property.
|
Messaging.Builder<_B> |
addSignalMessage(Iterable<? extends SignalMessage> signalMessage)
Adds the given items to the value of "signalMessage"
|
Messaging.Builder<_B> |
addSignalMessage(SignalMessage... signalMessage)
Adds the given items to the value of "signalMessage"
|
UserMessage.Builder<? extends Messaging.Builder<_B>> |
addUserMessage()
Returns a new builder to build an additional value of the "UserMessage" property.
|
Messaging.Builder<_B> |
addUserMessage(Iterable<? extends UserMessage> userMessage)
Adds the given items to the value of "userMessage"
|
Messaging.Builder<_B> |
addUserMessage(UserMessage... userMessage)
Adds the given items to the value of "userMessage"
|
Messaging |
build() |
_B |
end() |
protected <_P extends Messaging> |
init(_P _product) |
Messaging.Builder<_B> |
withAny(Iterable<?> any)
Sets the new value of "any" (any previous value will be replaced)
|
Messaging.Builder<_B> |
withAny(Object... any)
Sets the new value of "any" (any previous value will be replaced)
|
Messaging.Builder<_B> |
withId(String id)
Sets the new value of "id" (any previous value will be replaced)
|
Messaging.Builder<_B> |
withMustUnderstand(Boolean mustUnderstand)
Sets the new value of "mustUnderstand" (any previous value will be replaced)
|
Messaging.Builder<_B> |
withMustUnderstand12(Boolean mustUnderstand12)
Sets the new value of "mustUnderstand12" (any previous value will be replaced)
|
Messaging.Builder<_B> |
withSignalMessage(Iterable<? extends SignalMessage> signalMessage)
Sets the new value of "signalMessage" (any previous value will be replaced)
|
Messaging.Builder<_B> |
withSignalMessage(SignalMessage... signalMessage)
Sets the new value of "signalMessage" (any previous value will be replaced)
|
Messaging.Builder<_B> |
withUserMessage(Iterable<? extends UserMessage> userMessage)
Sets the new value of "userMessage" (any previous value will be replaced)
|
Messaging.Builder<_B> |
withUserMessage(UserMessage... userMessage)
Sets the new value of "userMessage" (any previous value will be replaced)
|
protected final _B _parentBuilder
protected final Messaging _storedValue
public _B end()
protected <_P extends Messaging> _P init(_P _product)
public Messaging.Builder<_B> addSignalMessage(Iterable<? extends SignalMessage> signalMessage)
signalMessage - Items to add to the value of the "signalMessage" propertypublic Messaging.Builder<_B> withSignalMessage(Iterable<? extends SignalMessage> signalMessage)
signalMessage - New value of the "signalMessage" property.public Messaging.Builder<_B> addSignalMessage(SignalMessage... signalMessage)
signalMessage - Items to add to the value of the "signalMessage" propertypublic Messaging.Builder<_B> withSignalMessage(SignalMessage... signalMessage)
signalMessage - New value of the "signalMessage" property.public SignalMessage.Builder<? extends Messaging.Builder<_B>> addSignalMessage()
SignalMessage.Builder.end() to return to the current builder.SignalMessage.Builder.end() to return to the current builder.public Messaging.Builder<_B> addUserMessage(Iterable<? extends UserMessage> userMessage)
userMessage - Items to add to the value of the "userMessage" propertypublic Messaging.Builder<_B> withUserMessage(Iterable<? extends UserMessage> userMessage)
userMessage - New value of the "userMessage" property.public Messaging.Builder<_B> addUserMessage(UserMessage... userMessage)
userMessage - Items to add to the value of the "userMessage" propertypublic Messaging.Builder<_B> withUserMessage(UserMessage... userMessage)
userMessage - New value of the "userMessage" property.public UserMessage.Builder<? extends Messaging.Builder<_B>> addUserMessage()
UserMessage.Builder.end() to return to the current builder.UserMessage.Builder.end() to return to the current builder.public Messaging.Builder<_B> addAny(Iterable<?> any)
any - Items to add to the value of the "any" propertypublic Messaging.Builder<_B> withAny(Iterable<?> any)
any - New value of the "any" property.public Messaging.Builder<_B> addAny(Object... any)
any - Items to add to the value of the "any" propertypublic Messaging.Builder<_B> withAny(Object... any)
any - New value of the "any" property.public Messaging.Builder<_B> withId(String id)
id - New value of the "id" property.public Messaging.Builder<_B> withMustUnderstand(Boolean mustUnderstand)
mustUnderstand - New value of the "mustUnderstand" property.public Messaging.Builder<_B> withMustUnderstand12(Boolean mustUnderstand12)
mustUnderstand12 - New value of the "mustUnderstand12" property.public Messaging build()
build in interface com.kscs.util.jaxb.BuildableCopyright © 2021 NorStella. All rights reserved.