public class InputResult extends Object
Java class for InputResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Response" type="{}Response"/>
<element name="Input" type="{}Input" minOccurs="0"/>
</sequence>
<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 Input |
input
The Input.
|
protected Response |
response
The Response.
|
| Constructor and Description |
|---|
InputResult() |
| Modifier and Type | Method and Description |
|---|---|
DeviceType |
getDevice()
Gets the value of the device property.
|
InfoQualifyType |
getInfoQualify()
Gets the value of the infoQualify property.
|
Input |
getInput()
Gets the value of the input property.
|
Response |
getResponse()
Gets the value of the response property.
|
void |
setDevice(DeviceType value)
Sets the value of the device property.
|
void |
setInfoQualify(InfoQualifyType value)
Sets the value of the infoQualify property.
|
void |
setInput(Input value)
Sets the value of the input property.
|
void |
setResponse(Response value)
Sets the value of the response property.
|
protected Response response
protected Input input
protected DeviceType device
protected InfoQualifyType infoQualify
public Response getResponse()
Responsepublic void setResponse(Response value)
value - allowed object is Responsepublic Input getInput()
Inputpublic void setInput(Input value)
value - allowed object is Inputpublic 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.