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