| Package | Description |
|---|---|
| org.xmlsoap.schemas.soap.envelope |
| 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.withDetail(Detail detail)
Sets the new value of "detail" (any previous value will be replaced)
|
Fault.Builder<_B> |
Fault.Builder.withFaultactor(String faultactor)
Sets the new value of "faultactor" (any previous value will be replaced)
|
Fault.Builder<_B> |
Fault.Builder.withFaultcode(QName faultcode)
Sets the new value of "faultcode" (any previous value will be replaced)
|
Fault.Builder<_B> |
Fault.Builder.withFaultstring(String faultstring)
Sets the new value of "faultstring" (any previous value will be replaced)
|
| Modifier and Type | Method and Description |
|---|---|
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 |
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.