Class XmlTSAGeneralName

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

public class XmlTSAGeneralName extends Object implements Serializable

Java class for TSAGeneralName complex type.

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

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