Class X509IssuerSerialType

java.lang.Object
eu.europa.esig.xmldsig.jaxb.X509IssuerSerialType

public class X509IssuerSerialType extends Object

Java class for X509IssuerSerialType complex type.

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

 <complexType name="X509IssuerSerialType">
   <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}integer"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>