| Package | Description |
|---|---|
| org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 |
| Modifier and Type | Method and Description |
|---|---|
Receipt.Builder<_B> |
Receipt.Builder.addAny(Iterable<?> any)
Adds the given items to the value of "any"
|
Receipt.Builder<_B> |
Receipt.Builder.addAny(Object... any)
Adds the given items to the value of "any"
|
static Receipt.Builder<Void> |
Receipt.builder() |
static Receipt.Builder<Void> |
Receipt.copyExcept(Receipt _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> Receipt.Builder<_B> |
Receipt.copyOf(Receipt _other) |
static <_B> Receipt.Builder<_B> |
Receipt.copyOf(Receipt _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static Receipt.Builder<Void> |
Receipt.copyOnly(Receipt _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> Receipt.Builder<_B> |
Receipt.newCopyBuilder(_B _parentBuilder) |
<_B> Receipt.Builder<_B> |
Receipt.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
Receipt.Builder<Void> |
Receipt.newCopyBuilder() |
Receipt.Builder<Void> |
Receipt.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
Receipt.Builder<_B> |
Receipt.Builder.withAny(Iterable<?> any)
Sets the new value of "any" (any previous value will be replaced)
|
Receipt.Builder<_B> |
Receipt.Builder.withAny(Object... any)
Sets the new value of "any" (any previous value will be replaced)
|
Receipt.Builder<? extends SignalMessage.Builder<_B>> |
SignalMessage.Builder.withReceipt()
Returns a new builder to build the value of the "receipt" property (replacing previous value).
|
| Modifier and Type | Method and Description |
|---|---|
<_B> void |
Receipt.copyTo(Receipt.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
Receipt.copyTo(Receipt.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
Copyright © 2021 NorStella. All rights reserved.