static PartyInfo.Builder<Void> |
PartyInfo.builder() |
|
static PartyInfo.Builder<Void> |
PartyInfo.copyExcept(PartyInfo _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
PartyInfo.Builder<_B> |
PartyInfo.Builder.copyOf(PartyInfo _other) |
|
PartyInfo.Builder<_B> |
PartyInfo.Builder.copyOf(PartyInfo.Builder _other) |
|
static <_B> PartyInfo.Builder<_B> |
PartyInfo.copyOf(PartyInfo _other) |
|
static <_B> PartyInfo.Builder<_B> |
PartyInfo.copyOf(PartyInfo _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
static PartyInfo.Builder<Void> |
PartyInfo.copyOnly(PartyInfo _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
PartyInfo.Builder<Void> |
PartyInfo.newCopyBuilder() |
|
<_B> PartyInfo.Builder<_B> |
PartyInfo.newCopyBuilder(_B _parentBuilder) |
|
<_B> PartyInfo.Builder<_B> |
PartyInfo.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
PartyInfo.Builder<Void> |
PartyInfo.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
PartyInfo.Builder<_B> |
PartyInfo.Builder.withFrom(From from) |
Sets the new value of "from" (any previous value will be replaced)
|
PartyInfo.Builder<? extends UserMessage.Builder<_B>> |
UserMessage.Builder.withPartyInfo() |
Returns the existing builder or a new builder to build the value of the
"partyInfo" property.
|
PartyInfo.Builder<_B> |
PartyInfo.Builder.withTo(To to) |
Sets the new value of "to" (any previous value will be replaced)
|