public class ManageProviderDirectoryEntry extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providermessages/ManageProviderDirectoryEntry/3.2.0}qualifiedIdentifier"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providermessages/ManageProviderDirectoryEntry/3.2.0}organisationEntry" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providermessages/ManageProviderDirectoryEntry/3.2.0}individualEntry" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providermessages/ManageProviderDirectoryEntry/3.2.0}organisationDeleteEntry" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providermessages/ManageProviderDirectoryEntry/3.2.0}individualDeleteEntry" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Integer> |
individualDeleteEntry |
protected List<ProviderDirectoryIndividualEntryRecord> |
individualEntry |
protected List<Integer> |
organisationDeleteEntry |
protected List<ProviderDirectoryOrganisationEntryRecord> |
organisationEntry |
protected String |
qualifiedIdentifier |
| Constructor and Description |
|---|
ManageProviderDirectoryEntry() |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getIndividualDeleteEntry()
Gets the value of the individualDeleteEntry property.
|
List<ProviderDirectoryIndividualEntryRecord> |
getIndividualEntry()
Gets the value of the individualEntry property.
|
List<Integer> |
getOrganisationDeleteEntry()
Gets the value of the organisationDeleteEntry property.
|
List<ProviderDirectoryOrganisationEntryRecord> |
getOrganisationEntry()
Gets the value of the organisationEntry property.
|
String |
getQualifiedIdentifier()
Gets the value of the qualifiedIdentifier property.
|
void |
setQualifiedIdentifier(String value)
Sets the value of the qualifiedIdentifier property.
|
protected String qualifiedIdentifier
protected List<ProviderDirectoryOrganisationEntryRecord> organisationEntry
protected List<ProviderDirectoryIndividualEntryRecord> individualEntry
public String getQualifiedIdentifier()
Stringpublic void setQualifiedIdentifier(String value)
value - allowed object is
Stringpublic List<ProviderDirectoryOrganisationEntryRecord> getOrganisationEntry()
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 organisationEntry property.
For example, to add a new item, do as follows:
getOrganisationEntry().add(newItem);
Objects of the following type(s) are allowed in the list
ProviderDirectoryOrganisationEntryRecord
public List<ProviderDirectoryIndividualEntryRecord> getIndividualEntry()
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 individualEntry property.
For example, to add a new item, do as follows:
getIndividualEntry().add(newItem);
Objects of the following type(s) are allowed in the list
ProviderDirectoryIndividualEntryRecord
public List<Integer> getOrganisationDeleteEntry()
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 organisationDeleteEntry property.
For example, to add a new item, do as follows:
getOrganisationDeleteEntry().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public List<Integer> getIndividualDeleteEntry()
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 individualDeleteEntry property.
For example, to add a new item, do as follows:
getIndividualDeleteEntry().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
Copyright © 2021. All rights reserved.