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