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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected String
commonName
protected String
country
protected String
email
protected String
givenName
protected String
locality
protected String
organizationName
protected String
organizationUnit
protected String
pseudonym
protected String
state
protected String
surname
-
Constructor Summary
Constructors Constructor Description XmlSubject()
-
Method Summary
Modifier and Type Method Description String
getCommonName()
Gets the value of the commonName property.String
getCountry()
Gets the value of the country property.String
getEmail()
Gets the value of the email property.String
getGivenName()
Gets the value of the givenName property.String
getLocality()
Gets the value of the locality property.String
getOrganizationName()
Gets the value of the organizationName property.String
getOrganizationUnit()
Gets the value of the organizationUnit property.String
getPseudonym()
Gets the value of the pseudonym property.String
getState()
Gets the value of the state property.String
getSurname()
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
setEmail(String value)
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
setState(String value)
Sets the value of the state property.void
setSurname(String value)
Sets the value of the surname property.
-
Field Details
-
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
-