Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlTimestamp
Package | Description |
---|---|
eu.europa.esig.dss.diagnostic | |
eu.europa.esig.dss.diagnostic.jaxb |
-
Uses of XmlTimestamp in eu.europa.esig.dss.diagnostic
Constructors in eu.europa.esig.dss.diagnostic with parameters of type XmlTimestamp Constructor Description TimestampWrapper(XmlTimestamp timestamp)
-
Uses of XmlTimestamp in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as XmlTimestamp Modifier and Type Field Description protected XmlTimestamp
XmlFoundTimestamp. timestamp
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlTimestamp Modifier and Type Field Description protected List<XmlTimestamp>
XmlDiagnosticData. usedTimestamps
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlTimestamp Modifier and Type Method Description XmlTimestamp
ObjectFactory. createXmlTimestamp()
Create an instance ofXmlTimestamp
XmlTimestamp
XmlFoundTimestamp. getTimestamp()
Gets the value of the timestamp property.Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlTimestamp Modifier and Type Method Description List<XmlTimestamp>
XmlDiagnosticData. getUsedTimestamps()
Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type XmlTimestamp Modifier and Type Method Description void
XmlFoundTimestamp. setTimestamp(XmlTimestamp value)
Sets the value of the timestamp property.Method parameters in eu.europa.esig.dss.diagnostic.jaxb with type arguments of type XmlTimestamp Modifier and Type Method Description void
XmlDiagnosticData. setUsedTimestamps(List<XmlTimestamp> usedTimestamps)