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="Cached" type="{http://difi.no/xsd/certvalidator/1.0}CachedType"/>
<element name="Chain" type="{http://difi.no/xsd/certvalidator/1.0}ChainType"/>
<element name="Class" type="{http://difi.no/xsd/certvalidator/1.0}ClassType"/>
<element name="CriticalExtensionRecognized" type="{http://difi.no/xsd/certvalidator/1.0}CriticalExtensionRecognizedType"/>
<element name="CriticalExtensionRequired" type="{http://difi.no/xsd/certvalidator/1.0}CriticalExtensionRequiredType"/>
<element name="CRL" type="{http://difi.no/xsd/certvalidator/1.0}CRLType"/>
<element name="Dummy" type="{http://difi.no/xsd/certvalidator/1.0}DummyType"/>
<element name="Expiration" type="{http://difi.no/xsd/certvalidator/1.0}ExpirationType"/>
<element name="HandleError" type="{http://difi.no/xsd/certvalidator/1.0}HandleErrorType"/>
<element name="Junction" type="{http://difi.no/xsd/certvalidator/1.0}JunctionType"/>
<element name="KeyUsage" type="{http://difi.no/xsd/certvalidator/1.0}KeyUsageType"/>
<element name="OCSP" type="{http://difi.no/xsd/certvalidator/1.0}OCSPType"/>
<element name="PrincipleName" type="{http://difi.no/xsd/certvalidator/1.0}PrincipleNameType"/>
<element name="RuleReference" type="{http://difi.no/xsd/certvalidator/1.0}RuleReferenceType"/>
<element name="Signing" type="{http://difi.no/xsd/certvalidator/1.0}SigningType"/>
<element name="Try" type="{http://difi.no/xsd/certvalidator/1.0}TryType"/>
<element name="ValidatorReference" type="{http://difi.no/xsd/certvalidator/1.0}ValidatorReferenceType"/>
<element name="Extension" type="{http://difi.no/xsd/certvalidator/1.0}ExtensionType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
cachedOrChainOrClazz |
| Constructor and Description |
|---|
ExtensibleType() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getCachedOrChainOrClazz()
Gets the value of the cachedOrChainOrClazz property.
|
public List<Object> getCachedOrChainOrClazz()
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 cachedOrChainOrClazz property.
For example, to add a new item, do as follows:
getCachedOrChainOrClazz().add(newItem);
Objects of the following type(s) are allowed in the list
CachedType
ChainType
ClassType
CriticalExtensionRecognizedType
CriticalExtensionRequiredType
CRLType
DummyType
ExpirationType
HandleErrorType
JunctionType
KeyUsageType
OCSPType
PrincipleNameType
RuleReferenceType
SigningType
TryType
ValidatorReferenceType
ExtensionType
Copyright © 2017 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.