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 XmlRevocationrevocation-
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 XmlRevocationgetRevocation()Gets the value of the revocation property.voidsetRevocation(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 Detail
-
revocation
protected XmlRevocation revocation
-
-
Method Detail
-
getRevocation
public XmlRevocation getRevocation()
Gets the value of the revocation property.- Returns:
- possible object is
Object
-
setRevocation
public void setRevocation(XmlRevocation value)
Sets the value of the revocation property.- Parameters:
value- allowed object isObject
-
-