org.oasis_open.docs.ebxml_bp.ebbp_signals_2
Class Exception.ExceptionType

java.lang.Object
  extended by org.oasis_open.docs.ebxml_bp.ebbp_signals_2.Exception.ExceptionType
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString
Enclosing class:
Exception

public static class Exception.ExceptionType
extends Object
implements 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>
 


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

generalException

protected String generalException

acceptanceException

protected String acceptanceException

receiptException

protected String receiptException
Constructor Detail

Exception.ExceptionType

public Exception.ExceptionType()
Default no-arg constructor


Exception.ExceptionType

public Exception.ExceptionType(String generalException,
                               String acceptanceException,
                               String receiptException)
Fully-initialising value constructor

Method Detail

getGeneralException

public String getGeneralException()
Gets the value of the generalException property.

Returns:
possible object is String

setGeneralException

public void setGeneralException(String value)
Sets the value of the generalException property.

Parameters:
value - allowed object is String

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 is String

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 is String

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

withGeneralException

public Exception.ExceptionType withGeneralException(String value)

withAcceptanceException

public Exception.ExceptionType withAcceptanceException(String value)

withReceiptException

public Exception.ExceptionType withReceiptException(String value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.