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) |
|
Faultreason.Builder<_B> |
Faultreason.Builder.copyOf(Faultreason _other) |
|
Faultreason.Builder<_B> |
Faultreason.Builder.copyOf(Faultreason.Builder _other) |
|
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) |
|
Faultreason.Builder<Void> |
Faultreason.newCopyBuilder() |
|
<_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(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
Faultreason.Builder<? extends Fault.Builder<_B>> |
Fault.Builder.withReason() |
Returns the existing builder or a new builder to build the value of the "reason"
property.
|
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)
|