Class XmlOrphanToken
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlAbstractToken
eu.europa.esig.dss.diagnostic.jaxb.XmlOrphanToken
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XmlOrphanCertificateToken
,XmlOrphanRevocationToken
public abstract class XmlOrphanToken extends XmlAbstractToken implements Serializable
Java class for OrphanToken complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrphanToken"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/diagnostic}AbstractToken"> <sequence> <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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected byte[]
base64Encoded
protected XmlDigestAlgoAndValue
digestAlgoAndValue
-
Constructor Summary
Constructors Constructor Description XmlOrphanToken()
-
Method Summary
Modifier and Type Method Description byte[]
getBase64Encoded()
Gets the value of the base64Encoded property.XmlDigestAlgoAndValue
getDigestAlgoAndValue()
Gets the value of the digestAlgoAndValue property.void
setBase64Encoded(byte[] value)
Sets the value of the base64Encoded property.void
setDigestAlgoAndValue(XmlDigestAlgoAndValue value)
Sets the value of the digestAlgoAndValue property.
-
Field Details
-
base64Encoded
protected byte[] base64Encoded -
digestAlgoAndValue
-
-
Constructor Details
-
XmlOrphanToken
public XmlOrphanToken()
-
-
Method Details
-
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
-