Class BaseSignTask

  • Direct Known Subclasses:
    SignRequestTask, SignResponseTask

    public abstract class BaseSignTask
    extends java.lang.Object

    Java class for BaseSignTask complex type.

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

     <complexType name="BaseSignTask">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="signTaskId" 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>
     
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  BaseSignTask.Attributes
      Java class for anonymous complex type.
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseSignTask()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BaseSignTask.Attributes getAttributes()
      Gets the value of the attributes property.
      java.lang.String getKeyId()
      Gets the value of the keyId property.
      java.lang.String getSignTaskId()
      Gets the value of the signTaskId property.
      java.lang.String getSignType()
      Gets the value of the signType property.
      void setAttributes​(BaseSignTask.Attributes value)
      Sets the value of the attributes property.
      void setKeyId​(java.lang.String value)
      Sets the value of the keyId property.
      void setSignTaskId​(java.lang.String value)
      Sets the value of the signTaskId property.
      void setSignType​(java.lang.String value)
      Sets the value of the signType property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • signTaskId

        protected java.lang.String signTaskId
      • signType

        protected java.lang.String signType
      • keyId

        protected java.lang.String keyId
    • Constructor Detail

      • BaseSignTask

        public BaseSignTask()
    • Method Detail

      • getSignTaskId

        public java.lang.String getSignTaskId()
        Gets the value of the signTaskId property.
        Returns:
        possible object is String
      • setSignTaskId

        public void setSignTaskId​(java.lang.String value)
        Sets the value of the signTaskId 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