public class DiagnosisRequest extends Object
Java class for DiagnosisRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DiagnosisRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AcquirerID" type="{}AcquirerID" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="POIID" type="{}POIID" />
<attribute name="HostDiagnosisFlag" type="{}HostDiagnosisFlag" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
acquirerID
The Acquirer id.
|
protected Boolean |
hostDiagnosisFlag
The Host diagnosis flag.
|
protected String |
poiid
The Poiid.
|
| Constructor and Description |
|---|
DiagnosisRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAcquirerID()
Gets the value of the acquirerID property.
|
String |
getPOIID()
Gets the value of the poiid property.
|
boolean |
isHostDiagnosisFlag()
Gets the value of the hostDiagnosisFlag property.
|
void |
setHostDiagnosisFlag(Boolean value)
Sets the value of the hostDiagnosisFlag property.
|
void |
setPOIID(String value)
Sets the value of the poiid property.
|
protected String poiid
protected Boolean hostDiagnosisFlag
public List<String> getAcquirerID()
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 acquirerID property.
For example, to add a new item, do as follows:
getAcquirerID().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getPOIID()
Stringpublic void setPOIID(String value)
value - allowed object is Stringpublic boolean isHostDiagnosisFlag()
BooleanCopyright © 2022. All rights reserved.