Class XmlValidationProcessTimestamp
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
eu.europa.esig.dss.detailedreport.jaxb.XmlValidationProcessTimestamp
- All Implemented Interfaces:
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 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
-
XmlValidationProcessTimestamp
public XmlValidationProcessTimestamp()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
getProductionTime
Gets the value of the productionTime property.- Returns:
- possible object is
String
-
setProductionTime
Sets the value of the productionTime property.- Parameters:
value
- allowed object isString
-