Error.Builder<? extends SignalMessage.Builder<_B>> |
SignalMessage.Builder.addError() |
Returns a new builder to build an additional value of the "Error" property.
|
static Error.Builder<Void> |
Error.builder() |
|
static Error.Builder<Void> |
Error.copyExcept(Error _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
Error.Builder<_B> |
Error.Builder.copyOf(Error _other) |
|
Error.Builder<_B> |
Error.Builder.copyOf(Error.Builder _other) |
|
static <_B> Error.Builder<_B> |
Error.copyOf(Error _other) |
|
static <_B> Error.Builder<_B> |
Error.copyOf(Error _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
static Error.Builder<Void> |
Error.copyOnly(Error _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
Error.Builder<Void> |
Error.newCopyBuilder() |
|
<_B> Error.Builder<_B> |
Error.newCopyBuilder(_B _parentBuilder) |
|
<_B> Error.Builder<_B> |
Error.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
Error.Builder<Void> |
Error.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
Error.Builder<_B> |
Error.Builder.withCategory(String category) |
Sets the new value of "category" (any previous value will be replaced)
|
Error.Builder<_B> |
Error.Builder.withDescription(Description description) |
Sets the new value of "description" (any previous value will be replaced)
|
Error.Builder<_B> |
Error.Builder.withErrorCode(String errorCode) |
Sets the new value of "errorCode" (any previous value will be replaced)
|
Error.Builder<_B> |
Error.Builder.withErrorDetail(String errorDetail) |
Sets the new value of "errorDetail" (any previous value will be replaced)
|
Error.Builder<_B> |
Error.Builder.withOrigin(String origin) |
Sets the new value of "origin" (any previous value will be replaced)
|
Error.Builder<_B> |
Error.Builder.withRefToMessageInError(String refToMessageInError) |
Sets the new value of "refToMessageInError" (any previous value will be
replaced)
|
Error.Builder<_B> |
Error.Builder.withSeverity(String severity) |
Sets the new value of "severity" (any previous value will be replaced)
|
Error.Builder<_B> |
Error.Builder.withShortDescription(String shortDescription) |
Sets the new value of "shortDescription" (any previous value will be replaced)
|