static Fault.Builder<Void> |
Fault.builder() |
|
static Fault.Builder<Void> |
Fault.copyExcept(Fault _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
Fault.Builder<_B> |
Fault.Builder.copyOf(Fault _other) |
|
Fault.Builder<_B> |
Fault.Builder.copyOf(Fault.Builder _other) |
|
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) |
|
Fault.Builder<Void> |
Fault.newCopyBuilder() |
|
<_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(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)
|