public class HostStatusType extends Object
Java class for HostStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostStatusType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="AcquirerID" use="required" type="{}AcquirerIDType" />
<attribute name="IsReachableFlag" type="{}IsReachableFlagType" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
acquirerID |
protected Boolean |
isReachableFlag |
| Constructor and Description |
|---|
HostStatusType() |
| 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 © 2018. All rights reserved.