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>
| Modifier and Type | Field and Description |
|---|---|
protected long |
timeout |
blacklistOrCachedOrChain| Constructor and Description |
|---|
CachedType() |
| Modifier and Type | Method and Description |
|---|---|
long |
getTimeout()
Gets the value of the timeout property.
|
void |
setTimeout(long value)
Sets the value of the timeout property.
|
getBlacklistOrCachedOrChainCopyright © 2023 NorStella. All rights reserved.