public class CardReaderPowerOffRequest extends Object
Java class for CardReaderPowerOffRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardReaderPowerOffRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DisplayOutput" type="{}DisplayOutput" minOccurs="0"/>
</sequence>
<attribute name="MaxWaitingTime" type="{}MaxWaitingTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DisplayOutput |
displayOutput
The Display output.
|
protected BigInteger |
maxWaitingTime
The Max waiting time.
|
| Constructor and Description |
|---|
CardReaderPowerOffRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisplayOutput |
getDisplayOutput()
Gets the value of the displayOutput property.
|
BigInteger |
getMaxWaitingTime()
Gets the value of the maxWaitingTime property.
|
void |
setDisplayOutput(DisplayOutput value)
Sets the value of the displayOutput property.
|
void |
setMaxWaitingTime(BigInteger value)
Sets the value of the maxWaitingTime property.
|
protected DisplayOutput displayOutput
protected BigInteger maxWaitingTime
public DisplayOutput getDisplayOutput()
DisplayOutputpublic void setDisplayOutput(DisplayOutput value)
value - allowed object is DisplayOutputpublic BigInteger getMaxWaitingTime()
BigIntegerpublic void setMaxWaitingTime(BigInteger value)
value - allowed object is BigIntegerCopyright © 2022. All rights reserved.