Class XmlSubject
java.lang.Object
eu.europa.esig.dss.simplecertificatereport.jaxb.XmlSubject
- All Implemented Interfaces:
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the commonName property.Gets the value of the country property.getEmail()
Gets the value of the email property.Gets the value of the givenName property.Gets the value of the locality property.Gets the value of the organizationName property.Gets the value of the organizationUnit property.Gets the value of the pseudonym property.getState()
Gets the value of the state property.Gets the value of the surname property.void
setCommonName
(String value) Sets the value of the commonName property.void
setCountry
(String value) Sets the value of the country property.void
Sets the value of the email property.void
setGivenName
(String value) Sets the value of the givenName property.void
setLocality
(String value) Sets the value of the locality property.void
setOrganizationName
(String value) Sets the value of the organizationName property.void
setOrganizationUnit
(String value) Sets the value of the organizationUnit property.void
setPseudonym
(String value) Sets the value of the pseudonym property.void
Sets the value of the state property.void
setSurname
(String value) Sets the value of the surname property.
-
Field Details
-
commonName
-
surname
-
givenName
-
pseudonym
-
organizationName
-
organizationUnit
-
email
-
locality
-
state
-
country
-
-
Constructor Details
-
XmlSubject
public XmlSubject()
-
-
Method Details
-
getCommonName
-
setCommonName
-
getSurname
-
setSurname
-
getGivenName
-
setGivenName
-
getPseudonym
-
setPseudonym
-
getOrganizationName
-
setOrganizationName
-
getOrganizationUnit
-
setOrganizationUnit
-
getEmail
-
setEmail
-
getLocality
-
setLocality
-
getState
-
setState
-
getCountry
-
setCountry
-