public class LoginResponse extends Object
Java class for LoginResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoginResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Response" type="{}Response"/>
<element name="POISystemData" type="{}POISystemData" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected POISystemData |
poiSystemData
The Poi system data.
|
protected Response |
response
The Response.
|
| Constructor and Description |
|---|
LoginResponse() |
| Modifier and Type | Method and Description |
|---|---|
POISystemData |
getPOISystemData()
Gets the value of the poiSystemData property.
|
Response |
getResponse()
Gets the value of the response property.
|
void |
setPOISystemData(POISystemData value)
Sets the value of the poiSystemData property.
|
void |
setResponse(Response value)
Sets the value of the response property.
|
protected Response response
protected POISystemData poiSystemData
public Response getResponse()
Responsepublic void setResponse(Response value)
value - allowed object is Responsepublic POISystemData getPOISystemData()
POISystemDatapublic void setPOISystemData(POISystemData value)
value - allowed object is POISystemDataCopyright © 2022. All rights reserved.