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) |
|
Detail.Builder<_B> |
Detail.Builder.copyOf(Detail _other) |
|
Detail.Builder<_B> |
Detail.Builder.copyOf(Detail.Builder _other) |
|
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) |
|
Detail.Builder<Void> |
Detail.newCopyBuilder() |
|
<_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(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 the existing builder or a new builder to build the value of the "detail"
property.
|