public class SearchIHIBatchStatusType extends Object
Java class for SearchIHIBatchStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchIHIBatchStatusType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/consumermessages/SearchIHIBatch/3.0}batchIdentifier"/>
<element name="status" type="{http://ns.electronichealth.net.au/hi/xsd/consumermessages/SearchIHIBatch/3.0}BatchResponseStatusType"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/CommonCoreElements/3.0}serviceMessage" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
batchIdentifier |
protected ServiceMessageType |
serviceMessage |
protected BatchResponseStatusType |
status |
| Constructor and Description |
|---|
SearchIHIBatchStatusType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBatchIdentifier()
Gets the value of the batchIdentifier property.
|
ServiceMessageType |
getServiceMessage()
Gets the value of the serviceMessage property.
|
BatchResponseStatusType |
getStatus()
Gets the value of the status property.
|
void |
setBatchIdentifier(String value)
Sets the value of the batchIdentifier property.
|
void |
setServiceMessage(ServiceMessageType value)
Sets the value of the serviceMessage property.
|
void |
setStatus(BatchResponseStatusType value)
Sets the value of the status property.
|
protected String batchIdentifier
protected BatchResponseStatusType status
protected ServiceMessageType serviceMessage
public String getBatchIdentifier()
Stringpublic void setBatchIdentifier(String value)
value - allowed object is
Stringpublic BatchResponseStatusType getStatus()
BatchResponseStatusTypepublic void setStatus(BatchResponseStatusType value)
value - allowed object is
BatchResponseStatusTypepublic ServiceMessageType getServiceMessage()
ServiceMessageTypepublic void setServiceMessage(ServiceMessageType value)
value - allowed object is
ServiceMessageTypeCopyright © 2021. All rights reserved.