public class LinkedProviderType extends Object
Java class for LinkedProviderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinkedProviderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="hpiiNumber" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}HpiiNumberType"/>
<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 |
hpiiNumber |
| Constructor and Description |
|---|
LinkedProviderType() |
| 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 |
getHpiiNumber()
Gets the value of the hpiiNumber property.
|
void |
setFamilyName(String value)
Sets the value of the familyName property.
|
void |
setGivenName(String value)
Sets the value of the givenName property.
|
void |
setHpiiNumber(String value)
Sets the value of the hpiiNumber property.
|
protected String hpiiNumber
protected String familyName
protected String givenName
public String getHpiiNumber()
Stringpublic void setHpiiNumber(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.