public class ExtensibleType extends Object
Java class for ExtensibleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtensibleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="Blacklist" type="{http://oxalis.network/xsd/certvalidator/1.0}BlacklistType"/>
<element name="Cached" type="{http://oxalis.network/xsd/certvalidator/1.0}CachedType"/>
<element name="Chain" type="{http://oxalis.network/xsd/certvalidator/1.0}ChainType"/>
<element name="Class" type="{http://oxalis.network/xsd/certvalidator/1.0}ClassType"/>
<element name="CriticalExtensionRecognized" type="{http://oxalis.network/xsd/certvalidator/1.0}CriticalExtensionRecognizedType"/>
<element name="CriticalExtensionRequired" type="{http://oxalis.network/xsd/certvalidator/1.0}CriticalExtensionRequiredType"/>
<element name="CRL" type="{http://oxalis.network/xsd/certvalidator/1.0}CRLType"/>
<element name="Dummy" type="{http://oxalis.network/xsd/certvalidator/1.0}DummyType"/>
<element name="Expiration" type="{http://oxalis.network/xsd/certvalidator/1.0}ExpirationType"/>
<element name="HandleError" type="{http://oxalis.network/xsd/certvalidator/1.0}HandleErrorType"/>
<element name="Junction" type="{http://oxalis.network/xsd/certvalidator/1.0}JunctionType"/>
<element name="KeyUsage" type="{http://oxalis.network/xsd/certvalidator/1.0}KeyUsageType"/>
<element name="OCSP" type="{http://oxalis.network/xsd/certvalidator/1.0}OCSPType"/>
<element name="PrincipleName" type="{http://oxalis.network/xsd/certvalidator/1.0}PrincipleNameType"/>
<element name="RuleReference" type="{http://oxalis.network/xsd/certvalidator/1.0}RuleReferenceType"/>
<element name="Signing" type="{http://oxalis.network/xsd/certvalidator/1.0}SigningType"/>
<element name="Try" type="{http://oxalis.network/xsd/certvalidator/1.0}TryType"/>
<element name="ValidatorReference" type="{http://oxalis.network/xsd/certvalidator/1.0}ValidatorReferenceType"/>
<element name="Whitelist" type="{http://oxalis.network/xsd/certvalidator/1.0}WhitelistType"/>
<element name="Extension" type="{http://oxalis.network/xsd/certvalidator/1.0}ExtensionType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
blacklistOrCachedOrChain |
| Constructor and Description |
|---|
ExtensibleType() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getBlacklistOrCachedOrChain()
Gets the value of the blacklistOrCachedOrChain property.
|
public List<Object> getBlacklistOrCachedOrChain()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the blacklistOrCachedOrChain property.
For example, to add a new item, do as follows:
getBlacklistOrCachedOrChain().add(newItem);
Objects of the following type(s) are allowed in the list
BlacklistType
CachedType
ChainType
ClassType
CriticalExtensionRecognizedType
CriticalExtensionRequiredType
CRLType
DummyType
ExpirationType
HandleErrorType
JunctionType
KeyUsageType
OCSPType
PrincipleNameType
RuleReferenceType
SigningType
TryType
ValidatorReferenceType
WhitelistType
ExtensionType
Copyright © 2023 NorStella. All rights reserved.