Class GetCredentialRequest


  • public class GetCredentialRequest
    extends PKIRequest

    Java class for GetCredentialRequest complex type.

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

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

      • credentialSubType

        protected java.lang.String credentialSubType
      • serialNumber

        protected java.lang.String serialNumber
      • issuerId

        protected java.lang.String issuerId
    • Constructor Detail

      • GetCredentialRequest

        public GetCredentialRequest()
    • Method Detail

      • 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
      • 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
      • 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