Class GetCredentialAvailableActionsRequest


  • public class GetCredentialAvailableActionsRequest
    extends CSRequest

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{http://certificateservices.org/xsd/csmessages2_0}CSRequest">
           <sequence>
             <element name="issuerId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="serialNumber" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="locale" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String issuerId  
      protected java.lang.String locale  
      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 getLocale()
      Gets the value of the locale property.
      java.lang.String getSerialNumber()
      Gets the value of the serialNumber property.
      void setIssuerId​(java.lang.String value)
      Sets the value of the issuerId property.
      void setLocale​(java.lang.String value)
      Sets the value of the locale 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
      • locale

        protected java.lang.String locale
    • Constructor Detail

      • GetCredentialAvailableActionsRequest

        public GetCredentialAvailableActionsRequest()
    • 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
      • getLocale

        public java.lang.String getLocale()
        Gets the value of the locale property.
        Returns:
        possible object is String
      • setLocale

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