Class 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
    • Constructor Detail

      • XmlRelatedRevocation

        public XmlRelatedRevocation()
    • 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 is Object