Class XmlTrustedList

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

public class XmlTrustedList extends Object implements Serializable

Java class for TrustedList complex type.

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

 <complexType name="TrustedList">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CountryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Url" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="TSLType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SequenceNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="Version" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="LastLoading" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="IssueDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="NextUpdate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="WellSigned" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
       <attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="LOTL" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="parent" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="mra" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: