Class XmlValidationProcessBasicTimestamp

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

public class XmlValidationProcessBasicTimestamp extends XmlConstraintsConclusion implements Serializable

Java class for ValidationProcessBasicTimestamp complex type.

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

 <complexType name="ValidationProcessBasicTimestamp">
   <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

    • XmlValidationProcessBasicTimestamp

      public XmlValidationProcessBasicTimestamp()
  • 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