Class XmlOrphanRevocationToken
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlAbstractToken
eu.europa.esig.dss.diagnostic.jaxb.XmlOrphanToken
eu.europa.esig.dss.diagnostic.jaxb.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 Summary
Fields Modifier and Type Field Description protected RevocationType
type
Fields inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlOrphanToken
base64Encoded, digestAlgoAndValue
-
Constructor Summary
Constructors Constructor Description XmlOrphanRevocationToken()
-
Method Summary
Modifier and Type Method Description RevocationType
getType()
Gets the value of the type property.void
setType(RevocationType value)
Sets the value of the type property.Methods inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlOrphanToken
getBase64Encoded, getDigestAlgoAndValue, setBase64Encoded, setDigestAlgoAndValue