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