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