| Package | Description |
|---|---|
| org.w3.soap |
| Modifier and Type | Method and Description |
|---|---|
Body.Builder<_B> |
Body.Builder.addAny(Iterable<?> any)
Adds the given items to the value of "any"
|
Body.Builder<_B> |
Body.Builder.addAny(Object... any)
Adds the given items to the value of "any"
|
static Body.Builder<Void> |
Body.builder() |
static Body.Builder<Void> |
Body.copyExcept(Body _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> Body.Builder<_B> |
Body.copyOf(Body _other) |
static <_B> Body.Builder<_B> |
Body.copyOf(Body _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static Body.Builder<Void> |
Body.copyOnly(Body _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> Body.Builder<_B> |
Body.newCopyBuilder(_B _parentBuilder) |
<_B> Body.Builder<_B> |
Body.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
Body.Builder<Void> |
Body.newCopyBuilder() |
Body.Builder<Void> |
Body.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
Body.Builder<_B> |
Body.Builder.withAny(Iterable<?> any)
Sets the new value of "any" (any previous value will be replaced)
|
Body.Builder<_B> |
Body.Builder.withAny(Object... any)
Sets the new value of "any" (any previous value will be replaced)
|
Body.Builder<? extends Envelope.Builder<_B>> |
Envelope.Builder.withBody()
Returns a new builder to build the value of the "body" property (replacing previous value).
|
| Modifier and Type | Method and Description |
|---|---|
<_B> void |
Body.copyTo(Body.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
Body.copyTo(Body.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.