Class Messaging.Builder<_B>
- java.lang.Object
-
- org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.Messaging.Builder<_B>
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected Messaging_storedValue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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"Messagingbuild()Messaging.Builder<_B>copyOf(Messaging _other)Messaging.Builder<_B>copyOf(Messaging.Builder _other)_Bend()protected <_P extends Messaging>
_Pinit(_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)
-
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends Messaging> _P init(_P _product)
-
addSignalMessage
public Messaging.Builder<_B> addSignalMessage(Iterable<? extends SignalMessage> signalMessage)
Adds the given items to the value of "signalMessage"- Parameters:
signalMessage- Items to add to the value of the "signalMessage" property
-
withSignalMessage
public Messaging.Builder<_B> withSignalMessage(Iterable<? extends SignalMessage> signalMessage)
Sets the new value of "signalMessage" (any previous value will be replaced)- Parameters:
signalMessage- New value of the "signalMessage" property.
-
addSignalMessage
public Messaging.Builder<_B> addSignalMessage(SignalMessage... signalMessage)
Adds the given items to the value of "signalMessage"- Parameters:
signalMessage- Items to add to the value of the "signalMessage" property
-
withSignalMessage
public Messaging.Builder<_B> withSignalMessage(SignalMessage... signalMessage)
Sets the new value of "signalMessage" (any previous value will be replaced)- Parameters:
signalMessage- New value of the "signalMessage" property.
-
addSignalMessage
public SignalMessage.Builder<? extends Messaging.Builder<_B>> addSignalMessage()
Returns a new builder to build an additional value of the "SignalMessage" property. UseSignalMessage.Builder.end()to return to the current builder.- Returns:
- a new builder to build an additional value of the "SignalMessage" property.
Use
SignalMessage.Builder.end()to return to the current builder.
-
addUserMessage
public Messaging.Builder<_B> addUserMessage(Iterable<? extends UserMessage> userMessage)
Adds the given items to the value of "userMessage"- Parameters:
userMessage- Items to add to the value of the "userMessage" property
-
withUserMessage
public Messaging.Builder<_B> withUserMessage(Iterable<? extends UserMessage> userMessage)
Sets the new value of "userMessage" (any previous value will be replaced)- Parameters:
userMessage- New value of the "userMessage" property.
-
addUserMessage
public Messaging.Builder<_B> addUserMessage(UserMessage... userMessage)
Adds the given items to the value of "userMessage"- Parameters:
userMessage- Items to add to the value of the "userMessage" property
-
withUserMessage
public Messaging.Builder<_B> withUserMessage(UserMessage... userMessage)
Sets the new value of "userMessage" (any previous value will be replaced)- Parameters:
userMessage- New value of the "userMessage" property.
-
addUserMessage
public UserMessage.Builder<? extends Messaging.Builder<_B>> addUserMessage()
Returns a new builder to build an additional value of the "UserMessage" property. UseUserMessage.Builder.end()to return to the current builder.- Returns:
- a new builder to build an additional value of the "UserMessage" property.
Use
UserMessage.Builder.end()to return to the current builder.
-
addAny
public Messaging.Builder<_B> addAny(Iterable<?> any)
Adds the given items to the value of "any"- Parameters:
any- Items to add to the value of the "any" property
-
withAny
public Messaging.Builder<_B> withAny(Iterable<?> any)
Sets the new value of "any" (any previous value will be replaced)- Parameters:
any- New value of the "any" property.
-
addAny
public Messaging.Builder<_B> addAny(Object... any)
Adds the given items to the value of "any"- Parameters:
any- Items to add to the value of the "any" property
-
withAny
public Messaging.Builder<_B> withAny(Object... any)
Sets the new value of "any" (any previous value will be replaced)- Parameters:
any- New value of the "any" property.
-
withId
public Messaging.Builder<_B> withId(String id)
Sets the new value of "id" (any previous value will be replaced)- Parameters:
id- New value of the "id" property.
-
withMustUnderstand
public Messaging.Builder<_B> withMustUnderstand(Boolean mustUnderstand)
Sets the new value of "mustUnderstand" (any previous value will be replaced)- Parameters:
mustUnderstand- New value of the "mustUnderstand" property.
-
withMustUnderstand12
public Messaging.Builder<_B> withMustUnderstand12(Boolean mustUnderstand12)
Sets the new value of "mustUnderstand12" (any previous value will be replaced)- Parameters:
mustUnderstand12- New value of the "mustUnderstand12" property.
-
build
public Messaging build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public Messaging.Builder<_B> copyOf(Messaging _other)
-
copyOf
public Messaging.Builder<_B> copyOf(Messaging.Builder _other)
-
-