Class TimeSignatureInstructionType
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.UpdateSignatureInstructionType
oasis.names.tc.dss._1_0.core.schema.TimeSignatureInstructionType
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 Summary
FieldsFields inherited from class oasis.names.tc.dss._1_0.core.schema.UpdateSignatureInstructionType
type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the timeStampTheGivenSignature property.voidSets the value of the timeStampTheGivenSignature property.Methods inherited from class oasis.names.tc.dss._1_0.core.schema.UpdateSignatureInstructionType
getType, setType
-
Field Details
-
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
Sets the value of the timeStampTheGivenSignature property.- Parameters:
value- allowed object isBoolean
-