public class XmlRevocation extends Object
Java class for Revocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Revocation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Origin" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Source" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SourceAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Available" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProductionDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ThisUpdate" 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="RevocationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ExpiredCertsOnCRL" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ArchiveCutOff" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="DigestAlgoAndValues" type="{http://dss.esig.europa.eu/validation/diagnostic}DigestAlgoAndValues" minOccurs="0"/>
<element name="BasicSignature" type="{http://dss.esig.europa.eu/validation/diagnostic}BasicSignature" minOccurs="0"/>
<element name="SigningCertificate" type="{http://dss.esig.europa.eu/validation/diagnostic}SigningCertificate" minOccurs="0"/>
<element name="CertificateChain" type="{http://dss.esig.europa.eu/validation/diagnostic}CertificateChain" minOccurs="0"/>
<element name="Info" type="{http://dss.esig.europa.eu/validation/diagnostic}InfoType" minOccurs="0"/>
</sequence>
<attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Date |
archiveCutOff |
protected Boolean |
available |
protected XmlBasicSignature |
basicSignature |
protected List<XmlChainItem> |
certificateChain |
protected List<XmlDigestAlgoAndValue> |
digestAlgoAndValues |
protected Date |
expiredCertsOnCRL |
protected String |
id |
protected List<XmlMessage> |
info |
protected Date |
nextUpdate |
protected String |
origin |
protected Date |
productionDate |
protected String |
reason |
protected Date |
revocationDate |
protected XmlSigningCertificate |
signingCertificate |
protected String |
source |
protected String |
sourceAddress |
protected boolean |
status |
protected Date |
thisUpdate |
| Constructor and Description |
|---|
XmlRevocation() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getArchiveCutOff()
Gets the value of the archiveCutOff property.
|
XmlBasicSignature |
getBasicSignature()
Gets the value of the basicSignature property.
|
List<XmlChainItem> |
getCertificateChain() |
List<XmlDigestAlgoAndValue> |
getDigestAlgoAndValues() |
Date |
getExpiredCertsOnCRL()
Gets the value of the expiredCertsOnCRL property.
|
String |
getId()
Gets the value of the id property.
|
List<XmlMessage> |
getInfo() |
Date |
getNextUpdate()
Gets the value of the nextUpdate property.
|
String |
getOrigin()
Gets the value of the origin property.
|
Date |
getProductionDate()
Gets the value of the productionDate property.
|
String |
getReason()
Gets the value of the reason property.
|
Date |
getRevocationDate()
Gets the value of the revocationDate property.
|
XmlSigningCertificate |
getSigningCertificate()
Gets the value of the signingCertificate property.
|
String |
getSource()
Gets the value of the source property.
|
String |
getSourceAddress()
Gets the value of the sourceAddress property.
|
Date |
getThisUpdate()
Gets the value of the thisUpdate property.
|
Boolean |
isAvailable()
Gets the value of the available property.
|
boolean |
isStatus()
Gets the value of the status property.
|
void |
setArchiveCutOff(Date value)
Sets the value of the archiveCutOff property.
|
void |
setAvailable(Boolean value)
Sets the value of the available property.
|
void |
setBasicSignature(XmlBasicSignature value)
Sets the value of the basicSignature property.
|
void |
setCertificateChain(List<XmlChainItem> certificateChain) |
void |
setDigestAlgoAndValues(List<XmlDigestAlgoAndValue> digestAlgoAndValues) |
void |
setExpiredCertsOnCRL(Date value)
Sets the value of the expiredCertsOnCRL property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInfo(List<XmlMessage> info) |
void |
setNextUpdate(Date value)
Sets the value of the nextUpdate property.
|
void |
setOrigin(String value)
Sets the value of the origin property.
|
void |
setProductionDate(Date value)
Sets the value of the productionDate property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
void |
setRevocationDate(Date value)
Sets the value of the revocationDate property.
|
void |
setSigningCertificate(XmlSigningCertificate value)
Sets the value of the signingCertificate property.
|
void |
setSource(String value)
Sets the value of the source property.
|
void |
setSourceAddress(String value)
Sets the value of the sourceAddress property.
|
void |
setStatus(boolean value)
Sets the value of the status property.
|
void |
setThisUpdate(Date value)
Sets the value of the thisUpdate property.
|
protected String origin
protected String source
protected String sourceAddress
protected Boolean available
protected boolean status
protected String reason
protected Date productionDate
protected Date thisUpdate
protected Date nextUpdate
protected Date revocationDate
protected Date expiredCertsOnCRL
protected Date archiveCutOff
protected List<XmlDigestAlgoAndValue> digestAlgoAndValues
protected XmlBasicSignature basicSignature
protected XmlSigningCertificate signingCertificate
protected List<XmlChainItem> certificateChain
protected List<XmlMessage> info
protected String id
public String getOrigin()
Stringpublic void setOrigin(String value)
value - allowed object is
Stringpublic String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic String getSourceAddress()
Stringpublic void setSourceAddress(String value)
value - allowed object is
Stringpublic Boolean isAvailable()
Booleanpublic void setAvailable(Boolean value)
value - allowed object is
Booleanpublic boolean isStatus()
public void setStatus(boolean value)
public String getReason()
Stringpublic void setReason(String value)
value - allowed object is
Stringpublic Date getProductionDate()
Stringpublic void setProductionDate(Date value)
value - allowed object is
Stringpublic Date getThisUpdate()
Stringpublic void setThisUpdate(Date value)
value - allowed object is
Stringpublic Date getNextUpdate()
Stringpublic void setNextUpdate(Date value)
value - allowed object is
Stringpublic Date getRevocationDate()
Stringpublic void setRevocationDate(Date value)
value - allowed object is
Stringpublic Date getExpiredCertsOnCRL()
Stringpublic void setExpiredCertsOnCRL(Date value)
value - allowed object is
Stringpublic Date getArchiveCutOff()
Stringpublic void setArchiveCutOff(Date value)
value - allowed object is
Stringpublic XmlBasicSignature getBasicSignature()
XmlBasicSignaturepublic void setBasicSignature(XmlBasicSignature value)
value - allowed object is
XmlBasicSignaturepublic XmlSigningCertificate getSigningCertificate()
XmlSigningCertificatepublic void setSigningCertificate(XmlSigningCertificate value)
value - allowed object is
XmlSigningCertificatepublic void setId(String value)
value - allowed object is
Stringpublic List<XmlDigestAlgoAndValue> getDigestAlgoAndValues()
public void setDigestAlgoAndValues(List<XmlDigestAlgoAndValue> digestAlgoAndValues)
public List<XmlChainItem> getCertificateChain()
public void setCertificateChain(List<XmlChainItem> certificateChain)
public List<XmlMessage> getInfo()
public void setInfo(List<XmlMessage> info)
Copyright © 2018. All rights reserved.