com.supermap.services.metadata.smmd2007
Class DqInfo
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.DqInfo
-
- All Implemented Interfaces:
- java.io.Serializable
public class DqInfo extends java.lang.Object implements java.io.SerializableJava 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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected java.lang.StringdqStatementprotected java.lang.StringlinStatement
-
Constructor Summary
Constructors Constructor and Description DqInfo()
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetDqStatement()Gets the value of the dqStatement property.java.lang.StringgetLinStatement()Gets the value of the linStatement property.voidsetDqStatement(java.lang.String value)Sets the value of the dqStatement property.voidsetLinStatement(java.lang.String value)Sets the value of the linStatement property.
-
-
-
Field Detail
-
dqStatement
protected java.lang.String dqStatement
-
linStatement
protected java.lang.String linStatement
-
-
Method Detail
-
getDqStatement
public java.lang.String getDqStatement()
Gets the value of the dqStatement property.
-
setDqStatement
public void setDqStatement(java.lang.String value)
Sets the value of the dqStatement property.- Parameters:
valueallowed- object isString
-
getLinStatement
public java.lang.String getLinStatement()
Gets the value of the linStatement property.
-
setLinStatement
public void setLinStatement(java.lang.String value)
Sets the value of the linStatement property.- Parameters:
valueallowed- object isString
-
-