Class XmlFoundTimestamp
- java.lang.Object
-
- eu.europa.esig.dss.diagnostic.jaxb.XmlFoundTimestamp
-
- All Implemented Interfaces:
Serializable
public class XmlFoundTimestamp extends Object implements Serializable
Java class for FoundTimestamp complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FoundTimestamp"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="Location" type="{http://dss.esig.europa.eu/validation/diagnostic}TimestampLocation" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected TimestampLocationlocationprotected XmlTimestamptimestamp
-
Constructor Summary
Constructors Constructor Description XmlFoundTimestamp()
-
Method Summary
Modifier and Type Method Description TimestampLocationgetLocation()Gets the value of the location property.XmlTimestampgetTimestamp()Gets the value of the timestamp property.voidsetLocation(TimestampLocation value)Sets the value of the location property.voidsetTimestamp(XmlTimestamp value)Sets the value of the timestamp property.
-
-
-
Field Detail
-
timestamp
protected XmlTimestamp timestamp
-
location
protected TimestampLocation location
-
-
Method Detail
-
getTimestamp
public XmlTimestamp getTimestamp()
Gets the value of the timestamp property.- Returns:
- possible object is
Object
-
setTimestamp
public void setTimestamp(XmlTimestamp value)
Sets the value of the timestamp property.- Parameters:
value- allowed object isObject
-
getLocation
public TimestampLocation getLocation()
Gets the value of the location property.- Returns:
- possible object is
String
-
setLocation
public void setLocation(TimestampLocation value)
Sets the value of the location property.- Parameters:
value- allowed object isString
-
-