public class CardReaderInitRequestType extends Object
Java class for CardReaderInitRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardReaderInitRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ForceEntryMode" type="{}ForceEntryModeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="DisplayOutput" type="{}DisplayOutputType" minOccurs="0"/>
</sequence>
<attribute name="WarmResetFlag" type="{}WarmResetFlagType" />
<attribute name="LeaveCardFlag" type="{}LeaveCardFlagType" default="true" />
<attribute name="MaxWaitingTime" type="{}MaxWaitingTimeType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DisplayOutputType |
displayOutput |
protected List<JAXBElement<List<String>>> |
forceEntryMode |
protected Boolean |
leaveCardFlag |
protected BigInteger |
maxWaitingTime |
protected Boolean |
warmResetFlag |
| Constructor and Description |
|---|
CardReaderInitRequestType() |
| Modifier and Type | Method and Description |
|---|---|
DisplayOutputType |
getDisplayOutput()
Gets the value of the displayOutput property.
|
List<JAXBElement<List<String>>> |
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(DisplayOutputType 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<JAXBElement<List<String>>> forceEntryMode
protected DisplayOutputType displayOutput
protected Boolean warmResetFlag
protected Boolean leaveCardFlag
protected BigInteger maxWaitingTime
public List<JAXBElement<List<String>>> 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
JAXBElement<List<String>>
public DisplayOutputType getDisplayOutput()
DisplayOutputTypepublic void setDisplayOutput(DisplayOutputType value)
value - allowed object is
DisplayOutputTypepublic 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 © 2018. All rights reserved.