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
Fields -
Constructor Summary
Constructors -
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.voidsetCommonName(String value) Sets the value of the commonName property.voidsetCountry(String value) Sets the value of the country property.voidSets 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.voidSets the value of the state property.voidsetSurname(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
-