|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.aa.complextype.v1.HealthCarePerson
@Generated(value="com.sun.tools.xjc.Driver", date="2017-06-27T08:11:51+02:00", comments="JAXB RI v2.2.11") public class HealthCarePerson
Identity of HealthCare Actor.
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 Summary | |
---|---|
HealthCarePerson()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HealthCarePerson()
Method Detail |
---|
public String getLastName()
String
public void setLastName(String value)
value
- allowed object is
String
public String getFirstName()
String
public void setFirstName(String value)
value
- allowed object is
String
public String getMiddleNames()
String
public void setMiddleNames(String value)
value
- allowed object is
String
public 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
public void setSearchResult(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |