Class TimeSignatureInstructionType
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.jaxb.UpdateSignatureInstructionType
-
- org.certificateservices.messages.dss1.core.jaxb.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 Summary
Fields Modifier and Type Field Description protected java.lang.BooleantimeStampTheGivenSignature-
Fields inherited from class org.certificateservices.messages.dss1.core.jaxb.UpdateSignatureInstructionType
type
-
-
Constructor Summary
Constructors Constructor Description TimeSignatureInstructionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisTimeStampTheGivenSignature()Gets the value of the timeStampTheGivenSignature property.voidsetTimeStampTheGivenSignature(java.lang.Boolean value)Sets the value of the timeStampTheGivenSignature property.-
Methods inherited from class org.certificateservices.messages.dss1.core.jaxb.UpdateSignatureInstructionType
getType, setType
-
-
-
-
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 isBoolean
-
-