Class CertificateValuesType

java.lang.Object
eu.europa.esig.xades.jaxb.xades122.CertificateValuesType

public class CertificateValuesType extends Object

Java class for CertificateValuesType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CertificateValuesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <element name="EncapsulatedX509Certificate" type="{http://uri.etsi.org/01903/v1.2.2#}EncapsulatedPKIDataType"/>
         <element name="OtherCertificate" type="{http://uri.etsi.org/01903/v1.2.2#}AnyType"/>
       </choice>
       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>