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:
  • Field Details

    • countryCode

      protected String countryCode
    • url

      protected String url
    • tslType

      protected String tslType
    • sequenceNumber

      protected Integer sequenceNumber
    • version

      protected Integer version
    • lastLoading

      protected Date lastLoading
    • issueDate

      protected Date issueDate
    • nextUpdate

      protected Date nextUpdate
    • wellSigned

      protected boolean wellSigned
    • id

      protected String id
    • lotl

      protected Boolean lotl
    • parent

      protected XmlTrustedList parent
    • mra

      protected Boolean mra
  • Constructor Details

    • XmlTrustedList

      public XmlTrustedList()
  • Method Details

    • getCountryCode

      public String getCountryCode()
      Gets the value of the countryCode property.
      Returns:
      possible object is String
    • setCountryCode

      public void setCountryCode(String value)
      Sets the value of the countryCode property.
      Parameters:
      value - allowed object is String
    • getUrl

      public String getUrl()
      Gets the value of the url property.
      Returns:
      possible object is String
    • setUrl

      public void setUrl(String value)
      Sets the value of the url property.
      Parameters:
      value - allowed object is String
    • getTSLType

      public String getTSLType()
      Gets the value of the tslType property.
      Returns:
      possible object is String
    • setTSLType

      public void setTSLType(String value)
      Sets the value of the tslType property.
      Parameters:
      value - allowed object is String
    • getSequenceNumber

      public Integer getSequenceNumber()
      Gets the value of the sequenceNumber property.
      Returns:
      possible object is Integer
    • setSequenceNumber

      public void setSequenceNumber(Integer value)
      Sets the value of the sequenceNumber property.
      Parameters:
      value - allowed object is Integer
    • getVersion

      public Integer getVersion()
      Gets the value of the version property.
      Returns:
      possible object is Integer
    • setVersion

      public void setVersion(Integer value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is Integer
    • getLastLoading

      public Date getLastLoading()
      Gets the value of the lastLoading property.
      Returns:
      possible object is String
    • setLastLoading

      public void setLastLoading(Date value)
      Sets the value of the lastLoading property.
      Parameters:
      value - allowed object is String
    • getIssueDate

      public Date getIssueDate()
      Gets the value of the issueDate property.
      Returns:
      possible object is String
    • setIssueDate

      public void setIssueDate(Date value)
      Sets the value of the issueDate property.
      Parameters:
      value - allowed object is String
    • getNextUpdate

      public Date getNextUpdate()
      Gets the value of the nextUpdate property.
      Returns:
      possible object is String
    • setNextUpdate

      public void setNextUpdate(Date value)
      Sets the value of the nextUpdate property.
      Parameters:
      value - allowed object is String
    • isWellSigned

      public boolean isWellSigned()
      Gets the value of the wellSigned property.
    • setWellSigned

      public void setWellSigned(boolean value)
      Sets the value of the wellSigned property.
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • isLOTL

      public boolean isLOTL()
      Gets the value of the lotl property.
      Returns:
      possible object is Boolean
    • setLOTL

      public void setLOTL(Boolean value)
      Sets the value of the lotl property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public XmlTrustedList getParent()
      Gets the value of the parent property.
      Returns:
      possible object is Object
    • setParent

      public void setParent(XmlTrustedList value)
      Sets the value of the parent property.
      Parameters:
      value - allowed object is Object
    • isMra

      public Boolean isMra()
      Gets the value of the mra property.
      Returns:
      possible object is Boolean
    • setMra

      public void setMra(Boolean value)
      Sets the value of the mra property.
      Parameters:
      value - allowed object is Boolean