Class CredentialFilter


  • public class CredentialFilter
    extends java.lang.Object

    Java class for CredentialFilter complex type.

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

     <complexType name="CredentialFilter">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="credentialTypeFilters" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="credentialTypeFilter" maxOccurs="unbounded" minOccurs="0">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element name="credentialType" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring" minOccurs="0"/>
                                 <element name="credentialSubType" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring" minOccurs="0"/>
                               </sequence>
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="credentialSerialNumberFilters" minOccurs="0">
               <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>
             </element>
           </choice>
         </restriction>
       </complexContent>
     </complexType>