Class TransactionResponse.Errors.Error

  • Enclosing class:
    TransactionResponse.Errors

    public static class TransactionResponse.Errors.Error
    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">
           <sequence>
             <element name="errorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="errorText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • errorCode

        protected String errorCode
      • errorText

        protected String errorText
    • Constructor Detail

      • Error

        public Error()
    • Method Detail

      • getErrorCode

        public String getErrorCode()
        Gets the value of the errorCode property.
        Returns:
        possible object is String
      • setErrorCode

        public void setErrorCode​(String value)
        Sets the value of the errorCode property.
        Parameters:
        value - allowed object is String
      • getErrorText

        public String getErrorText()
        Gets the value of the errorText property.
        Returns:
        possible object is String
      • setErrorText

        public void setErrorText​(String value)
        Sets the value of the errorText property.
        Parameters:
        value - allowed object is String