Class XmlConstraintsConclusionWithControlTime

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    XmlPCV, XmlPSV, XmlVTS

    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:
    Serialized Form
    • Field Detail

      • controlTime

        protected Date controlTime
    • Constructor Detail

      • XmlConstraintsConclusionWithControlTime

        public XmlConstraintsConclusionWithControlTime()
    • Method Detail

      • getControlTime

        public Date getControlTime()
        Gets the value of the controlTime property.
        Returns:
        possible object is String
      • setControlTime

        public void setControlTime​(Date value)
        Sets the value of the controlTime property.
        Parameters:
        value - allowed object is String