Package com.adyen.model.nexo
Class LoginRequest
- java.lang.Object
-
- com.adyen.model.nexo.LoginRequest
-
public class LoginRequest extends Object
Definition: Content of the Login Request messageType. -- Usage: It conveys Information related to the session (period between a Login and the following Logout) to processJava class for LoginRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoginRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DateTime" type="{}DateTime"/> <element name="SaleSoftware" type="{}SaleSoftware"/> <element name="SaleTerminalData" type="{}SaleTerminalData" minOccurs="0"/> </sequence> <attribute name="TrainingModeFlag" type="{}TrainingModeFlag" default="false" /> <attribute name="OperatorLanguage" use="required" type="{}ISOLanguage2A" /> <attribute name="OperatorID" type="{}OperatorID" /> <attribute name="ShiftNumber" type="{}ShiftNumber" /> <attribute name="TokenRequested" type="{}TokenRequestedType" /> <attribute name="CustomerOrderReq" type="{}CustomerOrderReq" /> <attribute name="POISerialNumber" type="{}POISerialNumber" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<CustomerOrderReqType>customerOrderReqThe Customer order req.protected XMLGregorianCalendardateTimeThe Date time.protected StringoperatorIDThe Operator id.protected StringoperatorLanguageThe Operator language.protected StringpoiSerialNumberThe Poi serial number.protected SaleSoftwaresaleSoftwareThe Sale software.protected SaleTerminalDatasaleTerminalDataThe Sale terminal data.protected StringshiftNumberThe Shift number.protected TokenRequestedTypetokenRequestedTypeThe Token requested.protected BooleantrainingModeFlagThe Training mode flag.
-
Constructor Summary
Constructors Constructor Description LoginRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CustomerOrderReqType>getCustomerOrderReq()Gets the value of the customerOrderReq property.XMLGregorianCalendargetDateTime()Gets the value of the dateTime property.StringgetOperatorID()Gets the value of the operatorID property.StringgetOperatorLanguage()Gets the value of the operatorLanguage property.StringgetPOISerialNumber()Gets the value of the poiSerialNumber property.SaleSoftwaregetSaleSoftware()Gets the value of the saleSoftware property.SaleTerminalDatagetSaleTerminalData()Gets the value of the saleTerminalData property.StringgetShiftNumber()Gets the value of the shiftNumber property.TokenRequestedTypegetTokenRequestedType()Gets the value of the tokenRequestedType property.booleanisTrainingModeFlag()Gets the value of the trainingModeFlag property.voidsetDateTime(XMLGregorianCalendar value)Sets the value of the dateTime property.voidsetOperatorID(String value)Sets the value of the operatorID property.voidsetOperatorLanguage(String value)Sets the value of the operatorLanguage property.voidsetPOISerialNumber(String value)Sets the value of the poiSerialNumber property.voidsetSaleSoftware(SaleSoftware value)Sets the value of the saleSoftware property.voidsetSaleTerminalData(SaleTerminalData value)Sets the value of the saleTerminalData property.voidsetShiftNumber(String value)Sets the value of the shiftNumber property.voidsetTokenRequestedType(TokenRequestedType value)Sets the value of the tokenRequestedType property.voidsetTrainingModeFlag(Boolean value)Sets the value of the trainingModeFlag property.
-
-
-
Field Detail
-
dateTime
protected XMLGregorianCalendar dateTime
The Date time.
-
saleSoftware
protected SaleSoftware saleSoftware
The Sale software.
-
saleTerminalData
protected SaleTerminalData saleTerminalData
The Sale terminal data.
-
trainingModeFlag
protected Boolean trainingModeFlag
The Training mode flag.
-
operatorLanguage
protected String operatorLanguage
The Operator language.
-
operatorID
protected String operatorID
The Operator id.
-
shiftNumber
protected String shiftNumber
The Shift number.
-
tokenRequestedType
protected TokenRequestedType tokenRequestedType
The Token requested.
-
customerOrderReq
protected List<CustomerOrderReqType> customerOrderReq
The Customer order req.
-
poiSerialNumber
protected String poiSerialNumber
The Poi serial number.
-
-
Method Detail
-
getDateTime
public XMLGregorianCalendar getDateTime()
Gets the value of the dateTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDateTime
public void setDateTime(XMLGregorianCalendar value)
Sets the value of the dateTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getSaleSoftware
public SaleSoftware getSaleSoftware()
Gets the value of the saleSoftware property.- Returns:
- possible object is
SaleSoftware
-
setSaleSoftware
public void setSaleSoftware(SaleSoftware value)
Sets the value of the saleSoftware property.- Parameters:
value- allowed object isSaleSoftware
-
getSaleTerminalData
public SaleTerminalData getSaleTerminalData()
Gets the value of the saleTerminalData property.- Returns:
- possible object is
SaleTerminalData
-
setSaleTerminalData
public void setSaleTerminalData(SaleTerminalData value)
Sets the value of the saleTerminalData property.- Parameters:
value- allowed object isSaleTerminalData
-
isTrainingModeFlag
public boolean isTrainingModeFlag()
Gets the value of the trainingModeFlag property.- Returns:
- possible object is
Boolean
-
setTrainingModeFlag
public void setTrainingModeFlag(Boolean value)
Sets the value of the trainingModeFlag property.- Parameters:
value- allowed object isBoolean
-
getOperatorLanguage
public String getOperatorLanguage()
Gets the value of the operatorLanguage property.- Returns:
- possible object is
String
-
setOperatorLanguage
public void setOperatorLanguage(String value)
Sets the value of the operatorLanguage property.- Parameters:
value- allowed object isString
-
getOperatorID
public String getOperatorID()
Gets the value of the operatorID property.- Returns:
- possible object is
String
-
setOperatorID
public void setOperatorID(String value)
Sets the value of the operatorID property.- Parameters:
value- allowed object isString
-
getShiftNumber
public String getShiftNumber()
Gets the value of the shiftNumber property.- Returns:
- possible object is
String
-
setShiftNumber
public void setShiftNumber(String value)
Sets the value of the shiftNumber property.- Parameters:
value- allowed object isString
-
getTokenRequestedType
public TokenRequestedType getTokenRequestedType()
Gets the value of the tokenRequestedType property.- Returns:
- possible object is
TokenRequestedType
-
setTokenRequestedType
public void setTokenRequestedType(TokenRequestedType value)
Sets the value of the tokenRequestedType property.- Parameters:
value- allowed object isTokenRequestedType
-
getCustomerOrderReq
public List<CustomerOrderReqType> getCustomerOrderReq()
Gets the value of the customerOrderReq property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the customerOrderReq property.For example, to add a new item, do as follows:
getCustomerOrderReq().add(newItem);Objects of the following type(s) are allowed in the list
CustomerOrderReqType- Returns:
- the customer order req
-
getPOISerialNumber
public String getPOISerialNumber()
Gets the value of the poiSerialNumber property.- Returns:
- possible object is
String
-
-