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
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 Summary
Modifier and TypeFieldDescriptionprotected byte[]
protected XmlDigestAlgoAndValue
protected RevocationType
Fields inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlOrphanToken
encapsulationType
Fields inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlAbstractToken
id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Gets the value of the base64Encoded property.Gets the value of the digestAlgoAndValue property.Gets the value of the revocationType property.void
setBase64Encoded
(byte[] value) Sets the value of the base64Encoded property.void
Sets the value of the digestAlgoAndValue property.void
setRevocationType
(RevocationType value) Sets the value of the revocationType property.Methods inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlOrphanToken
getEncapsulationType, setEncapsulationType
Methods inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlAbstractToken
getId, setId
-
Field Details
-
revocationType
-
base64Encoded
protected byte[] base64Encoded -
digestAlgoAndValue
-
-
Constructor Details
-
XmlOrphanRevocationToken
public XmlOrphanRevocationToken()
-
-
Method Details
-
getRevocationType
Gets the value of the revocationType property.- Returns:
- possible object is
String
-
setRevocationType
Sets the value of the revocationType property.- Parameters:
value
- allowed object isString
-
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
Gets the value of the digestAlgoAndValue property.- Returns:
- possible object is
XmlDigestAlgoAndValue
-
setDigestAlgoAndValue
Sets the value of the digestAlgoAndValue property.- Parameters:
value
- allowed object isXmlDigestAlgoAndValue
-