Class XmlTrustedList
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlTrustedList
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the countryCode property.getId()Gets the value of the id property.Gets the value of the issueDate property.Gets the value of the lastLoading property.Gets the value of the nextUpdate property.Gets the value of the parent property.Gets the value of the sequenceNumber property.Gets the value of the tslType property.getUrl()Gets the value of the url property.Gets the value of the version property.booleanisLOTL()Gets the value of the lotl property.isMra()Gets the value of the mra property.booleanGets the value of the wellSigned property.voidsetCountryCode(String value) Sets the value of the countryCode property.voidSets the value of the id property.voidsetIssueDate(Date value) Sets the value of the issueDate property.voidsetLastLoading(Date value) Sets the value of the lastLoading property.voidSets the value of the lotl property.voidSets the value of the mra property.voidsetNextUpdate(Date value) Sets the value of the nextUpdate property.voidsetParent(XmlTrustedList value) Sets the value of the parent property.voidsetSequenceNumber(Integer value) Sets the value of the sequenceNumber property.voidsetTSLType(String value) Sets the value of the tslType property.voidSets the value of the url property.voidsetVersion(Integer value) Sets the value of the version property.voidsetWellSigned(boolean value) Sets the value of the wellSigned property.
-
Field Details
-
countryCode
-
url
-
tslType
-
sequenceNumber
-
version
-
lastLoading
-
issueDate
-
nextUpdate
-
wellSigned
protected boolean wellSigned -
id
-
lotl
-
parent
-
mra
-
-
Constructor Details
-
XmlTrustedList
public XmlTrustedList()
-
-
Method Details
-
getCountryCode
-
setCountryCode
-
getUrl
-
setUrl
-
getTSLType
-
setTSLType
-
getSequenceNumber
-
setSequenceNumber
-
getVersion
-
setVersion
-
getLastLoading
-
setLastLoading
-
getIssueDate
-
setIssueDate
-
getNextUpdate
-
setNextUpdate
-
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
-
setId
-
isLOTL
-
setLOTL
-
getParent
Gets the value of the parent property.- Returns:
- possible object is
Object
-
setParent
Sets the value of the parent property.- Parameters:
value- allowed object isObject
-
isMra
-
setMra
-