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://difi.no/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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Long |
timeout |
blacklistOrCachedOrChain| Constructor and Description |
|---|
ValidatorType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
Long |
getTimeout()
Gets the value of the timeout property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTimeout(Long value)
Sets the value of the timeout property.
|
getBlacklistOrCachedOrChainpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Long getTimeout()
LongCopyright © 2020 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.