Class CachedType
- java.lang.Object
-
- network.oxalis.commons.certvalidator.jaxb.ExtensibleType
-
- network.oxalis.commons.certvalidator.jaxb.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 Summary
Fields Modifier and Type Field Description protected longtimeout-
Fields inherited from class network.oxalis.commons.certvalidator.jaxb.ExtensibleType
blacklistOrCachedOrChain
-
-
Constructor Summary
Constructors Constructor Description CachedType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetTimeout()Gets the value of the timeout property.voidsetTimeout(long value)Sets the value of the timeout property.-
Methods inherited from class network.oxalis.commons.certvalidator.jaxb.ExtensibleType
getBlacklistOrCachedOrChain
-
-