Class CredentialFilter.CredentialSerialNumberFilters

  • Enclosing class:
    CredentialFilter

    public static class CredentialFilter.CredentialSerialNumberFilters
    extends java.lang.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="credentialSerialNumberFilter" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="issuerId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
                       <element name="serialNumber" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
                     </sequence>
                     <attribute name="isNot" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>