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