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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
handler |
blacklistOrCachedOrChain| Constructor and Description |
|---|
HandleErrorType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHandler()
Gets the value of the handler property.
|
void |
setHandler(String value)
Sets the value of the handler property.
|
getBlacklistOrCachedOrChainprotected String handler
Copyright © 2023 NorStella. All rights reserved.