Class GetPubKeyRequestTask


  • public class GetPubKeyRequestTask
    extends java.lang.Object

    Java class for GetPubKeyRequestTask complex type.

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

     <complexType name="GetPubKeyRequestTask">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="taskId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="signType" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="keyId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="attributes" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="attribute" type="{http://certificateservices.org/xsd/csmessages2_0}Attribute" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • taskId

        protected java.lang.String taskId
      • signType

        protected java.lang.String signType
      • keyId

        protected java.lang.String keyId
    • Constructor Detail

      • GetPubKeyRequestTask

        public GetPubKeyRequestTask()
    • Method Detail

      • getTaskId

        public java.lang.String getTaskId()
        Gets the value of the taskId property.
        Returns:
        possible object is String
      • setTaskId

        public void setTaskId​(java.lang.String value)
        Sets the value of the taskId property.
        Parameters:
        value - allowed object is String
      • getSignType

        public java.lang.String getSignType()
        Gets the value of the signType property.
        Returns:
        possible object is String
      • setSignType

        public void setSignType​(java.lang.String value)
        Sets the value of the signType property.
        Parameters:
        value - allowed object is String
      • getKeyId

        public java.lang.String getKeyId()
        Gets the value of the keyId property.
        Returns:
        possible object is String
      • setKeyId

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