public class DisplayOutput extends Object
Java class for DisplayOutput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DisplayOutput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OutputContent" type="{}OutputContent"/>
<element name="MenuEntry" type="{}MenuEntry" maxOccurs="unbounded" minOccurs="0"/>
<element name="OutputSignature" type="{}OutputSignature" minOccurs="0"/>
</sequence>
<attribute name="ResponseRequiredFlag" type="{}ResponseRequiredFlag" default="true" />
<attribute name="MinimumDisplayTime" type="{}MinimumDisplayTime" default="0" />
<attribute name="Device" use="required" type="{}DeviceType" />
<attribute name="InfoQualify" use="required" type="{}InfoQualifyType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DeviceType |
device
The Device.
|
protected InfoQualifyType |
infoQualify
The Info qualify.
|
protected List<MenuEntry> |
menuEntry
The Menu entry.
|
protected Integer |
minimumDisplayTime
The Minimum display time.
|
protected OutputContent |
outputContent
The Output content.
|
protected byte[] |
outputSignature
The Output signature.
|
protected Boolean |
responseRequiredFlag
The Response required flag.
|
| Constructor and Description |
|---|
DisplayOutput() |
| Modifier and Type | Method and Description |
|---|---|
DeviceType |
getDevice()
Gets the value of the device property.
|
InfoQualifyType |
getInfoQualify()
Gets the value of the infoQualify property.
|
List<MenuEntry> |
getMenuEntry()
Gets the value of the menuEntry property.
|
int |
getMinimumDisplayTime()
Gets the value of the minimumDisplayTime property.
|
OutputContent |
getOutputContent()
Gets the value of the outputContent property.
|
byte[] |
getOutputSignature()
Gets the value of the outputSignature property.
|
boolean |
isResponseRequiredFlag()
Gets the value of the responseRequiredFlag property.
|
void |
setDevice(DeviceType value)
Sets the value of the device property.
|
void |
setInfoQualify(InfoQualifyType value)
Sets the value of the infoQualify property.
|
void |
setMinimumDisplayTime(Integer value)
Sets the value of the minimumDisplayTime property.
|
void |
setOutputContent(OutputContent value)
Sets the value of the outputContent property.
|
void |
setOutputSignature(byte[] value)
Sets the value of the outputSignature property.
|
void |
setResponseRequiredFlag(Boolean value)
Sets the value of the responseRequiredFlag property.
|
protected OutputContent outputContent
protected byte[] outputSignature
protected Boolean responseRequiredFlag
protected Integer minimumDisplayTime
protected DeviceType device
protected InfoQualifyType infoQualify
public OutputContent getOutputContent()
OutputContentpublic void setOutputContent(OutputContent value)
value - allowed object is OutputContentpublic List<MenuEntry> getMenuEntry()
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 menuEntry property.
For example, to add a new item, do as follows:
getMenuEntry().add(newItem);
Objects of the following type(s) are allowed in the list
MenuEntry
public byte[] getOutputSignature()
public void setOutputSignature(byte[] value)
value - allowed object is byte[]public boolean isResponseRequiredFlag()
Booleanpublic void setResponseRequiredFlag(Boolean value)
value - allowed object is Booleanpublic int getMinimumDisplayTime()
Integerpublic void setMinimumDisplayTime(Integer value)
value - allowed object is Integerpublic DeviceType getDevice()
DeviceTypepublic void setDevice(DeviceType value)
value - allowed object is DeviceTypepublic InfoQualifyType getInfoQualify()
InfoQualifyTypepublic void setInfoQualify(InfoQualifyType value)
value - allowed object is InfoQualifyTypeCopyright © 2022. All rights reserved.