| Package | Description |
|---|---|
| org.w3.soap |
| Modifier and Type | Method and Description |
|---|---|
Faultreason.Builder<_B> |
Faultreason.Builder.addText(Iterable<? extends Reasontext> text)
Adds the given items to the value of "text"
|
Faultreason.Builder<_B> |
Faultreason.Builder.addText(Reasontext... text)
Adds the given items to the value of "text"
|
static Faultreason.Builder<Void> |
Faultreason.builder() |
static Faultreason.Builder<Void> |
Faultreason.copyExcept(Faultreason _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> Faultreason.Builder<_B> |
Faultreason.copyOf(Faultreason _other) |
static <_B> Faultreason.Builder<_B> |
Faultreason.copyOf(Faultreason _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static Faultreason.Builder<Void> |
Faultreason.copyOnly(Faultreason _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> Faultreason.Builder<_B> |
Faultreason.newCopyBuilder(_B _parentBuilder) |
<_B> Faultreason.Builder<_B> |
Faultreason.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
Faultreason.Builder<Void> |
Faultreason.newCopyBuilder() |
Faultreason.Builder<Void> |
Faultreason.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
Faultreason.Builder<? extends Fault.Builder<_B>> |
Fault.Builder.withReason()
Returns a new builder to build the value of the "reason" property (replacing previous value).
|
Faultreason.Builder<_B> |
Faultreason.Builder.withText(Iterable<? extends Reasontext> text)
Sets the new value of "text" (any previous value will be replaced)
|
Faultreason.Builder<_B> |
Faultreason.Builder.withText(Reasontext... text)
Sets the new value of "text" (any previous value will be replaced)
|
| Modifier and Type | Method and Description |
|---|---|
Reasontext.Builder<? extends Faultreason.Builder<_B>> |
Faultreason.Builder.addText()
Returns a new builder to build an additional value of the "Text" property.
|
| Modifier and Type | Method and Description |
|---|---|
<_B> void |
Faultreason.copyTo(Faultreason.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
Faultreason.copyTo(Faultreason.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.