| Package | Description |
|---|---|
| org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 |
| Modifier and Type | Method and Description |
|---|---|
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) |
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) |
<_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() |
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)
|
| Modifier and Type | Method and Description |
|---|---|
Description.Builder<? extends Error.Builder<_B>> |
Error.Builder.withDescription()
Returns a new builder to build the value of the "description" property (replacing previous value).
|
| Modifier and Type | Method and Description |
|---|---|
<_B> void |
Error.copyTo(Error.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
Error.copyTo(Error.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
Copyright © 2022 NorStella. All rights reserved.