public class LoginRequestType extends Object
Java class for LoginRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoginRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DateTime" type="{}DateTimeType"/>
<element name="SaleSoftware" type="{}SaleSoftwareType"/>
<element name="SaleTerminalData" type="{}SaleTerminalDataType" minOccurs="0"/>
</sequence>
<attribute name="TrainingModeFlag" type="{}TrainingModeFlagType" default="false" />
<attribute name="OperatorLanguage" use="required" type="{}ISOLanguage2A" />
<attribute name="OperatorID" type="{}OperatorIDType" />
<attribute name="ShiftNumber" type="{}ShiftNumberType" />
<attribute name="TokenRequestedType" type="{}TokenRequestedTypeTypeCode" />
<attribute name="CustomerOrderReq" type="{}CustomerOrderReqType" />
<attribute name="POISerialNumber" type="{}POISerialNumberType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
customerOrderReq |
protected XMLGregorianCalendar |
dateTime |
protected String |
operatorID |
protected String |
operatorLanguage |
protected String |
poiSerialNumber |
protected SaleSoftwareType |
saleSoftware |
protected SaleTerminalDataType |
saleTerminalData |
protected String |
shiftNumber |
protected String |
tokenRequestedType |
protected Boolean |
trainingModeFlag |
| Constructor and Description |
|---|
LoginRequestType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
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.
|
SaleSoftwareType |
getSaleSoftware()
Gets the value of the saleSoftware property.
|
SaleTerminalDataType |
getSaleTerminalData()
Gets the value of the saleTerminalData property.
|
String |
getShiftNumber()
Gets the value of the shiftNumber property.
|
String |
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(SaleSoftwareType value)
Sets the value of the saleSoftware property.
|
void |
setSaleTerminalData(SaleTerminalDataType value)
Sets the value of the saleTerminalData property.
|
void |
setShiftNumber(String value)
Sets the value of the shiftNumber property.
|
void |
setTokenRequestedType(String value)
Sets the value of the tokenRequestedType property.
|
void |
setTrainingModeFlag(Boolean value)
Sets the value of the trainingModeFlag property.
|
protected XMLGregorianCalendar dateTime
protected SaleSoftwareType saleSoftware
protected SaleTerminalDataType saleTerminalData
protected Boolean trainingModeFlag
protected String operatorLanguage
protected String operatorID
protected String shiftNumber
protected String tokenRequestedType
protected String poiSerialNumber
public XMLGregorianCalendar getDateTime()
XMLGregorianCalendarpublic void setDateTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic SaleSoftwareType getSaleSoftware()
SaleSoftwareTypepublic void setSaleSoftware(SaleSoftwareType value)
value - allowed object is
SaleSoftwareTypepublic SaleTerminalDataType getSaleTerminalData()
SaleTerminalDataTypepublic void setSaleTerminalData(SaleTerminalDataType value)
value - allowed object is
SaleTerminalDataTypepublic 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 String getTokenRequestedType()
Stringpublic void setTokenRequestedType(String value)
value - allowed object is
Stringpublic List<String> 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
String
public String getPOISerialNumber()
StringCopyright © 2018. All rights reserved.