| Package | Description |
|---|---|
| org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 |
| Modifier and Type | Method and Description |
|---|---|
PayloadInfo.Builder<_B> |
PayloadInfo.Builder.addPartInfo(Iterable<? extends PartInfo> partInfo)
Adds the given items to the value of "partInfo"
|
PayloadInfo.Builder<_B> |
PayloadInfo.Builder.addPartInfo(PartInfo... partInfo)
Adds the given items to the value of "partInfo"
|
static PayloadInfo.Builder<Void> |
PayloadInfo.builder() |
static PayloadInfo.Builder<Void> |
PayloadInfo.copyExcept(PayloadInfo _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> PayloadInfo.Builder<_B> |
PayloadInfo.copyOf(PayloadInfo _other) |
static <_B> PayloadInfo.Builder<_B> |
PayloadInfo.copyOf(PayloadInfo _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static PayloadInfo.Builder<Void> |
PayloadInfo.copyOnly(PayloadInfo _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> PayloadInfo.Builder<_B> |
PayloadInfo.newCopyBuilder(_B _parentBuilder) |
<_B> PayloadInfo.Builder<_B> |
PayloadInfo.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
PayloadInfo.Builder<Void> |
PayloadInfo.newCopyBuilder() |
PayloadInfo.Builder<Void> |
PayloadInfo.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
PayloadInfo.Builder<_B> |
PayloadInfo.Builder.withPartInfo(Iterable<? extends PartInfo> partInfo)
Sets the new value of "partInfo" (any previous value will be replaced)
|
PayloadInfo.Builder<_B> |
PayloadInfo.Builder.withPartInfo(PartInfo... partInfo)
Sets the new value of "partInfo" (any previous value will be replaced)
|
PayloadInfo.Builder<? extends UserMessage.Builder<_B>> |
UserMessage.Builder.withPayloadInfo()
Returns a new builder to build the value of the "payloadInfo" property (replacing previous value).
|
| Modifier and Type | Method and Description |
|---|---|
PartInfo.Builder<? extends PayloadInfo.Builder<_B>> |
PayloadInfo.Builder.addPartInfo()
Returns a new builder to build an additional value of the "PartInfo" property.
|
| Modifier and Type | Method and Description |
|---|---|
<_B> void |
PayloadInfo.copyTo(PayloadInfo.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
PayloadInfo.copyTo(PayloadInfo.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 © 2022 NorStella. All rights reserved.