Class ValidatorType
- java.lang.Object
-
- network.oxalis.commons.certvalidator.jaxb.ExtensibleType
-
- network.oxalis.commons.certvalidator.jaxb.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 Summary
Fields Modifier and Type Field Description protected Stringnameprotected Longtimeout-
Fields inherited from class network.oxalis.commons.certvalidator.jaxb.ExtensibleType
blacklistOrCachedOrChain
-
-
Constructor Summary
Constructors Constructor Description ValidatorType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the value of the name property.LonggetTimeout()Gets the value of the timeout property.voidsetName(String value)Sets the value of the name property.voidsetTimeout(Long value)Sets the value of the timeout property.-
Methods inherited from class network.oxalis.commons.certvalidator.jaxb.ExtensibleType
getBlacklistOrCachedOrChain
-
-
-
-
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 isString
-
getTimeout
public Long getTimeout()
Gets the value of the timeout property.- Returns:
- possible object is
Long
-
-