Class LoginResponse


  • public class LoginResponse
    extends Object
    Definition: Content of the Login Response messageType. -- Usage: It conveys Information related to the Login to process

    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>
     
    • Field Detail

      • response

        protected Response response
        The Response.
      • poiSystemData

        protected POISystemData poiSystemData
        The Poi system data.
    • Constructor Detail

      • LoginResponse

        public LoginResponse()
    • Method Detail

      • getResponse

        public Response getResponse()
        Gets the value of the response property.
        Returns:
        possible object is Response
      • setResponse

        public void setResponse​(Response value)
        Sets the value of the response property.
        Parameters:
        value - allowed object is Response
      • getPOISystemData

        public POISystemData getPOISystemData()
        Gets the value of the poiSystemData property.
        Returns:
        possible object is POISystemData
      • setPOISystemData

        public void setPOISystemData​(POISystemData value)
        Sets the value of the poiSystemData property.
        Parameters:
        value - allowed object is POISystemData