public static class Exception.ExceptionType extends 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 String |
acceptanceException |
protected String |
generalException |
protected String |
receiptException |
| Constructor and Description |
|---|
ExceptionType()
Default no-arg constructor
|
ExceptionType(String generalException,
String acceptanceException,
String receiptException)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getAcceptanceException()
Gets the value of the acceptanceException property.
|
String |
getGeneralException()
Gets the value of the generalException property.
|
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(String value)
Sets the value of the acceptanceException property.
|
void |
setGeneralException(String value)
Sets the value of the generalException property.
|
void |
setReceiptException(String value)
Sets the value of the receiptException property.
|
String |
toString() |
Exception.ExceptionType |
withAcceptanceException(String value) |
Exception.ExceptionType |
withGeneralException(String value) |
Exception.ExceptionType |
withReceiptException(String value) |
protected String generalException
protected String acceptanceException
protected String receiptException
public String getGeneralException()
Stringpublic void setGeneralException(String value)
value - allowed object is
Stringpublic String getAcceptanceException()
Stringpublic void setAcceptanceException(String value)
value - allowed object is
Stringpublic String getReceiptException()
Stringpublic void setReceiptException(String value)
value - allowed object is
Stringpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, 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,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic 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 Exception.ExceptionType withGeneralException(String value)
public Exception.ExceptionType withAcceptanceException(String value)
public Exception.ExceptionType withReceiptException(String value)
Copyright © 2017 Digipost. All Rights Reserved.