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="Type" type="{http://dss.esig.europa.eu/validation/diagnostic}RevocationType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form
  • Field Details

  • Constructor Details

    • XmlOrphanRevocationToken

      public XmlOrphanRevocationToken()
  • Method Details

    • getType

      public RevocationType getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType​(RevocationType value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String