Class XmlTimestamp
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlTimestamp
- All Implemented Interfaces:
Serializable
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="ValidationProcessTimestamp" type="{http://dss.esig.europa.eu/validation/detailed-report}ValidationProcessTimestamp"/>
<element name="ValidationTimestampQualification" type="{http://dss.esig.europa.eu/validation/detailed-report}ValidationTimestampQualification" minOccurs="0"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected XmlValidationProcessTimestampprotected XmlValidationTimestampQualification -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the validationProcessTimestamp property.Gets the value of the validationTimestampQualification property.voidSets the value of the id property.voidSets the value of the validationProcessTimestamp property.voidSets the value of the validationTimestampQualification property.
-
Field Details
-
validationProcessTimestamp
-
validationTimestampQualification
-
id
-
-
Constructor Details
-
XmlTimestamp
public XmlTimestamp()
-
-
Method Details
-
getValidationProcessTimestamp
Gets the value of the validationProcessTimestamp property.- Returns:
- possible object is
XmlValidationProcessTimestamp
-
setValidationProcessTimestamp
Sets the value of the validationProcessTimestamp property.- Parameters:
value- allowed object isXmlValidationProcessTimestamp
-
getValidationTimestampQualification
Gets the value of the validationTimestampQualification property.- Returns:
- possible object is
XmlValidationTimestampQualification
-
setValidationTimestampQualification
Sets the value of the validationTimestampQualification property.- Parameters:
value- allowed object isXmlValidationTimestampQualification
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-