public class XmlTimestamp extends Object
Java class for Timestamp complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Timestamp">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProductionTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="SignedDataDigestAlgo" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="EncodedSignedDataDigestValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MessageImprintDataFound" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="MessageImprintDataIntact" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="CanonicalizationMethod" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BasicSignature" type="{http://dss.esig.europa.eu/validation/diagnostic}BasicSignature"/>
<element name="SigningCertificate" type="{http://dss.esig.europa.eu/validation/diagnostic}SigningCertificate" minOccurs="0"/>
<element name="CertificateChain" type="{http://dss.esig.europa.eu/validation/diagnostic}CertificateChain" minOccurs="0"/>
<element name="TimestampedObjects" type="{http://dss.esig.europa.eu/validation/diagnostic}TimestampedObjects" minOccurs="0"/>
</sequence>
<attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XmlBasicSignature |
basicSignature |
protected String |
canonicalizationMethod |
protected List<XmlChainItem> |
certificateChain |
protected String |
encodedSignedDataDigestValue |
protected String |
id |
protected boolean |
messageImprintDataFound |
protected boolean |
messageImprintDataIntact |
protected Date |
productionTime |
protected String |
signedDataDigestAlgo |
protected XmlSigningCertificate |
signingCertificate |
protected List<XmlTimestampedObject> |
timestampedObjects |
protected String |
type |
| Constructor and Description |
|---|
XmlTimestamp() |
| Modifier and Type | Method and Description |
|---|---|
XmlBasicSignature |
getBasicSignature()
Gets the value of the basicSignature property.
|
String |
getCanonicalizationMethod()
Gets the value of the canonicalizationMethod property.
|
List<XmlChainItem> |
getCertificateChain() |
String |
getEncodedSignedDataDigestValue()
Gets the value of the encodedSignedDataDigestValue property.
|
String |
getId()
Gets the value of the id property.
|
Date |
getProductionTime()
Gets the value of the productionTime property.
|
String |
getSignedDataDigestAlgo()
Gets the value of the signedDataDigestAlgo property.
|
XmlSigningCertificate |
getSigningCertificate()
Gets the value of the signingCertificate property.
|
List<XmlTimestampedObject> |
getTimestampedObjects() |
String |
getType()
Gets the value of the type property.
|
boolean |
isMessageImprintDataFound()
Gets the value of the messageImprintDataFound property.
|
boolean |
isMessageImprintDataIntact()
Gets the value of the messageImprintDataIntact property.
|
void |
setBasicSignature(XmlBasicSignature value)
Sets the value of the basicSignature property.
|
void |
setCanonicalizationMethod(String value)
Sets the value of the canonicalizationMethod property.
|
void |
setCertificateChain(List<XmlChainItem> certificateChain) |
void |
setEncodedSignedDataDigestValue(String value)
Sets the value of the encodedSignedDataDigestValue property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMessageImprintDataFound(boolean value)
Sets the value of the messageImprintDataFound property.
|
void |
setMessageImprintDataIntact(boolean value)
Sets the value of the messageImprintDataIntact property.
|
void |
setProductionTime(Date value)
Sets the value of the productionTime property.
|
void |
setSignedDataDigestAlgo(String value)
Sets the value of the signedDataDigestAlgo property.
|
void |
setSigningCertificate(XmlSigningCertificate value)
Sets the value of the signingCertificate property.
|
void |
setTimestampedObjects(List<XmlTimestampedObject> timestampedObjects) |
void |
setType(String value)
Sets the value of the type property.
|
protected Date productionTime
protected String signedDataDigestAlgo
protected String encodedSignedDataDigestValue
protected boolean messageImprintDataFound
protected boolean messageImprintDataIntact
protected String canonicalizationMethod
protected XmlBasicSignature basicSignature
protected XmlSigningCertificate signingCertificate
protected List<XmlChainItem> certificateChain
protected List<XmlTimestampedObject> timestampedObjects
protected String id
protected String type
public Date getProductionTime()
Stringpublic void setProductionTime(Date value)
value - allowed object is
Stringpublic String getSignedDataDigestAlgo()
Stringpublic void setSignedDataDigestAlgo(String value)
value - allowed object is
Stringpublic String getEncodedSignedDataDigestValue()
Stringpublic void setEncodedSignedDataDigestValue(String value)
value - allowed object is
Stringpublic boolean isMessageImprintDataFound()
public void setMessageImprintDataFound(boolean value)
public boolean isMessageImprintDataIntact()
public void setMessageImprintDataIntact(boolean value)
public String getCanonicalizationMethod()
Stringpublic void setCanonicalizationMethod(String value)
value - allowed object is
Stringpublic XmlBasicSignature getBasicSignature()
XmlBasicSignaturepublic void setBasicSignature(XmlBasicSignature value)
value - allowed object is
XmlBasicSignaturepublic XmlSigningCertificate getSigningCertificate()
XmlSigningCertificatepublic void setSigningCertificate(XmlSigningCertificate value)
value - allowed object is
XmlSigningCertificatepublic void setId(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic List<XmlChainItem> getCertificateChain()
public void setCertificateChain(List<XmlChainItem> certificateChain)
public List<XmlTimestampedObject> getTimestampedObjects()
public void setTimestampedObjects(List<XmlTimestampedObject> timestampedObjects)
Copyright © 2018. All rights reserved.