public class ManageProviderAdministrativeIndividualResult 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="qualifiedIdentifier" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}QualifiedIdentifierType"/>
<element name="status" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}StatusType"/>
<element name="individualNameResponses" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}DetailsResponseType" maxOccurs="unbounded" minOccurs="0"/>
<element name="addressResponses" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}DetailsResponseType" maxOccurs="unbounded" minOccurs="0"/>
<element name="electronicCommunicationResponses" 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/providercore/Certificate/3.2.0}certificateResponse" 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> |
addressResponses |
protected CertificateResponseType |
certificateResponse |
protected List<DetailsResponseType> |
electronicCommunicationResponses |
protected List<DetailsResponseType> |
individualNameResponses |
protected String |
qualifiedIdentifier |
protected ServiceMessagesType |
serviceMessages |
protected String |
status |
| Constructor and Description |
|---|
ManageProviderAdministrativeIndividualResult() |
| Modifier and Type | Method and Description |
|---|---|
List<DetailsResponseType> |
getAddressResponses()
Gets the value of the addressResponses property.
|
CertificateResponseType |
getCertificateResponse()
Gets the value of the certificateResponse property.
|
List<DetailsResponseType> |
getElectronicCommunicationResponses()
Gets the value of the electronicCommunicationResponses property.
|
List<DetailsResponseType> |
getIndividualNameResponses()
Gets the value of the individualNameResponses property.
|
String |
getQualifiedIdentifier()
Gets the value of the qualifiedIdentifier property.
|
ServiceMessagesType |
getServiceMessages()
Gets the value of the serviceMessages property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setCertificateResponse(CertificateResponseType value)
Sets the value of the certificateResponse property.
|
void |
setQualifiedIdentifier(String value)
Sets the value of the qualifiedIdentifier property.
|
void |
setServiceMessages(ServiceMessagesType value)
Sets the value of the serviceMessages property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected String qualifiedIdentifier
protected String status
protected List<DetailsResponseType> individualNameResponses
protected List<DetailsResponseType> addressResponses
protected List<DetailsResponseType> electronicCommunicationResponses
protected CertificateResponseType certificateResponse
protected ServiceMessagesType serviceMessages
public ManageProviderAdministrativeIndividualResult()
public String getQualifiedIdentifier()
Stringpublic void setQualifiedIdentifier(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic List<DetailsResponseType> getIndividualNameResponses()
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 individualNameResponses property.
For example, to add a new item, do as follows:
getIndividualNameResponses().add(newItem);
Objects of the following type(s) are allowed in the list
DetailsResponseType
public List<DetailsResponseType> getAddressResponses()
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 addressResponses property.
For example, to add a new item, do as follows:
getAddressResponses().add(newItem);
Objects of the following type(s) are allowed in the list
DetailsResponseType
public List<DetailsResponseType> getElectronicCommunicationResponses()
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 electronicCommunicationResponses property.
For example, to add a new item, do as follows:
getElectronicCommunicationResponses().add(newItem);
Objects of the following type(s) are allowed in the list
DetailsResponseType
public CertificateResponseType getCertificateResponse()
CertificateResponseTypepublic void setCertificateResponse(CertificateResponseType value)
value - allowed object is
CertificateResponseTypepublic ServiceMessagesType getServiceMessages()
ServiceMessagesTypepublic void setServiceMessages(ServiceMessagesType value)
value - allowed object is
ServiceMessagesTypeCopyright © 2021. All rights reserved.