Class XmlSubject

java.lang.Object
eu.europa.esig.dss.simplecertificatereport.jaxb.XmlSubject
All Implemented Interfaces:
Serializable

public class XmlSubject extends Object implements Serializable

Java class for Subject complex type.

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

 <complexType name="Subject">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="commonName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="surname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="givenName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pseudonym" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="organizationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="organizationUnit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="locality" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: