|
||||||||||
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
public class SenderType
The 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()
String
public void setQuality(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getFirstName()
String
public void setFirstName(String value)
value
- allowed object is
String
public String getPersonInOrganisation()
String
public 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 |