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
FieldsFields inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
conclusion, constraint, title -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the controlTime property.voidsetControlTime(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
-
getControlTime
-
setControlTime
-