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="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" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected String
countryCode
protected String
id
protected Date
issueDate
protected Date
lastLoading
protected Boolean
lotl
protected Date
nextUpdate
protected Integer
sequenceNumber
protected String
url
protected Integer
version
protected boolean
wellSigned
-
Constructor Summary
Constructors Constructor Description XmlTrustedList()
-
Method Summary
Modifier and Type Method Description String
getCountryCode()
Gets the value of the countryCode property.String
getId()
Gets the value of the id property.Date
getIssueDate()
Gets the value of the issueDate property.Date
getLastLoading()
Gets the value of the lastLoading property.Date
getNextUpdate()
Gets the value of the nextUpdate property.Integer
getSequenceNumber()
Gets the value of the sequenceNumber property.String
getUrl()
Gets the value of the url property.Integer
getVersion()
Gets the value of the version property.boolean
isLOTL()
Gets the value of the lotl property.boolean
isWellSigned()
Gets the value of the wellSigned property.void
setCountryCode(String value)
Sets the value of the countryCode property.void
setId(String value)
Sets the value of the id property.void
setIssueDate(Date value)
Sets the value of the issueDate property.void
setLastLoading(Date value)
Sets the value of the lastLoading property.void
setLOTL(Boolean value)
Sets the value of the lotl property.void
setNextUpdate(Date value)
Sets the value of the nextUpdate property.void
setSequenceNumber(Integer value)
Sets the value of the sequenceNumber property.void
setUrl(String value)
Sets the value of the url property.void
setVersion(Integer value)
Sets the value of the version property.void
setWellSigned(boolean value)
Sets the value of the wellSigned property.
-
Field Details
-
countryCode
-
url
-
sequenceNumber
-
version
-
lastLoading
-
issueDate
-
nextUpdate
-
wellSigned
protected boolean wellSigned -
id
-
lotl
-
-
Constructor Details
-
XmlTrustedList
public XmlTrustedList()
-
-
Method Details
-
getCountryCode
Gets the value of the countryCode property.- Returns:
- possible object is
String
-
setCountryCode
Sets the value of the countryCode property.- Parameters:
value
- allowed object isString
-
getUrl
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
Sets the value of the url property.- Parameters:
value
- allowed object isString
-
getSequenceNumber
Gets the value of the sequenceNumber property.- Returns:
- possible object is
Integer
-
setSequenceNumber
Sets the value of the sequenceNumber property.- Parameters:
value
- allowed object isInteger
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
Integer
-
setVersion
Sets the value of the version property.- Parameters:
value
- allowed object isInteger
-
getLastLoading
Gets the value of the lastLoading property.- Returns:
- possible object is
String
-
setLastLoading
Sets the value of the lastLoading property.- Parameters:
value
- allowed object isString
-
getIssueDate
Gets the value of the issueDate property.- Returns:
- possible object is
String
-
setIssueDate
Sets the value of the issueDate property.- Parameters:
value
- allowed object isString
-
getNextUpdate
Gets the value of the nextUpdate property.- Returns:
- possible object is
String
-
setNextUpdate
Sets the value of the nextUpdate property.- Parameters:
value
- allowed object isString
-
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
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isLOTL
public boolean isLOTL()Gets the value of the lotl property.- Returns:
- possible object is
Boolean
-
setLOTL
Sets the value of the lotl property.- Parameters:
value
- allowed object isBoolean
-