Class XmlOrphanRevocationToken

java.lang.Object
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: