Package org.cxml

Class XadesCertificateValues


  • public class XadesCertificateValues
    extends java.lang.Object
    • Field Detail

      • id

        protected java.lang.String id
      • xadesEncapsulatedX509CertificateOrXadesOtherCertificate

        protected java.util.List<java.lang.Object> xadesEncapsulatedX509CertificateOrXadesOtherCertificate
    • Constructor Detail

      • XadesCertificateValues

        public XadesCertificateValues()
    • Method Detail

      • getId

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getXadesEncapsulatedX509CertificateOrXadesOtherCertificate

        public java.util.List<java.lang.Object> getXadesEncapsulatedX509CertificateOrXadesOtherCertificate()
        Gets the value of the xadesEncapsulatedX509CertificateOrXadesOtherCertificate 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 JAXB object. This is why there is not a set method for the xadesEncapsulatedX509CertificateOrXadesOtherCertificate property.

        For example, to add a new item, do as follows:

            getXadesEncapsulatedX509CertificateOrXadesOtherCertificate().add(newItem);
         

        Objects of the following type(s) are allowed in the list XadesEncapsulatedX509Certificate XadesOtherCertificate