public class LoginRequest extends Object
Java 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>
| Modifier and Type | Field and Description |
|---|---|
protected List<CustomerOrderReqType> |
customerOrderReq
The Customer order req.
|
protected XMLGregorianCalendar |
dateTime
The Date time.
|
protected String |
operatorID
The Operator id.
|
protected String |
operatorLanguage
The Operator language.
|
protected String |
poiSerialNumber
The Poi serial number.
|
protected SaleSoftware |
saleSoftware
The Sale software.
|
protected SaleTerminalData |
saleTerminalData
The Sale terminal data.
|
protected String |
shiftNumber
The Shift number.
|
protected TokenRequestedType |
tokenRequestedType
The Token requested.
|
protected Boolean |
trainingModeFlag
The Training mode flag.
|
| Constructor and Description |
|---|
LoginRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<CustomerOrderReqType> |
getCustomerOrderReq()
Gets the value of the customerOrderReq property.
|
XMLGregorianCalendar |
getDateTime()
Gets the value of the dateTime property.
|
String |
getOperatorID()
Gets the value of the operatorID property.
|
String |
getOperatorLanguage()
Gets the value of the operatorLanguage property.
|
String |
getPOISerialNumber()
Gets the value of the poiSerialNumber property.
|
SaleSoftware |
getSaleSoftware()
Gets the value of the saleSoftware property.
|
SaleTerminalData |
getSaleTerminalData()
Gets the value of the saleTerminalData property.
|
String |
getShiftNumber()
Gets the value of the shiftNumber property.
|
TokenRequestedType |
getTokenRequestedType()
Gets the value of the tokenRequestedType property.
|
boolean |
isTrainingModeFlag()
Gets the value of the trainingModeFlag property.
|
void |
setDateTime(XMLGregorianCalendar value)
Sets the value of the dateTime property.
|
void |
setOperatorID(String value)
Sets the value of the operatorID property.
|
void |
setOperatorLanguage(String value)
Sets the value of the operatorLanguage property.
|
void |
setPOISerialNumber(String value)
Sets the value of the poiSerialNumber property.
|
void |
setSaleSoftware(SaleSoftware value)
Sets the value of the saleSoftware property.
|
void |
setSaleTerminalData(SaleTerminalData value)
Sets the value of the saleTerminalData property.
|
void |
setShiftNumber(String value)
Sets the value of the shiftNumber property.
|
void |
setTokenRequestedType(TokenRequestedType value)
Sets the value of the tokenRequestedType property.
|
void |
setTrainingModeFlag(Boolean value)
Sets the value of the trainingModeFlag property.
|
protected XMLGregorianCalendar dateTime
protected SaleSoftware saleSoftware
protected SaleTerminalData saleTerminalData
protected Boolean trainingModeFlag
protected String operatorLanguage
protected String operatorID
protected String shiftNumber
protected TokenRequestedType tokenRequestedType
protected List<CustomerOrderReqType> customerOrderReq
protected String poiSerialNumber
public XMLGregorianCalendar getDateTime()
XMLGregorianCalendarpublic void setDateTime(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic SaleSoftware getSaleSoftware()
SaleSoftwarepublic void setSaleSoftware(SaleSoftware value)
value - allowed object is SaleSoftwarepublic SaleTerminalData getSaleTerminalData()
SaleTerminalDatapublic void setSaleTerminalData(SaleTerminalData value)
value - allowed object is SaleTerminalDatapublic boolean isTrainingModeFlag()
Booleanpublic void setTrainingModeFlag(Boolean value)
value - allowed object is Booleanpublic String getOperatorLanguage()
Stringpublic void setOperatorLanguage(String value)
value - allowed object is Stringpublic String getOperatorID()
Stringpublic void setOperatorID(String value)
value - allowed object is Stringpublic String getShiftNumber()
Stringpublic void setShiftNumber(String value)
value - allowed object is Stringpublic TokenRequestedType getTokenRequestedType()
TokenRequestedTypepublic void setTokenRequestedType(TokenRequestedType value)
value - allowed object is TokenRequestedTypepublic List<CustomerOrderReqType> getCustomerOrderReq()
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 set method 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
public String getPOISerialNumber()
StringCopyright © 2022. All rights reserved.