public class DiagnosisResponse extends Object
Java class for DiagnosisResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DiagnosisResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Response" type="{}Response"/>
<element name="LoggedSaleID" type="{}LoggedSaleID" maxOccurs="unbounded" minOccurs="0"/>
<element name="POIStatus" type="{}POIStatus" minOccurs="0"/>
<element name="HostStatus" type="{}HostStatus" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<HostStatus> |
hostStatus
The Host status.
|
protected List<String> |
loggedSaleID
The Logged sale id.
|
protected POIStatus |
poiStatus
The Poi status.
|
protected Response |
response
The Response.
|
| Constructor and Description |
|---|
DiagnosisResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<HostStatus> |
getHostStatus()
Gets the value of the hostStatus property.
|
List<String> |
getLoggedSaleID()
Gets the value of the loggedSaleID property.
|
POIStatus |
getPOIStatus()
Gets the value of the poiStatus property.
|
Response |
getResponse()
Gets the value of the response property.
|
void |
setPOIStatus(POIStatus value)
Sets the value of the poiStatus property.
|
void |
setResponse(Response value)
Sets the value of the response property.
|
protected Response response
protected POIStatus poiStatus
protected List<HostStatus> hostStatus
public Response getResponse()
Responsepublic void setResponse(Response value)
value - allowed object is Responsepublic List<String> getLoggedSaleID()
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 loggedSaleID property.
For example, to add a new item, do as follows:
getLoggedSaleID().add(newItem);
Objects of the following type(s) are allowed in the list
String
public POIStatus getPOIStatus()
POIStatuspublic void setPOIStatus(POIStatus value)
value - allowed object is POIStatuspublic List<HostStatus> getHostStatus()
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 hostStatus property.
For example, to add a new item, do as follows:
getHostStatus().add(newItem);
Objects of the following type(s) are allowed in the list
HostStatus
Copyright © 2022. All rights reserved.