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 StringcommonNameprotected Stringcountryprotected Stringemailprotected StringgivenNameprotected Stringlocalityprotected StringorganizationNameprotected StringorganizationUnitprotected Stringpseudonymprotected Stringstateprotected Stringsurname
-
Constructor Summary
Constructors Constructor Description XmlSubject()
-
Method Summary
Modifier and Type Method Description StringgetCommonName()Gets the value of the commonName property.StringgetCountry()Gets the value of the country property.StringgetEmail()Gets the value of the email property.StringgetGivenName()Gets the value of the givenName property.StringgetLocality()Gets the value of the locality property.StringgetOrganizationName()Gets the value of the organizationName property.StringgetOrganizationUnit()Gets the value of the organizationUnit property.StringgetPseudonym()Gets the value of the pseudonym property.StringgetState()Gets the value of the state property.StringgetSurname()Gets the value of the surname property.voidsetCommonName(String value)Sets the value of the commonName property.voidsetCountry(String value)Sets the value of the country property.voidsetEmail(String value)Sets the value of the email property.voidsetGivenName(String value)Sets the value of the givenName property.voidsetLocality(String value)Sets the value of the locality property.voidsetOrganizationName(String value)Sets the value of the organizationName property.voidsetOrganizationUnit(String value)Sets the value of the organizationUnit property.voidsetPseudonym(String value)Sets the value of the pseudonym property.voidsetState(String value)Sets the value of the state property.voidsetSurname(String value)Sets the value of the surname property.
-
-
-
Field Detail
-
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
-
-
Method Detail
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
getCountry
public String getCountry()
Gets the value of the country property.- Returns:
- possible object is
String
-
-