public class Error extends Object
Java class for Error complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Error">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Description" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}Description" minOccurs="0"/>
<element name="ErrorDetail" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
</sequence>
<attribute name="category" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="refToMessageInError" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="errorCode" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="origin" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="severity" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="shortDescription" type="{http://www.w3.org/2001/XMLSchema}token" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Error.Builder<_B> |
static class |
Error.Select |
static class |
Error.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected Description |
description |
protected String |
errorCode |
protected String |
errorDetail |
protected String |
origin |
protected String |
refToMessageInError |
protected String |
severity |
protected String |
shortDescription |
| Constructor and Description |
|---|
Error() |
| Modifier and Type | Method and Description |
|---|---|
static Error.Builder<Void> |
builder() |
static Error.Builder<Void> |
copyExcept(Error _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> Error.Builder<_B> |
copyOf(Error _other) |
static <_B> Error.Builder<_B> |
copyOf(Error _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static Error.Builder<Void> |
copyOnly(Error _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(Error.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
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.
|
String |
getCategory()
Gets the value of the category property.
|
Description |
getDescription()
Gets the value of the description property.
|
String |
getErrorCode()
Gets the value of the errorCode property.
|
String |
getErrorDetail()
Gets the value of the errorDetail property.
|
String |
getOrigin()
Gets the value of the origin property.
|
String |
getRefToMessageInError()
Gets the value of the refToMessageInError property.
|
String |
getSeverity()
Gets the value of the severity property.
|
String |
getShortDescription()
Gets the value of the shortDescription property.
|
<_B> Error.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> Error.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
Error.Builder<Void> |
newCopyBuilder() |
Error.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setErrorCode(String value)
Sets the value of the errorCode property.
|
void |
setErrorDetail(String value)
Sets the value of the errorDetail property.
|
void |
setOrigin(String value)
Sets the value of the origin property.
|
void |
setRefToMessageInError(String value)
Sets the value of the refToMessageInError property.
|
void |
setSeverity(String value)
Sets the value of the severity property.
|
void |
setShortDescription(String value)
Sets the value of the shortDescription property.
|
protected Description description
protected String errorDetail
protected String category
protected String refToMessageInError
protected String errorCode
protected String origin
protected String severity
protected String shortDescription
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic String getErrorDetail()
Stringpublic void setErrorDetail(String value)
value - allowed object is
Stringpublic String getCategory()
Stringpublic void setCategory(String value)
value - allowed object is
Stringpublic String getRefToMessageInError()
Stringpublic void setRefToMessageInError(String value)
value - allowed object is
Stringpublic String getErrorCode()
Stringpublic void setErrorCode(String value)
value - allowed object is
Stringpublic String getOrigin()
Stringpublic void setOrigin(String value)
value - allowed object is
Stringpublic String getSeverity()
Stringpublic void setSeverity(String value)
value - allowed object is
Stringpublic String getShortDescription()
Stringpublic void setShortDescription(String value)
value - allowed object is
Stringpublic <_B> void copyTo(Error.Builder<_B> _other)
copyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.Error) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> Error.Builder<_B> newCopyBuilder(_B _parentBuilder)
public Error.Builder<Void> newCopyBuilder()
public static Error.Builder<Void> builder()
public static <_B> Error.Builder<_B> copyOf(Error _other)
public <_B> void copyTo(Error.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
copyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.Error) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> Error.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public Error.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> Error.Builder<_B> copyOf(Error _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static Error.Builder<Void> copyExcept(Error _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static Error.Builder<Void> copyOnly(Error _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2022 NorStella. All rights reserved.