public class CardReaderInitRequest extends Object
Java class for CardReaderInitRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardReaderInitRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ForceEntryMode" type="{}ForceEntryMode" maxOccurs="unbounded" minOccurs="0"/>
<element name="DisplayOutput" type="{}DisplayOutput" minOccurs="0"/>
</sequence>
<attribute name="WarmResetFlag" type="{}WarmResetFlag" />
<attribute name="LeaveCardFlag" type="{}LeaveCardFlag" default="true" />
<attribute name="MaxWaitingTime" type="{}MaxWaitingTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DisplayOutput |
displayOutput
The Display output.
|
protected List<ForceEntryModeType> |
forceEntryMode
The Force entry mode.
|
protected Boolean |
leaveCardFlag
The Leave card flag.
|
protected BigInteger |
maxWaitingTime
The Max waiting time.
|
protected Boolean |
warmResetFlag
The Warm reset flag.
|
| Constructor and Description |
|---|
CardReaderInitRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisplayOutput |
getDisplayOutput()
Gets the value of the displayOutput property.
|
List<ForceEntryModeType> |
getForceEntryMode()
Gets the value of the forceEntryMode property.
|
BigInteger |
getMaxWaitingTime()
Gets the value of the maxWaitingTime property.
|
boolean |
isLeaveCardFlag()
Gets the value of the leaveCardFlag property.
|
Boolean |
isWarmResetFlag()
Gets the value of the warmResetFlag property.
|
void |
setDisplayOutput(DisplayOutput value)
Sets the value of the displayOutput property.
|
void |
setLeaveCardFlag(Boolean value)
Sets the value of the leaveCardFlag property.
|
void |
setMaxWaitingTime(BigInteger value)
Sets the value of the maxWaitingTime property.
|
void |
setWarmResetFlag(Boolean value)
Sets the value of the warmResetFlag property.
|
protected List<ForceEntryModeType> forceEntryMode
protected DisplayOutput displayOutput
protected Boolean warmResetFlag
protected Boolean leaveCardFlag
protected BigInteger maxWaitingTime
public List<ForceEntryModeType> getForceEntryMode()
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 forceEntryMode property.
For example, to add a new item, do as follows:
getForceEntryMode().add(newItem);
Objects of the following type(s) are allowed in the list
ForceEntryModeType
public DisplayOutput getDisplayOutput()
DisplayOutputpublic void setDisplayOutput(DisplayOutput value)
value - allowed object is DisplayOutputpublic Boolean isWarmResetFlag()
Booleanpublic void setWarmResetFlag(Boolean value)
value - allowed object is Booleanpublic boolean isLeaveCardFlag()
Booleanpublic void setLeaveCardFlag(Boolean value)
value - allowed object is Booleanpublic BigInteger getMaxWaitingTime()
BigIntegerpublic void setMaxWaitingTime(BigInteger value)
value - allowed object is BigIntegerCopyright © 2022. All rights reserved.