Class ValidatorType


  • public class ValidatorType
    extends ExtensibleType

    Java class for ValidatorType complex type.

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

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

      • timeout

        protected Long timeout
    • Constructor Detail

      • ValidatorType

        public ValidatorType()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getTimeout

        public Long getTimeout()
        Gets the value of the timeout property.
        Returns:
        possible object is Long
      • setTimeout

        public void setTimeout​(Long value)
        Sets the value of the timeout property.
        Parameters:
        value - allowed object is Long