|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.etkra.protocol.v1.EhealthDistinguishedNameType
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-10-16T01:45:16+02:00",
comments="JAXB RI v2.2.11")
public class EhealthDistinguishedNameType
Java class for EhealthDistinguishedNameType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EhealthDistinguishedNameType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CommonName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="OrganisationUnit" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Organisation" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SerialNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="EmailAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
EhealthDistinguishedNameType()
|
|
| Method Summary | |
|---|---|
String |
getCommonName()
Gets the value of the commonName property. |
String |
getEmailAddress()
Gets the value of the emailAddress property. |
String |
getOrganisation()
Gets the value of the organisation property. |
String |
getOrganisationUnit()
Gets the value of the organisationUnit property. |
String |
getSerialNumber()
Gets the value of the serialNumber property. |
void |
setCommonName(String value)
Sets the value of the commonName property. |
void |
setEmailAddress(String value)
Sets the value of the emailAddress property. |
void |
setOrganisation(String value)
Sets the value of the organisation property. |
void |
setOrganisationUnit(String value)
Sets the value of the organisationUnit property. |
void |
setSerialNumber(String value)
Sets the value of the serialNumber property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EhealthDistinguishedNameType()
| Method Detail |
|---|
public String getCommonName()
Stringpublic void setCommonName(String value)
value - allowed object is
Stringpublic String getOrganisationUnit()
Stringpublic void setOrganisationUnit(String value)
value - allowed object is
Stringpublic String getOrganisation()
Stringpublic void setOrganisation(String value)
value - allowed object is
Stringpublic String getSerialNumber()
Stringpublic void setSerialNumber(String value)
value - allowed object is
Stringpublic String getEmailAddress()
Stringpublic void setEmailAddress(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||