Class HandleErrorType
- java.lang.Object
-
- network.oxalis.commons.certvalidator.jaxb.ExtensibleType
-
- network.oxalis.commons.certvalidator.jaxb.HandleErrorType
-
public class HandleErrorType extends ExtensibleType
Java class for HandleErrorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HandleErrorType"> <complexContent> <extension base="{http://oxalis.network/xsd/certvalidator/1.0}ExtensibleType"> <attribute name="handler" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringhandler-
Fields inherited from class network.oxalis.commons.certvalidator.jaxb.ExtensibleType
blacklistOrCachedOrChain
-
-
Constructor Summary
Constructors Constructor Description HandleErrorType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHandler()Gets the value of the handler property.voidsetHandler(String value)Sets the value of the handler property.-
Methods inherited from class network.oxalis.commons.certvalidator.jaxb.ExtensibleType
getBlacklistOrCachedOrChain
-
-
-
-
Field Detail
-
handler
protected String handler
-
-