public class HostStatus extends Object
Java class for HostStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostStatus">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="AcquirerID" use="required" type="{}AcquirerID" />
<attribute name="IsReachableFlag" type="{}IsReachableFlag" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
acquirerID
The Acquirer id.
|
protected Boolean |
isReachableFlag
The Is reachable flag.
|
| Constructor and Description |
|---|
HostStatus() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcquirerID()
Gets the value of the acquirerID property.
|
boolean |
isIsReachableFlag()
Gets the value of the isReachableFlag property.
|
void |
setAcquirerID(String value)
Sets the value of the acquirerID property.
|
void |
setIsReachableFlag(Boolean value)
Sets the value of the isReachableFlag property.
|
protected String acquirerID
protected Boolean isReachableFlag
public String getAcquirerID()
Stringpublic void setAcquirerID(String value)
value - allowed object is Stringpublic boolean isIsReachableFlag()
BooleanCopyright © 2022. All rights reserved.