|
||||||||||
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="2016-10-28T03:09:35+02:00", comments="JAXB RI v2.2.6") 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()
String
public void setCommonName(String value)
value
- allowed object is
String
public String getOrganisationUnit()
String
public void setOrganisationUnit(String value)
value
- allowed object is
String
public String getOrganisation()
String
public void setOrganisation(String value)
value
- allowed object is
String
public String getSerialNumber()
String
public void setSerialNumber(String value)
value
- allowed object is
String
public String getEmailAddress()
String
public 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 |