Class XmlOrphanRevocationToken

All Implemented Interfaces:
Serializable

public class XmlOrphanRevocationToken extends XmlOrphanToken implements Serializable

Java class for OrphanRevocationToken complex type.

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

 <complexType name="OrphanRevocationToken">
   <complexContent>
     <extension base="{http://dss.esig.europa.eu/validation/diagnostic}OrphanToken">
       <sequence>
         <element name="RevocationType" type="{http://dss.esig.europa.eu/validation/diagnostic}RevocationType"/>
         <choice minOccurs="0">
           <element name="Base64Encoded" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           <element name="DigestAlgoAndValue" type="{http://dss.esig.europa.eu/validation/diagnostic}DigestAlgoAndValue"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • revocationType

      protected RevocationType revocationType
    • base64Encoded

      protected byte[] base64Encoded
    • digestAlgoAndValue

      protected XmlDigestAlgoAndValue digestAlgoAndValue
  • Constructor Details

    • XmlOrphanRevocationToken

      public XmlOrphanRevocationToken()
  • Method Details

    • getRevocationType

      public RevocationType getRevocationType()
      Gets the value of the revocationType property.
      Returns:
      possible object is String
    • setRevocationType

      public void setRevocationType(RevocationType value)
      Sets the value of the revocationType property.
      Parameters:
      value - allowed object is String
    • getBase64Encoded

      public byte[] getBase64Encoded()
      Gets the value of the base64Encoded property.
      Returns:
      possible object is byte[]
    • setBase64Encoded

      public void setBase64Encoded(byte[] value)
      Sets the value of the base64Encoded property.
      Parameters:
      value - allowed object is byte[]
    • 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