@Generated(value="com.sun.tools.xjc.Driver", date="2024-09-05T10:56:15+02:00", comments="JAXB RI v2.3.7") public class SenderType extends IdentifierType implements Serializable
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 and Description |
|---|
SenderType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getId, getSubType, getType, setId, setSubType, setTypepublic 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()
String
Connector Packaging generic 4.6.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.