Class Exception.ExceptionType

java.lang.Object
com.helger.phase4.ebms3header.Exception.ExceptionType
All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable, Serializable, Cloneable
Enclosing class:
Exception

@CodingStyleguideUnaware public static class Exception.ExceptionType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<p>Java class for anonymous complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;choice&gt; &lt;element name="ReceiptException"&gt; &lt;simpleType&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"&gt; &lt;enumeration value="Syntax"/&gt; &lt;enumeration value="Authorization"/&gt; &lt;enumeration value="Signature"/&gt; &lt;enumeration value="Sequence"/&gt; &lt;/restriction&gt; &lt;/simpleType&gt; &lt;/element&gt; &lt;element name="AcceptanceException"&gt; &lt;simpleType&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"&gt; &lt;enumeration value="Business"/&gt; &lt;enumeration value="Performance"/&gt; &lt;/restriction&gt; &lt;/simpleType&gt; &lt;/element&gt; &lt;element name="GeneralException"&gt; &lt;simpleType&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"&gt; &lt;/restriction&gt; &lt;/simpleType&gt; &lt;/element&gt; &lt;/choice&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre> <p>This class was annotated by ph-jaxb22-plugin -Xph-annotate</p> <p>This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode</p> <p>This class contains methods created by ph-jaxb22-plugin -Xph-tostring</p> <p>This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2</p> <p>This class contains methods created by ph-jaxb22-plugin -Xph-value-extender</p>
See Also:
  • Constructor Details

    • ExceptionType

      public ExceptionType()
      Default constructor<br> Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
  • Method Details

    • getReceiptException

      @Nullable public String getReceiptException()
      Gets the value of the receiptException property.
      Returns:
      possible object is String
    • setReceiptException

      public void setReceiptException(@Nullable String value)
      Sets the value of the receiptException property.
      Parameters:
      value - allowed object is String
    • getAcceptanceException

      @Nullable public String getAcceptanceException()
      Gets the value of the acceptanceException property.
      Returns:
      possible object is String
    • setAcceptanceException

      public void setAcceptanceException(@Nullable String value)
      Sets the value of the acceptanceException property.
      Parameters:
      value - allowed object is String
    • getGeneralException

      @Nullable public String getGeneralException()
      Gets the value of the generalException property.
      Returns:
      possible object is String
    • setGeneralException

      public void setGeneralException(@Nullable String value)
      Sets the value of the generalException property.
      Parameters:
      value - allowed object is String
    • equals

      public boolean equals(Object o)
      Created by ph-jaxb22-plugin -Xph-equalshashcode
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Created by ph-jaxb22-plugin -Xph-equalshashcode
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Created by ph-jaxb22-plugin -Xph-tostring
      Overrides:
      toString in class Object
    • cloneTo

      public void cloneTo(@Nonnull Exception.ExceptionType ret)
      This method clones all values from <code>this</code> to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2
      Parameters:
      ret - The target object to clone to. May not be <code>null</code>.
    • clone

      @Nonnull @ReturnsMutableCopy public Exception.ExceptionType clone()
      Created by ph-jaxb22-plugin -Xph-cloneable2
      Specified by:
      clone in interface com.helger.commons.lang.IExplicitlyCloneable
      Overrides:
      clone in class Object
      Returns:
      The cloned object. Never <code>null</code>.