public class ManageProviderDirectoryEntryResult 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="individualEntryResponses" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}DetailsResponseType" maxOccurs="unbounded" minOccurs="0"/>
<element name="organisationEntryResponses" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}DetailsResponseType" maxOccurs="unbounded" minOccurs="0"/>
<element name="deleteIndividualEntryResponses" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}DetailsResponseType" maxOccurs="unbounded" minOccurs="0"/>
<element name="deleteOrganisationEntryResponses" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}DetailsResponseType" 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<DetailsResponseType> |
deleteIndividualEntryResponses |
protected List<DetailsResponseType> |
deleteOrganisationEntryResponses |
protected List<DetailsResponseType> |
individualEntryResponses |
protected List<DetailsResponseType> |
organisationEntryResponses |
protected ServiceMessagesType |
serviceMessages |
| Constructor and Description |
|---|
ManageProviderDirectoryEntryResult() |
| Modifier and Type | Method and Description |
|---|---|
List<DetailsResponseType> |
getDeleteIndividualEntryResponses()
Gets the value of the deleteIndividualEntryResponses property.
|
List<DetailsResponseType> |
getDeleteOrganisationEntryResponses()
Gets the value of the deleteOrganisationEntryResponses property.
|
List<DetailsResponseType> |
getIndividualEntryResponses()
Gets the value of the individualEntryResponses property.
|
List<DetailsResponseType> |
getOrganisationEntryResponses()
Gets the value of the organisationEntryResponses property.
|
ServiceMessagesType |
getServiceMessages()
Gets the value of the serviceMessages property.
|
void |
setServiceMessages(ServiceMessagesType value)
Sets the value of the serviceMessages property.
|
protected List<DetailsResponseType> individualEntryResponses
protected List<DetailsResponseType> organisationEntryResponses
protected List<DetailsResponseType> deleteIndividualEntryResponses
protected List<DetailsResponseType> deleteOrganisationEntryResponses
protected ServiceMessagesType serviceMessages
public List<DetailsResponseType> getIndividualEntryResponses()
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 individualEntryResponses property.
For example, to add a new item, do as follows:
getIndividualEntryResponses().add(newItem);
Objects of the following type(s) are allowed in the list
DetailsResponseType
public List<DetailsResponseType> getOrganisationEntryResponses()
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 organisationEntryResponses property.
For example, to add a new item, do as follows:
getOrganisationEntryResponses().add(newItem);
Objects of the following type(s) are allowed in the list
DetailsResponseType
public List<DetailsResponseType> getDeleteIndividualEntryResponses()
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 deleteIndividualEntryResponses property.
For example, to add a new item, do as follows:
getDeleteIndividualEntryResponses().add(newItem);
Objects of the following type(s) are allowed in the list
DetailsResponseType
public List<DetailsResponseType> getDeleteOrganisationEntryResponses()
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 deleteOrganisationEntryResponses property.
For example, to add a new item, do as follows:
getDeleteOrganisationEntryResponses().add(newItem);
Objects of the following type(s) are allowed in the list
DetailsResponseType
public ServiceMessagesType getServiceMessages()
ServiceMessagesTypepublic void setServiceMessages(ServiceMessagesType value)
value - allowed object is
ServiceMessagesTypeCopyright © 2021. All rights reserved.