Class XmlValidationProcessTimestamps

  • All Implemented Interfaces:
    Serializable

    public class XmlValidationProcessTimestamps
    extends XmlConstraintsConclusion
    implements Serializable

    Java class for ValidationProcessTimestamps complex type.

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

     <complexType name="ValidationProcessTimestamps">
       <complexContent>
         <extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusion">
           <attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <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:
    Serialized Form
    • Field Detail

      • productionTime

        protected Date productionTime
    • Constructor Detail

      • XmlValidationProcessTimestamps

        public XmlValidationProcessTimestamps()
    • Method Detail

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • 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