Class TimeSignatureInstructionType

java.lang.Object
oasis.names.tc.dss._1_0.core.schema.UpdateSignatureInstructionType
oasis.names.tc.dss._1_0.core.schema.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 Details

    • timeStampTheGivenSignature

      protected Boolean timeStampTheGivenSignature
  • Constructor Details

    • TimeSignatureInstructionType

      public TimeSignatureInstructionType()
  • Method Details

    • isTimeStampTheGivenSignature

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

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