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