public class LinkedIndividualType extends Object
Java class for LinkedIndividualType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinkedIndividualType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="qualifiedIdentifier" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}QualifiedIdentifierType"/>
<element name="role" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}RoleType" minOccurs="0"/>
<element name="familyName" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}FamilyNameType" minOccurs="0"/>
<element name="givenName" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}GivenNameType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
familyName |
protected String |
givenName |
protected String |
qualifiedIdentifier |
protected String |
role |
| Constructor and Description |
|---|
LinkedIndividualType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFamilyName()
Gets the value of the familyName property.
|
String |
getGivenName()
Gets the value of the givenName property.
|
String |
getQualifiedIdentifier()
Gets the value of the qualifiedIdentifier property.
|
String |
getRole()
Gets the value of the role property.
|
void |
setFamilyName(String value)
Sets the value of the familyName property.
|
void |
setGivenName(String value)
Sets the value of the givenName property.
|
void |
setQualifiedIdentifier(String value)
Sets the value of the qualifiedIdentifier property.
|
void |
setRole(String value)
Sets the value of the role property.
|
protected String qualifiedIdentifier
protected String role
protected String familyName
protected String givenName
public String getQualifiedIdentifier()
Stringpublic void setQualifiedIdentifier(String value)
value - allowed object is
Stringpublic String getRole()
Stringpublic void setRole(String value)
value - allowed object is
Stringpublic String getFamilyName()
Stringpublic void setFamilyName(String value)
value - allowed object is
Stringpublic String getGivenName()
StringCopyright © 2021. All rights reserved.