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