public static class Exception.ExceptionType
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="ReceiptException">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Syntax"/>
<enumeration value="Authorization"/>
<enumeration value="Signature"/>
<enumeration value="Sequence"/>
</restriction>
</simpleType>
</element>
<element name="AcceptanceException">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Business"/>
<enumeration value="Performance"/>
</restriction>
</simpleType>
</element>
<element name="GeneralException">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
acceptanceException |
protected java.lang.String |
generalException |
protected java.lang.String |
receiptException |
| Constructor and Description |
|---|
ExceptionType()
Default no-arg constructor
|
ExceptionType(java.lang.String generalException,
java.lang.String acceptanceException,
java.lang.String receiptException)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.lang.String |
getAcceptanceException()
Gets the value of the acceptanceException property.
|
java.lang.String |
getGeneralException()
Gets the value of the generalException property.
|
java.lang.String |
getReceiptException()
Gets the value of the receiptException property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAcceptanceException(java.lang.String value)
Sets the value of the acceptanceException property.
|
void |
setGeneralException(java.lang.String value)
Sets the value of the generalException property.
|
void |
setReceiptException(java.lang.String value)
Sets the value of the receiptException property.
|
java.lang.String |
toString() |
Exception.ExceptionType |
withAcceptanceException(java.lang.String value) |
Exception.ExceptionType |
withGeneralException(java.lang.String value) |
Exception.ExceptionType |
withReceiptException(java.lang.String value) |
protected java.lang.String generalException
protected java.lang.String acceptanceException
protected java.lang.String receiptException
public ExceptionType()
public ExceptionType(java.lang.String generalException,
java.lang.String acceptanceException,
java.lang.String receiptException)
public java.lang.String getGeneralException()
Stringpublic void setGeneralException(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAcceptanceException()
Stringpublic void setAcceptanceException(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getReceiptException()
Stringpublic void setReceiptException(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Objectpublic Exception.ExceptionType withGeneralException(java.lang.String value)
public Exception.ExceptionType withAcceptanceException(java.lang.String value)
public Exception.ExceptionType withReceiptException(java.lang.String value)
Copyright © 2015 Digipost Open Source. All Rights Reserved.