Class XmlRevocationRef

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlRevocationRef
All Implemented Interfaces:
Serializable

public class XmlRevocationRef extends Object implements Serializable

Java class for RevocationRef complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="RevocationRef">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="Origin" type="{http://dss.esig.europa.eu/validation/diagnostic}RevocationRefOriginType" maxOccurs="unbounded"/>
        <element name="DigestAlgoAndValue" type="{http://dss.esig.europa.eu/validation/diagnostic}DigestAlgoAndValue" minOccurs="0"/>
        <element name="ProducedAt" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
        <element name="ResponderId" type="{http://dss.esig.europa.eu/validation/diagnostic}SignerInfo" minOccurs="0"/>
        <element name="Issuer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="IssueTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
        <element name="Number" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
See Also:
  • Field Details

  • Constructor Details

    • XmlRevocationRef

      public XmlRevocationRef()
  • Method Details

    • getOrigins

      public List<RevocationRefOrigin> getOrigins()
      Gets the value of the origins property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the origins property.

      For example, to add a new item, do as follows:

         getOrigins().add(newItem);
      

      Objects of the following type(s) are allowed in the list String

    • getDigestAlgoAndValue

      public XmlDigestAlgoAndValue getDigestAlgoAndValue()
      Gets the value of the digestAlgoAndValue property.
      Returns:
      possible object is XmlDigestAlgoAndValue
    • setDigestAlgoAndValue

      public void setDigestAlgoAndValue(XmlDigestAlgoAndValue value)
      Sets the value of the digestAlgoAndValue property.
      Parameters:
      value - allowed object is XmlDigestAlgoAndValue
    • getProducedAt

      public Date getProducedAt()
      Gets the value of the producedAt property.
      Returns:
      possible object is String
    • setProducedAt

      public void setProducedAt(Date value)
      Sets the value of the producedAt property.
      Parameters:
      value - allowed object is String
    • getResponderId

      public XmlSignerInfo getResponderId()
      Gets the value of the responderId property.
      Returns:
      possible object is XmlSignerInfo
    • setResponderId

      public void setResponderId(XmlSignerInfo value)
      Sets the value of the responderId property.
      Parameters:
      value - allowed object is XmlSignerInfo
    • getIssuer

      public String getIssuer()
      Gets the value of the issuer property.
      Returns:
      possible object is String
    • setIssuer

      public void setIssuer(String value)
      Sets the value of the issuer property.
      Parameters:
      value - allowed object is String
    • getIssueTime

      public Date getIssueTime()
      Gets the value of the issueTime property.
      Returns:
      possible object is String
    • setIssueTime

      public void setIssueTime(Date value)
      Sets the value of the issueTime property.
      Parameters:
      value - allowed object is String
    • getNumber

      public BigInteger getNumber()
      Gets the value of the number property.
      Returns:
      possible object is BigInteger
    • setNumber

      public void setNumber(BigInteger value)
      Sets the value of the number property.
      Parameters:
      value - allowed object is BigInteger