Class GetCredentialStatusListRequest


  • public class GetCredentialStatusListRequest
    extends PKIRequest

    Java class for GetCredentialStatusListRequest complex type.

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

     <complexType name="GetCredentialStatusListRequest">
       <complexContent>
         <extension base="{http://certificateservices.org/xsd/pkimessages1_0}PKIRequest">
           <sequence>
             <element name="serialNumber" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="issuerId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="credentialStatusListType" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • serialNumber

        protected java.lang.Long serialNumber
      • issuerId

        protected java.lang.String issuerId
      • credentialStatusListType

        protected java.lang.String credentialStatusListType
    • Constructor Detail

      • GetCredentialStatusListRequest

        public GetCredentialStatusListRequest()
    • Method Detail

      • getSerialNumber

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

        public void setSerialNumber​(java.lang.Long value)
        Sets the value of the serialNumber property.
        Parameters:
        value - allowed object is Long
      • 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
      • getCredentialStatusListType

        public java.lang.String getCredentialStatusListType()
        Gets the value of the credentialStatusListType property.
        Returns:
        possible object is String
      • setCredentialStatusListType

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