public class SearchHIProviderDirectoryForOrganisationResult 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 name="organisationProviderDirectoryEntries" type="{http://ns.electronichealth.net.au/hi/xsd/providermessages/SearchOrganisation/3.2.0}OrganisationProviderDirectoryEntryType" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/CommonCoreElements/3.0}serviceMessages" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<OrganisationProviderDirectoryEntryType> |
organisationProviderDirectoryEntries |
protected ServiceMessagesType |
serviceMessages |
| Constructor and Description |
|---|
SearchHIProviderDirectoryForOrganisationResult() |
| Modifier and Type | Method and Description |
|---|---|
List<OrganisationProviderDirectoryEntryType> |
getOrganisationProviderDirectoryEntries()
Gets the value of the organisationProviderDirectoryEntries property.
|
ServiceMessagesType |
getServiceMessages()
Gets the value of the serviceMessages property.
|
void |
setServiceMessages(ServiceMessagesType value)
Sets the value of the serviceMessages property.
|
protected List<OrganisationProviderDirectoryEntryType> organisationProviderDirectoryEntries
protected ServiceMessagesType serviceMessages
public SearchHIProviderDirectoryForOrganisationResult()
public List<OrganisationProviderDirectoryEntryType> getOrganisationProviderDirectoryEntries()
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 organisationProviderDirectoryEntries property.
For example, to add a new item, do as follows:
getOrganisationProviderDirectoryEntries().add(newItem);
Objects of the following type(s) are allowed in the list
OrganisationProviderDirectoryEntryType
public ServiceMessagesType getServiceMessages()
ServiceMessagesTypepublic void setServiceMessages(ServiceMessagesType value)
value - allowed object is
ServiceMessagesTypeCopyright © 2021. All rights reserved.