Class HandleErrorType


  • public class HandleErrorType
    extends ExtensibleType

    Java class for HandleErrorType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="HandleErrorType">
       <complexContent>
         <extension base="{http://oxalis.network/xsd/certvalidator/1.0}ExtensibleType">
           <attribute name="handler" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • handler

        protected String handler
    • Constructor Detail

      • HandleErrorType

        public HandleErrorType()
    • Method Detail

      • getHandler

        public String getHandler()
        Gets the value of the handler property.
        Returns:
        possible object is String
      • setHandler

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