Class XmlOrphanCertificate

  • All Implemented Interfaces:
    Serializable

    public class XmlOrphanCertificate
    extends XmlFoundCertificate
    implements Serializable

    Java class for OrphanCertificate complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="OrphanCertificate">
       <complexContent>
         <extension base="{http://dss.esig.europa.eu/validation/diagnostic}FoundCertificate">
           <attribute name="Token" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • XmlOrphanCertificate

        public XmlOrphanCertificate()
    • Method Detail

      • getToken

        public XmlOrphanToken getToken()
        Gets the value of the token property.
        Returns:
        possible object is Object
      • setToken

        public void setToken​(XmlOrphanToken value)
        Sets the value of the token property.
        Parameters:
        value - allowed object is Object