Class XmlSignerRole

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

public class XmlSignerRole extends Object implements Serializable

Java class for SignerRole complex type.

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

 <complexType name="SignerRole">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Role" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="NotAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="NotBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
       <attribute name="Category" use="required" type="{http://dss.esig.europa.eu/validation/diagnostic}EndorsementType" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: