Class X509DataInfoListType.X509DataInfo

java.lang.Object
de.gematik.ws.conn.certificateservicecommon.v2.X509DataInfoListType.X509DataInfo
Enclosing class:
X509DataInfoListType

public static class X509DataInfoListType.X509DataInfo extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CertRef" type="{http://ws.gematik.de/conn/CertificateServiceCommon/v2.0}CertRefEnum"/>
         <element name="X509Data" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="X509IssuerSerial">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="X509IssuerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="X509SerialNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="X509SubjectName" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element ref="{http://ws.gematik.de/conn/CertificateServiceCommon/v2.0}X509Certificate"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>