Class Exception.ExceptionType
- java.lang.Object
-
- org.oasis_open.docs.ebxml_bp.ebbp_signals_2.Exception.ExceptionType
-
- Enclosing class:
- Exception
public static class Exception.ExceptionType extends Object
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
Fields Modifier and Type Field Description protected StringacceptanceExceptionprotected StringgeneralExceptionprotected StringreceiptException
-
Constructor Summary
Constructors Constructor Description ExceptionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAcceptanceException()Gets the value of the acceptanceException property.StringgetGeneralException()Gets the value of the generalException property.StringgetReceiptException()Gets the value of the receiptException property.voidsetAcceptanceException(String value)Sets the value of the acceptanceException property.voidsetGeneralException(String value)Sets the value of the generalException property.voidsetReceiptException(String value)Sets the value of the receiptException property.
-
-
-
Method Detail
-
getReceiptException
public String getReceiptException()
Gets the value of the receiptException property.- Returns:
- possible object is
String
-
setReceiptException
public void setReceiptException(String value)
Sets the value of the receiptException property.- Parameters:
value- allowed object isString
-
getAcceptanceException
public String getAcceptanceException()
Gets the value of the acceptanceException property.- Returns:
- possible object is
String
-
setAcceptanceException
public void setAcceptanceException(String value)
Sets the value of the acceptanceException property.- Parameters:
value- allowed object isString
-
getGeneralException
public String getGeneralException()
Gets the value of the generalException property.- Returns:
- possible object is
String
-
-