| Package | Description |
|---|---|
| org.w3.soap |
| Modifier and Type | Method and Description |
|---|---|
static Fault.Builder<Void> |
Fault.builder() |
static Fault.Builder<Void> |
Fault.copyExcept(Fault _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> Fault.Builder<_B> |
Fault.copyOf(Fault _other) |
static <_B> Fault.Builder<_B> |
Fault.copyOf(Fault _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static Fault.Builder<Void> |
Fault.copyOnly(Fault _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> Fault.Builder<_B> |
Fault.newCopyBuilder(_B _parentBuilder) |
<_B> Fault.Builder<_B> |
Fault.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
Fault.Builder<Void> |
Fault.newCopyBuilder() |
Fault.Builder<Void> |
Fault.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
Fault.Builder<_B> |
Fault.Builder.withCode(Faultcode code)
Sets the new value of "code" (any previous value will be replaced)
|
Fault.Builder<_B> |
Fault.Builder.withDetail(Detail detail)
Sets the new value of "detail" (any previous value will be replaced)
|
Fault.Builder<_B> |
Fault.Builder.withNode(String node)
Sets the new value of "node" (any previous value will be replaced)
|
Fault.Builder<_B> |
Fault.Builder.withReason(Faultreason reason)
Sets the new value of "reason" (any previous value will be replaced)
|
Fault.Builder<_B> |
Fault.Builder.withRole(String role)
Sets the new value of "role" (any previous value will be replaced)
|
| Modifier and Type | Method and Description |
|---|---|
Faultcode.Builder<? extends Fault.Builder<_B>> |
Fault.Builder.withCode()
Returns a new builder to build the value of the "code" property (replacing previous value).
|
Detail.Builder<? extends Fault.Builder<_B>> |
Fault.Builder.withDetail()
Returns a new builder to build the value of the "detail" property (replacing previous value).
|
Faultreason.Builder<? extends Fault.Builder<_B>> |
Fault.Builder.withReason()
Returns a new builder to build the value of the "reason" property (replacing previous value).
|
| Modifier and Type | Method and Description |
|---|---|
<_B> void |
Fault.copyTo(Fault.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
Fault.copyTo(Fault.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.