public class DisplayOutputType extends Object
Java class for DisplayOutputType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DisplayOutputType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OutputContent" type="{}OutputContentType"/>
<element name="MenuEntry" type="{}MenuEntryType" maxOccurs="unbounded" minOccurs="0"/>
<element name="OutputSignature" type="{}OutputSignatureType" minOccurs="0"/>
</sequence>
<attribute name="ResponseRequiredFlag" type="{}ResponseRequiredFlagType" default="true" />
<attribute name="MinimumDisplayTime" type="{}MinimumDisplayTimeType" default="0" />
<attribute name="Device" use="required" type="{}DeviceTypeCode" />
<attribute name="InfoQualify" use="required" type="{}InfoQualifyTypeCode" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
device |
protected String |
infoQualify |
protected List<MenuEntryType> |
menuEntry |
protected Integer |
minimumDisplayTime |
protected OutputContentType |
outputContent |
protected byte[] |
outputSignature |
protected Boolean |
responseRequiredFlag |
| Constructor and Description |
|---|
DisplayOutputType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDevice()
Gets the value of the device property.
|
String |
getInfoQualify()
Gets the value of the infoQualify property.
|
List<MenuEntryType> |
getMenuEntry()
Gets the value of the menuEntry property.
|
int |
getMinimumDisplayTime()
Gets the value of the minimumDisplayTime property.
|
OutputContentType |
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(String value)
Sets the value of the device property.
|
void |
setInfoQualify(String value)
Sets the value of the infoQualify property.
|
void |
setMinimumDisplayTime(Integer value)
Sets the value of the minimumDisplayTime property.
|
void |
setOutputContent(OutputContentType 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 OutputContentType outputContent
protected List<MenuEntryType> menuEntry
protected byte[] outputSignature
protected Boolean responseRequiredFlag
protected Integer minimumDisplayTime
protected String device
protected String infoQualify
public OutputContentType getOutputContent()
OutputContentTypepublic void setOutputContent(OutputContentType value)
value - allowed object is
OutputContentTypepublic List<MenuEntryType> 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
MenuEntryType
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 String getDevice()
Stringpublic void setDevice(String value)
value - allowed object is
Stringpublic String getInfoQualify()
StringCopyright © 2018. All rights reserved.