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