Class XmlConstraintsConclusionWithControlTime
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusionWithControlTime
- All Implemented Interfaces:
Serializable
public class XmlConstraintsConclusionWithControlTime
extends XmlConstraintsConclusion
implements Serializable
Java class for ConstraintsConclusionWithControlTime complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConstraintsConclusionWithControlTime"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusion"> <sequence> <element name="ControlTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </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 controlTime property.void
setControlTime
(Date value) Sets the value of the controlTime property.Methods inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
getConclusion, getConstraint, getTitle, setConclusion, setTitle
-
Field Details
-
controlTime
-
-
Constructor Details
-
XmlConstraintsConclusionWithControlTime
public XmlConstraintsConclusionWithControlTime()
-
-
Method Details