Class CredentialFilter.CredentialSerialNumberFilters.CredentialSerialNumberFilter

  • Enclosing class:
    CredentialFilter.CredentialSerialNumberFilters

    public static class CredentialFilter.CredentialSerialNumberFilters.CredentialSerialNumberFilter
    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="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>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Boolean isNot  
      protected java.lang.String issuerId  
      protected java.lang.String serialNumber  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIssuerId()
      Gets the value of the issuerId property.
      java.lang.String getSerialNumber()
      Gets the value of the serialNumber property.
      boolean isIsNot()
      Gets the value of the isNot property.
      void setIsNot​(java.lang.Boolean value)
      Sets the value of the isNot property.
      void setIssuerId​(java.lang.String value)
      Sets the value of the issuerId property.
      void setSerialNumber​(java.lang.String value)
      Sets the value of the serialNumber property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • issuerId

        protected java.lang.String issuerId
      • serialNumber

        protected java.lang.String serialNumber
      • isNot

        protected java.lang.Boolean isNot
    • Constructor Detail

      • CredentialSerialNumberFilter

        public CredentialSerialNumberFilter()
    • Method Detail

      • getIssuerId

        public java.lang.String getIssuerId()
        Gets the value of the issuerId property.
        Returns:
        possible object is String
      • setIssuerId

        public void setIssuerId​(java.lang.String value)
        Sets the value of the issuerId property.
        Parameters:
        value - allowed object is String
      • getSerialNumber

        public java.lang.String getSerialNumber()
        Gets the value of the serialNumber property.
        Returns:
        possible object is String
      • setSerialNumber

        public void setSerialNumber​(java.lang.String value)
        Sets the value of the serialNumber property.
        Parameters:
        value - allowed object is String
      • isIsNot

        public boolean isIsNot()
        Gets the value of the isNot property.
        Returns:
        possible object is Boolean
      • setIsNot

        public void setIsNot​(java.lang.Boolean value)
        Sets the value of the isNot property.
        Parameters:
        value - allowed object is Boolean