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
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"> <attribute name="EncapsulationType" use="required" type="{http://dss.esig.europa.eu/validation/diagnostic}EncapsulationType" /> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlAbstractToken
id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the encapsulationType property.void
Sets the value of the encapsulationType property.Methods inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlAbstractToken
getId, setId
-
Field Details
-
encapsulationType
-
-
Constructor Details
-
XmlOrphanToken
public XmlOrphanToken()
-
-
Method Details
-
getEncapsulationType
Gets the value of the encapsulationType property.- Returns:
- possible object is
XmlEncapsulationType
-
setEncapsulationType
Sets the value of the encapsulationType property.- Parameters:
value
- allowed object isXmlEncapsulationType
-