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:
  • Field Details

    • commonName

      protected String commonName
    • surname

      protected String surname
    • givenName

      protected String givenName
    • pseudonym

      protected String pseudonym
    • organizationName

      protected String organizationName
    • organizationUnit

      protected String organizationUnit
    • email

      protected String email
    • locality

      protected String locality
    • state

      protected String state
    • country

      protected String country
  • Constructor Details

    • XmlSubject

      public XmlSubject()
  • Method Details

    • getCommonName

      public String getCommonName()
      Gets the value of the commonName property.
      Returns:
      possible object is String
    • setCommonName

      public void setCommonName(String value)
      Sets the value of the commonName property.
      Parameters:
      value - allowed object is String
    • getSurname

      public String getSurname()
      Gets the value of the surname property.
      Returns:
      possible object is String
    • setSurname

      public void setSurname(String value)
      Sets the value of the surname property.
      Parameters:
      value - allowed object is String
    • getGivenName

      public String getGivenName()
      Gets the value of the givenName property.
      Returns:
      possible object is String
    • setGivenName

      public void setGivenName(String value)
      Sets the value of the givenName property.
      Parameters:
      value - allowed object is String
    • getPseudonym

      public String getPseudonym()
      Gets the value of the pseudonym property.
      Returns:
      possible object is String
    • setPseudonym

      public void setPseudonym(String value)
      Sets the value of the pseudonym property.
      Parameters:
      value - allowed object is String
    • getOrganizationName

      public String getOrganizationName()
      Gets the value of the organizationName property.
      Returns:
      possible object is String
    • setOrganizationName

      public void setOrganizationName(String value)
      Sets the value of the organizationName property.
      Parameters:
      value - allowed object is String
    • getOrganizationUnit

      public String getOrganizationUnit()
      Gets the value of the organizationUnit property.
      Returns:
      possible object is String
    • setOrganizationUnit

      public void setOrganizationUnit(String value)
      Sets the value of the organizationUnit property.
      Parameters:
      value - allowed object is String
    • getEmail

      public String getEmail()
      Gets the value of the email property.
      Returns:
      possible object is String
    • setEmail

      public void setEmail(String value)
      Sets the value of the email property.
      Parameters:
      value - allowed object is String
    • getLocality

      public String getLocality()
      Gets the value of the locality property.
      Returns:
      possible object is String
    • setLocality

      public void setLocality(String value)
      Sets the value of the locality property.
      Parameters:
      value - allowed object is String
    • getState

      public String getState()
      Gets the value of the state property.
      Returns:
      possible object is String
    • setState

      public void setState(String value)
      Sets the value of the state property.
      Parameters:
      value - allowed object is String
    • getCountry

      public String getCountry()
      Gets the value of the country property.
      Returns:
      possible object is String
    • setCountry

      public void setCountry(String value)
      Sets the value of the country property.
      Parameters:
      value - allowed object is String