| Modifier and Type | Field and Description |
|---|---|
protected _B |
_parentBuilder |
protected Error |
_storedValue |
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
Error _other,
boolean _copy) |
Builder(_B _parentBuilder,
Error _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
| Modifier and Type | Method and Description |
|---|---|
Error |
build() |
_B |
end() |
protected <_P extends Error> |
init(_P _product) |
Error.Builder<_B> |
withCategory(String category)
Sets the new value of "category" (any previous value will be replaced)
|
Description.Builder<? extends Error.Builder<_B>> |
withDescription()
Returns a new builder to build the value of the "description" property (replacing previous value).
|
Error.Builder<_B> |
withDescription(Description description)
Sets the new value of "description" (any previous value will be replaced)
|
Error.Builder<_B> |
withErrorCode(String errorCode)
Sets the new value of "errorCode" (any previous value will be replaced)
|
Error.Builder<_B> |
withErrorDetail(String errorDetail)
Sets the new value of "errorDetail" (any previous value will be replaced)
|
Error.Builder<_B> |
withOrigin(String origin)
Sets the new value of "origin" (any previous value will be replaced)
|
Error.Builder<_B> |
withRefToMessageInError(String refToMessageInError)
Sets the new value of "refToMessageInError" (any previous value will be replaced)
|
Error.Builder<_B> |
withSeverity(String severity)
Sets the new value of "severity" (any previous value will be replaced)
|
Error.Builder<_B> |
withShortDescription(String shortDescription)
Sets the new value of "shortDescription" (any previous value will be replaced)
|
protected final _B _parentBuilder
protected final Error _storedValue
public _B end()
protected <_P extends Error> _P init(_P _product)
public Error.Builder<_B> withDescription(Description description)
description - New value of the "description" property.public Description.Builder<? extends Error.Builder<_B>> withDescription()
Description.Builder.end() to return to the current builder.Description.Builder.end() to return to the current builder.public Error.Builder<_B> withErrorDetail(String errorDetail)
errorDetail - New value of the "errorDetail" property.public Error.Builder<_B> withCategory(String category)
category - New value of the "category" property.public Error.Builder<_B> withRefToMessageInError(String refToMessageInError)
refToMessageInError - New value of the "refToMessageInError" property.public Error.Builder<_B> withErrorCode(String errorCode)
errorCode - New value of the "errorCode" property.public Error.Builder<_B> withOrigin(String origin)
origin - New value of the "origin" property.public Error.Builder<_B> withSeverity(String severity)
severity - New value of the "severity" property.public Error.Builder<_B> withShortDescription(String shortDescription)
shortDescription - New value of the "shortDescription" property.public Error build()
build in interface com.kscs.util.jaxb.BuildableCopyright © 2021 NorStella. All rights reserved.