Class IsIssuerRequest


  • public class IsIssuerRequest
    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"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String issuerId  
    • Constructor Summary

      Constructors 
      Constructor Description
      IsIssuerRequest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIssuerId()
      Gets the value of the issuerId property.
      void setIssuerId​(java.lang.String value)
      Sets the value of the issuerId 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
    • Constructor Detail

      • IsIssuerRequest

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