Class CertificatePathValidityVerificationDetailType

java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.CertificatePathValidityVerificationDetailType

public class CertificatePathValidityVerificationDetailType extends Object

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 Details

  • Constructor Details

    • CertificatePathValidityVerificationDetailType

      public CertificatePathValidityVerificationDetailType()
  • Method Details

    • getCertificateValidity

      public List<CertificateValidityType> 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 set method 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

      public TrustStatusListValidityType getTSLValidity()
      Gets the value of the tslValidity property.
      Returns:
      possible object is TrustStatusListValidityType
    • setTSLValidity

      public void setTSLValidity(TrustStatusListValidityType value)
      Sets the value of the tslValidity property.
      Parameters:
      value - allowed object is TrustStatusListValidityType
    • getTrustAnchor

      public VerificationResultType getTrustAnchor()
      Gets the value of the trustAnchor property.
      Returns:
      possible object is VerificationResultType
    • setTrustAnchor

      public void setTrustAnchor(VerificationResultType value)
      Sets the value of the trustAnchor property.
      Parameters:
      value - allowed object is VerificationResultType