Class XmlRelatedRevocation
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlFoundRevocation
eu.europa.esig.dss.diagnostic.jaxb.XmlRelatedRevocation
- All Implemented Interfaces:
Serializable
Java class for RelatedRevocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelatedRevocation"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/diagnostic}FoundRevocation"> <attribute name="Revocation" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlFoundRevocation
origins, revocationRefs, type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the revocation property.void
setRevocation
(XmlRevocation value) Sets the value of the revocation property.Methods inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlFoundRevocation
getOrigins, getRevocationRefs, getType, setType
-
Field Details
-
revocation
-
-
Constructor Details
-
XmlRelatedRevocation
public XmlRelatedRevocation()
-
-
Method Details