Module jpms_dss_diagnostic_data
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
FieldsModifier and TypeFieldDescriptionprotected byte[]protected XmlDigestAlgoAndValueprotected eu.europa.esig.dss.enumerations.RevocationTypeFields inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlOrphanToken
encapsulationTypeFields inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlAbstractToken
duplicated, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Gets the value of the base64Encoded property.Gets the value of the digestAlgoAndValue property.eu.europa.esig.dss.enumerations.RevocationTypeGets the value of the revocationType property.voidsetBase64Encoded(byte[] value) Sets the value of the base64Encoded property.voidSets the value of the digestAlgoAndValue property.voidsetRevocationType(eu.europa.esig.dss.enumerations.RevocationType value) Sets the value of the revocationType property.Methods inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlOrphanToken
getEncapsulationType, setEncapsulationTypeMethods inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlAbstractToken
getId, isDuplicated, setDuplicated, setId
-
Field Details
-
revocationType
protected eu.europa.esig.dss.enumerations.RevocationType revocationType -
base64Encoded
protected byte[] base64Encoded -
digestAlgoAndValue
-
-
Constructor Details
-
XmlOrphanRevocationToken
public XmlOrphanRevocationToken()
-
-
Method Details
-
getRevocationType
public eu.europa.esig.dss.enumerations.RevocationType getRevocationType()Gets the value of the revocationType property.- Returns:
- possible object is
String
-
setRevocationType
public void setRevocationType(eu.europa.esig.dss.enumerations.RevocationType value) 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
-