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