|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.commons.core.v1.IdentifierType
be.fgov.ehealth.ehbox.core.v3.SenderType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-09-22T05:50:00+02:00",
comments="JAXB RI v2.2.11")
public class SenderTypeThe sender of a message
Java class for SenderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SenderType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:core:v1}IdentifierType">
<sequence>
<element name="Quality" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PersonInOrganisation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
SenderType()
|
|
| Method Summary | |
|---|---|
String |
getFirstName()
Gets the value of the firstName property. |
String |
getName()
Gets the value of the name property. |
String |
getPersonInOrganisation()
Gets the value of the personInOrganisation property. |
String |
getQuality()
Gets the value of the quality property. |
void |
setFirstName(String value)
Sets the value of the firstName property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setPersonInOrganisation(String value)
Sets the value of the personInOrganisation property. |
void |
setQuality(String value)
Sets the value of the quality property. |
| Methods inherited from class be.fgov.ehealth.commons.core.v1.IdentifierType |
|---|
getId, getSubType, getType, setId, setSubType, setType |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SenderType()
| Method Detail |
|---|
public String getQuality()
Stringpublic void setQuality(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getPersonInOrganisation()
Stringpublic void setPersonInOrganisation(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||