Class XmlValidationProcessTimestamp

java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
eu.europa.esig.dss.detailedreport.jaxb.XmlValidationProcessTimestamp
All Implemented Interfaces:
Serializable

public class XmlValidationProcessTimestamp extends XmlConstraintsConclusion implements Serializable

Java class for ValidationProcessTimestamp complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ValidationProcessTimestamp">
   <complexContent>
     <extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusion">
       <attribute name="Type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ProductionTime" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • type

      protected String type
    • productionTime

      protected Date productionTime
  • Constructor Details

    • XmlValidationProcessTimestamp

      public XmlValidationProcessTimestamp()
  • Method Details

    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getProductionTime

      public Date getProductionTime()
      Gets the value of the productionTime property.
      Returns:
      possible object is String
    • setProductionTime

      public void setProductionTime(Date value)
      Sets the value of the productionTime property.
      Parameters:
      value - allowed object is String