Class XmlTrusted

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlTrusted
All Implemented Interfaces:
Serializable

public class XmlTrusted extends Object implements Serializable

Java class for Trusted complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Trusted">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>boolean">
       <attribute name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="sunsetDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </extension>
   </simpleContent>
 </complexType>
 
See Also: