Class XmlIssuerEntityKey

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlIssuerEntityKey
All Implemented Interfaces:
Serializable

public class XmlIssuerEntityKey extends Object implements Serializable

Java class for IssuerEntityKey complex type.

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

 <complexType name="IssuerEntityKey">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="subjectName" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </simpleContent>
 </complexType>
 
See Also: