@CodingStyleguideUnaware public class Ebms3Error extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
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>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
Ebms3Error()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
Ebms3Error |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(Ebms3Error ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getCategory()
Gets the value of the category property.
|
Ebms3Description |
getDescription()
Gets the value of the description property.
|
String |
getDescriptionValue()
Get the value of the contained Ebms3Description object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
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.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setDescription(Ebms3Description value)
Sets the value of the description property.
|
Ebms3Description |
setDescription(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
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.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public Ebms3Error()
@Nullable public Ebms3Description getDescription()
Ebms3Descriptionpublic void setDescription(@Nullable Ebms3Description value)
value - allowed object is
Ebms3Description@Nullable public String getErrorDetail()
Stringpublic void setErrorDetail(@Nullable String value)
value - allowed object is
String@Nullable public String getCategory()
Stringpublic void setCategory(@Nullable String value)
value - allowed object is
String@Nullable public String getRefToMessageInError()
Stringpublic void setRefToMessageInError(@Nullable String value)
value - allowed object is
String@Nullable public String getErrorCode()
Stringpublic void setErrorCode(@Nullable String value)
value - allowed object is
String@Nullable public String getOrigin()
Stringpublic void setOrigin(@Nullable String value)
value - allowed object is
String@Nullable public String getSeverity()
Stringpublic void setSeverity(@Nullable String value)
value - allowed object is
String@Nullable public String getShortDescription()
Stringpublic void setShortDescription(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull Ebms3Error ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public Ebms3Error clone()
@Nonnull public Ebms3Description setDescription(@Nullable String valueParam)
valueParam - The value to be set. May be null.nullCopyright © 2015–2020 Philip Helger. All rights reserved.