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 Summary
Fields inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
conclusion, constraint, title
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the productionTime property.getType()
Gets the value of the type property.void
setProductionTime
(Date value) Sets the value of the productionTime property.void
Sets the value of the type property.Methods inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
getConclusion, getConstraint, getTitle, setConclusion, setTitle
-
Field Details
-
type
-
productionTime
-
-
Constructor Details
-
XmlValidationProcessBasicTimestamp
public XmlValidationProcessBasicTimestamp()
-
-
Method Details
-
getType
-
setType
-
getProductionTime
-
setProductionTime
-