public class DataIdInfo
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}DataIdent"/>
 <element ref="{http://data.sbsm.gov.cn/smmd/2007}SerIdent"/>
 </sequence>
 </restriction>
 </complexContent>
 </complexType>
 
| Modifier and Type | Field and Description | 
|---|---|
| protected DataIdent | dataIdent | 
| protected SerIdent | serIdent | 
| Constructor and Description | 
|---|
| DataIdInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| DataIdent | getDataIdent()Gets the value of the dataIdent property. | 
| SerIdent | getSerIdent()Gets the value of the serIdent property. | 
| void | setDataIdent(DataIdent value)Sets the value of the dataIdent property. | 
| void | setSerIdent(SerIdent value)Sets the value of the serIdent property. | 
public DataIdent getDataIdent()
public void setDataIdent(DataIdent value)
valueallowed - object isDataIdentpublic SerIdent getSerIdent()