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
Gets the value of the commonName property.- Returns:
- possible object is
String
-
setCommonName
Sets the value of the commonName property.- Parameters:
value
- allowed object isString
-
getSurname
Gets the value of the surname property.- Returns:
- possible object is
String
-
setSurname
Sets the value of the surname property.- Parameters:
value
- allowed object isString
-
getGivenName
Gets the value of the givenName property.- Returns:
- possible object is
String
-
setGivenName
Sets the value of the givenName property.- Parameters:
value
- allowed object isString
-
getPseudonym
Gets the value of the pseudonym property.- Returns:
- possible object is
String
-
setPseudonym
Sets the value of the pseudonym property.- Parameters:
value
- allowed object isString
-
getOrganizationName
Gets the value of the organizationName property.- Returns:
- possible object is
String
-
setOrganizationName
Sets the value of the organizationName property.- Parameters:
value
- allowed object isString
-
getOrganizationUnit
Gets the value of the organizationUnit property.- Returns:
- possible object is
String
-
setOrganizationUnit
Sets the value of the organizationUnit property.- Parameters:
value
- allowed object isString
-
getEmail
Gets the value of the email property.- Returns:
- possible object is
String
-
setEmail
Sets the value of the email property.- Parameters:
value
- allowed object isString
-
getLocality
Gets the value of the locality property.- Returns:
- possible object is
String
-
setLocality
Sets the value of the locality property.- Parameters:
value
- allowed object isString
-
getState
Gets the value of the state property.- Returns:
- possible object is
String
-
setState
Sets the value of the state property.- Parameters:
value
- allowed object isString
-
getCountry
Gets the value of the country property.- Returns:
- possible object is
String
-
setCountry
Sets the value of the country property.- Parameters:
value
- allowed object isString
-