public class XmlTrustedList extends Object
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"/>
<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>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
countryCode |
protected Date |
issueDate |
protected Date |
lastLoading |
protected Date |
nextUpdate |
protected Integer |
sequenceNumber |
protected String |
url |
protected Integer |
version |
protected boolean |
wellSigned |
| Constructor and Description |
|---|
XmlTrustedList() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountryCode()
Gets the value of the countryCode 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 |
isWellSigned()
Gets the value of the wellSigned property.
|
void |
setCountryCode(String value)
Sets the value of the countryCode property.
|
void |
setIssueDate(Date value)
Sets the value of the issueDate property.
|
void |
setLastLoading(Date value)
Sets the value of the lastLoading 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.
|
protected String countryCode
protected String url
protected Integer sequenceNumber
protected Integer version
protected Date lastLoading
protected Date issueDate
protected Date nextUpdate
protected boolean wellSigned
public String getCountryCode()
Stringpublic void setCountryCode(String value)
value - allowed object is
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic Integer getSequenceNumber()
Integerpublic void setSequenceNumber(Integer value)
value - allowed object is
Integerpublic Integer getVersion()
Integerpublic void setVersion(Integer value)
value - allowed object is
Integerpublic Date getLastLoading()
Stringpublic void setLastLoading(Date value)
value - allowed object is
Stringpublic Date getIssueDate()
Stringpublic void setIssueDate(Date value)
value - allowed object is
Stringpublic Date getNextUpdate()
Stringpublic void setNextUpdate(Date value)
value - allowed object is
Stringpublic boolean isWellSigned()
public void setWellSigned(boolean value)
Copyright © 2018. All rights reserved.