Class Error
- java.lang.Object
-
- org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.Error
-
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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classError.Builder<_B>static classError.Selectstatic classError.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
-
Field Summary
Fields Modifier and Type Field Description protected Stringcategoryprotected Descriptiondescriptionprotected StringerrorCodeprotected StringerrorDetailprotected Stringoriginprotected StringrefToMessageInErrorprotected Stringseverityprotected StringshortDescription
-
Constructor Summary
Constructors Constructor Description Error()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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> voidcopyTo(Error.Builder<_B> _other)Copies all state of this object to a builder.<_B> voidcopyTo(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.StringgetCategory()Gets the value of the category property.DescriptiongetDescription()Gets the value of the description property.StringgetErrorCode()Gets the value of the errorCode property.StringgetErrorDetail()Gets the value of the errorDetail property.StringgetOrigin()Gets the value of the origin property.StringgetRefToMessageInError()Gets the value of the refToMessageInError property.StringgetSeverity()Gets the value of the severity property.StringgetShortDescription()Gets the value of the shortDescription property.Error.Builder<Void>newCopyBuilder()<_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(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)voidsetCategory(String value)Sets the value of the category property.voidsetDescription(Description value)Sets the value of the description property.voidsetErrorCode(String value)Sets the value of the errorCode property.voidsetErrorDetail(String value)Sets the value of the errorDetail property.voidsetOrigin(String value)Sets the value of the origin property.voidsetRefToMessageInError(String value)Sets the value of the refToMessageInError property.voidsetSeverity(String value)Sets the value of the severity property.voidsetShortDescription(String value)Sets the value of the shortDescription property.
-
-
-
Field Detail
-
description
protected Description description
-
errorDetail
protected String errorDetail
-
category
protected String category
-
refToMessageInError
protected String refToMessageInError
-
errorCode
protected String errorCode
-
origin
protected String origin
-
severity
protected String severity
-
shortDescription
protected String shortDescription
-
-
Method Detail
-
getDescription
public Description getDescription()
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
public void setDescription(Description value)
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
getErrorDetail
public String getErrorDetail()
Gets the value of the errorDetail property.- Returns:
- possible object is
String
-
setErrorDetail
public void setErrorDetail(String value)
Sets the value of the errorDetail property.- Parameters:
value- allowed object isString
-
getCategory
public String getCategory()
Gets the value of the category property.- Returns:
- possible object is
String
-
setCategory
public void setCategory(String value)
Sets the value of the category property.- Parameters:
value- allowed object isString
-
getRefToMessageInError
public String getRefToMessageInError()
Gets the value of the refToMessageInError property.- Returns:
- possible object is
String
-
setRefToMessageInError
public void setRefToMessageInError(String value)
Sets the value of the refToMessageInError property.- Parameters:
value- allowed object isString
-
getErrorCode
public String getErrorCode()
Gets the value of the errorCode property.- Returns:
- possible object is
String
-
setErrorCode
public void setErrorCode(String value)
Sets the value of the errorCode property.- Parameters:
value- allowed object isString
-
getOrigin
public String getOrigin()
Gets the value of the origin property.- Returns:
- possible object is
String
-
setOrigin
public void setOrigin(String value)
Sets the value of the origin property.- Parameters:
value- allowed object isString
-
getSeverity
public String getSeverity()
Gets the value of the severity property.- Returns:
- possible object is
String
-
setSeverity
public void setSeverity(String value)
Sets the value of the severity property.- Parameters:
value- allowed object isString
-
getShortDescription
public String getShortDescription()
Gets the value of the shortDescription property.- Returns:
- possible object is
String
-
setShortDescription
public void setShortDescription(String value)
Sets the value of the shortDescription property.- Parameters:
value- allowed object isString
-
copyTo
public <_B> void copyTo(Error.Builder<_B> _other)
Copies all state of this object to a builder. This method is used by thecopyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.Error)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> Error.Builder<_B> newCopyBuilder(_B _parentBuilder)
-
newCopyBuilder
public Error.Builder<Void> newCopyBuilder()
-
builder
public static Error.Builder<Void> builder()
-
copyOf
public static <_B> Error.Builder<_B> copyOf(Error _other)
-
copyTo
public <_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. This method is used by thecopyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.Error)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> Error.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
newCopyBuilder
public Error.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyOf
public static <_B> Error.Builder<_B> copyOf(Error _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyExcept
public static Error.Builder<Void> copyExcept(Error _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyOnly
public static Error.Builder<Void> copyOnly(Error _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
-