Class TimeSignatureInstructionType


  • public class TimeSignatureInstructionType
    extends UpdateSignatureInstructionType

    Java class for TimeSignatureInstructionType complex type.

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

     <complexType name="TimeSignatureInstructionType">
       <complexContent>
         <extension base="{urn:oasis:names:tc:dss:1.0:core:schema}UpdateSignatureInstructionType">
           <attribute name="TimeStampTheGivenSignature" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • timeStampTheGivenSignature

        protected java.lang.Boolean timeStampTheGivenSignature
    • Constructor Detail

      • TimeSignatureInstructionType

        public TimeSignatureInstructionType()
    • Method Detail

      • isTimeStampTheGivenSignature

        public boolean isTimeStampTheGivenSignature()
        Gets the value of the timeStampTheGivenSignature property.
        Returns:
        possible object is Boolean
      • setTimeStampTheGivenSignature

        public void setTimeStampTheGivenSignature​(java.lang.Boolean value)
        Sets the value of the timeStampTheGivenSignature property.
        Parameters:
        value - allowed object is Boolean