|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.standards.kmehr.mycarenet.schema.v1.PersonTypeLight
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-09-22T05:47:44+02:00",
comments="JAXB RI v2.2.11")
public class PersonTypeLight
Java class for personTypeLight complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="personTypeLight">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.ehealth.fgov.be/standards/kmehr/id/v1}ID-PATIENT" maxOccurs="unbounded"/>
<element name="firstname" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="familyname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="address" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}addressType" maxOccurs="unbounded" minOccurs="0"/>
<element name="telecom" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}telecomType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PersonTypeLight()
|
|
| Method Summary | |
|---|---|
List<AddressType> |
getAddresses()
Gets the value of the addresses property. |
String |
getFamilyname()
Gets the value of the familyname property. |
List<String> |
getFirstnames()
Gets the value of the firstnames property. |
List<IDPATIENT> |
getIds()
Gets the value of the ids property. |
List<TelecomType> |
getTelecoms()
Gets the value of the telecoms property. |
void |
setFamilyname(String value)
Sets the value of the familyname property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PersonTypeLight()
| Method Detail |
|---|
public List<IDPATIENT> getIds()
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 ids property.
For example, to add a new item, do as follows:
getIds().add(newItem);
Objects of the following type(s) are allowed in the list
IDPATIENT
public List<String> getFirstnames()
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 firstnames property.
For example, to add a new item, do as follows:
getFirstnames().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getFamilyname()
Stringpublic void setFamilyname(String value)
value - allowed object is
Stringpublic List<AddressType> getAddresses()
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 addresses property.
For example, to add a new item, do as follows:
getAddresses().add(newItem);
Objects of the following type(s) are allowed in the list
AddressType
public List<TelecomType> getTelecoms()
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 telecoms property.
For example, to add a new item, do as follows:
getTelecoms().add(newItem);
Objects of the following type(s) are allowed in the list
TelecomType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||