@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:31:52+02:00", comments="JAXB RI v2.2.11") public class HealthCarePerson extends Object implements Serializable
Java class for HealthCarePersonType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HealthCarePersonType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LastName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MiddleNames" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Attribute" maxOccurs="unbounded"/>
<element name="Professional" type="{urn:be:fgov:ehealth:aa:complextype:v1}ProfessionalType" maxOccurs="unbounded"/>
</sequence>
<attribute name="searchResult" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
HealthCarePerson() |
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
getAttributes()
Gets the value of the attributes property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getLastName()
Gets the value of the lastName property.
|
String |
getMiddleNames()
Gets the value of the middleNames property.
|
List<ProfessionalType> |
getProfessionals()
Gets the value of the professionals property.
|
String |
getSearchResult()
Gets the value of the searchResult property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setMiddleNames(String value)
Sets the value of the middleNames property.
|
void |
setSearchResult(String value)
Sets the value of the searchResult property.
|
public String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getMiddleNames()
Stringpublic void setMiddleNames(String value)
value - allowed object is
Stringpublic List<Attribute> getAttributes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the attributes property.
For example, to add a new item, do as follows:
getAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
Attribute
public List<ProfessionalType> getProfessionals()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the professionals property.
For example, to add a new item, do as follows:
getProfessionals().add(newItem);
Objects of the following type(s) are allowed in the list
ProfessionalType
public String getSearchResult()
String
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.