Class CredentialFilter.CredentialTypeFilters.CredentialTypeFilter

  • Enclosing class:
    CredentialFilter.CredentialTypeFilters

    public static class CredentialFilter.CredentialTypeFilters.CredentialTypeFilter
    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="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>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCredentialSubType()
      Gets the value of the credentialSubType property.
      java.lang.String getCredentialType()
      Gets the value of the credentialType property.
      void setCredentialSubType​(java.lang.String value)
      Sets the value of the credentialSubType property.
      void setCredentialType​(java.lang.String value)
      Sets the value of the credentialType property.
      • Methods inherited from class java.lang.Object

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

      • credentialType

        protected java.lang.String credentialType
      • credentialSubType

        protected java.lang.String credentialSubType
    • Constructor Detail

      • CredentialTypeFilter

        public CredentialTypeFilter()
    • Method Detail

      • getCredentialType

        public java.lang.String getCredentialType()
        Gets the value of the credentialType property.
        Returns:
        possible object is String
      • setCredentialType

        public void setCredentialType​(java.lang.String value)
        Sets the value of the credentialType property.
        Parameters:
        value - allowed object is String
      • getCredentialSubType

        public java.lang.String getCredentialSubType()
        Gets the value of the credentialSubType property.
        Returns:
        possible object is String
      • setCredentialSubType

        public void setCredentialSubType​(java.lang.String value)
        Sets the value of the credentialSubType property.
        Parameters:
        value - allowed object is String