Class XmlRelatedRevocation
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlFoundRevocation
eu.europa.esig.dss.diagnostic.jaxb.XmlRelatedRevocation
- All Implemented Interfaces:
Serializable
public class XmlRelatedRevocation extends XmlFoundRevocation implements 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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected XmlRevocation
revocation
Fields inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlFoundRevocation
origins, revocationRefs, type
-
Constructor Summary
Constructors Constructor Description XmlRelatedRevocation()
-
Method Summary
Modifier and Type Method Description XmlRevocation
getRevocation()
Gets 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
-
Constructor Details
-
XmlRelatedRevocation
public XmlRelatedRevocation()
-
-
Method Details
-
getRevocation
Gets the value of the revocation property.- Returns:
- possible object is
Object
-
setRevocation
Sets the value of the revocation property.- Parameters:
value
- allowed object isObject
-