Class CertificatePathValidityType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.CertificatePathValidityType
Java class for CertificatePathValidityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificatePathValidityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PathValiditySummary" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationResultType"/>
<element name="CertificateIdentifier" type="{http://www.w3.org/2000/09/xmldsig#}X509IssuerSerialType"/>
<element name="PathValidityDetail" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}CertificatePathValidityVerificationDetailType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certificateIdentifier property.Gets the value of the pathValidityDetail property.Gets the value of the pathValiditySummary property.voidSets the value of the certificateIdentifier property.voidSets the value of the pathValidityDetail property.voidSets the value of the pathValiditySummary property.
-
Field Details
-
pathValiditySummary
-
certificateIdentifier
-
pathValidityDetail
-
-
Constructor Details
-
CertificatePathValidityType
public CertificatePathValidityType()
-
-
Method Details
-
getPathValiditySummary
Gets the value of the pathValiditySummary property.- Returns:
- possible object is
VerificationResultType
-
setPathValiditySummary
Sets the value of the pathValiditySummary property.- Parameters:
value- allowed object isVerificationResultType
-
getCertificateIdentifier
Gets the value of the certificateIdentifier property.- Returns:
- possible object is
X509IssuerSerialType
-
setCertificateIdentifier
Sets the value of the certificateIdentifier property.- Parameters:
value- allowed object isX509IssuerSerialType
-
getPathValidityDetail
Gets the value of the pathValidityDetail property.- Returns:
- possible object is
CertificatePathValidityVerificationDetailType
-
setPathValidityDetail
Sets the value of the pathValidityDetail property.- Parameters:
value- allowed object isCertificatePathValidityVerificationDetailType
-