Class CertificatePathValidityVerificationDetailType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.CertificatePathValidityVerificationDetailType
Java class for CertificatePathValidityVerificationDetailType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificatePathValidityVerificationDetailType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CertificateValidity" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}CertificateValidityType" maxOccurs="unbounded" minOccurs="0"/>
<element name="TSLValidity" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}TrustStatusListValidityType" minOccurs="0"/>
<element name="TrustAnchor" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationResultType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<CertificateValidityType>protected VerificationResultTypeprotected TrustStatusListValidityType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certificateValidity property.Gets the value of the trustAnchor property.Gets the value of the tslValidity property.voidSets the value of the trustAnchor property.voidSets the value of the tslValidity property.
-
Field Details
-
certificateValidity
-
tslValidity
-
trustAnchor
-
-
Constructor Details
-
CertificatePathValidityVerificationDetailType
public CertificatePathValidityVerificationDetailType()
-
-
Method Details
-
getCertificateValidity
Gets the value of the certificateValidity property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the certificateValidity property.For example, to add a new item, do as follows:
getCertificateValidity().add(newItem);Objects of the following type(s) are allowed in the list
CertificateValidityType -
getTSLValidity
Gets the value of the tslValidity property.- Returns:
- possible object is
TrustStatusListValidityType
-
setTSLValidity
Sets the value of the tslValidity property.- Parameters:
value- allowed object isTrustStatusListValidityType
-
getTrustAnchor
Gets the value of the trustAnchor property.- Returns:
- possible object is
VerificationResultType
-
setTrustAnchor
Sets the value of the trustAnchor property.- Parameters:
value- allowed object isVerificationResultType
-