Class 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 Detail

      • receiptException

        protected String receiptException
      • acceptanceException

        protected String acceptanceException
      • generalException

        protected String generalException
    • Constructor Detail

      • ExceptionType

        public ExceptionType()
    • 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 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
      • 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