Class CachedType


  • public class CachedType
    extends ExtensibleType

    Java class for CachedType complex type.

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

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

      • timeout

        protected long timeout
    • Constructor Detail

      • CachedType

        public CachedType()
    • Method Detail

      • getTimeout

        public long getTimeout()
        Gets the value of the timeout property.
      • setTimeout

        public void setTimeout​(long value)
        Sets the value of the timeout property.