|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oasis_open.docs.ebxml_bp.ebbp_signals_2.Exception.ExceptionType
public static class Exception.ExceptionType
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>
| Field Summary | |
|---|---|
protected String |
acceptanceException
|
protected String |
generalException
|
protected String |
receiptException
|
| Constructor Summary | |
|---|---|
Exception.ExceptionType()
Default no-arg constructor |
|
Exception.ExceptionType(String generalException,
String acceptanceException,
String receiptException)
Fully-initialising value constructor |
|
| Method Summary | |
|---|---|
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)
|
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. |
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String generalException
protected String acceptanceException
protected String receiptException
| Constructor Detail |
|---|
public Exception.ExceptionType()
public Exception.ExceptionType(String generalException,
String acceptanceException,
String receiptException)
| Method Detail |
|---|
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 String toString()
toString in class Object
public 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.ToString
public 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 Exception.ExceptionType withGeneralException(String value)
public Exception.ExceptionType withAcceptanceException(String value)
public Exception.ExceptionType withReceiptException(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||