Class XmlTimestamp
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlTimestamp
- All Implemented Interfaces:
 Serializable
public class XmlTimestamp extends Object implements 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:
 - Serialized Form
 
- 
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected XmlValidationProcessTimestampvalidationProcessTimestampprotected XmlValidationTimestampQualificationvalidationTimestampQualification - 
Constructor Summary
Constructors Constructor Description XmlTimestamp() - 
Method Summary
Modifier and Type Method Description StringgetId()Gets the value of the id property.XmlValidationProcessTimestampgetValidationProcessTimestamp()Gets the value of the validationProcessTimestamp property.XmlValidationTimestampQualificationgetValidationTimestampQualification()Gets the value of the validationTimestampQualification property.voidsetId(String value)Sets the value of the id property.voidsetValidationProcessTimestamp(XmlValidationProcessTimestamp value)Sets the value of the validationProcessTimestamp property.voidsetValidationTimestampQualification(XmlValidationTimestampQualification value)Sets the value of the validationTimestampQualification property. 
- 
Field Details
 - 
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
 
 -