Class XmlValidationProcessTimestamps
- java.lang.Object
-
- eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
-
- eu.europa.esig.dss.detailedreport.jaxb.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 Summary
Fields Modifier and Type Field Description protected Stringidprotected DateproductionTimeprotected Stringtype-
Fields inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
conclusion, constraint, title
-
-
Constructor Summary
Constructors Constructor Description XmlValidationProcessTimestamps()
-
Method Summary
Modifier and Type Method Description StringgetId()Gets the value of the id property.DategetProductionTime()Gets the value of the productionTime property.StringgetType()Gets the value of the type property.voidsetId(String value)Sets the value of the id property.voidsetProductionTime(Date value)Sets the value of the productionTime property.voidsetType(String value)Sets the value of the type property.-
Methods inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
getConclusion, getConstraint, getTitle, setConclusion, setTitle
-
-
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
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 isString
-
getProductionTime
public Date getProductionTime()
Gets the value of the productionTime property.- Returns:
- possible object is
String
-
-