public class DqInfo
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType>
 <complexContent>
 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 <sequence>
 <element ref="{http://data.sbsm.gov.cn/smmd/2007}dqStatement"/>
 <element ref="{http://data.sbsm.gov.cn/smmd/2007}linStatement"/>
 </sequence>
 </restriction>
 </complexContent>
 </complexType>
 
| 限定符和类型 | 字段和说明 | 
|---|---|
protected java.lang.String | 
dqStatement  | 
protected java.lang.String | 
linStatement  | 
| 构造器和说明 | 
|---|
DqInfo()  | 
| 限定符和类型 | 方法和说明 | 
|---|---|
java.lang.String | 
getDqStatement()
Gets the value of the dqStatement property. 
 | 
java.lang.String | 
getLinStatement()
Gets the value of the linStatement property. 
 | 
void | 
setDqStatement(java.lang.String value)
Sets the value of the dqStatement property. 
 | 
void | 
setLinStatement(java.lang.String value)
Sets the value of the linStatement property. 
 | 
protected java.lang.String dqStatement
protected java.lang.String linStatement
public java.lang.String getDqStatement()
public void setDqStatement(java.lang.String value)
valueallowed - object isStringpublic java.lang.String getLinStatement()
public void setLinStatement(java.lang.String value)
valueallowed - object isString