com.supermap.services.metadata.smmd2007
Class DataIdInfo
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.DataIdInfo
-
- All Implemented Interfaces:
- java.io.Serializable
public class DataIdInfo 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}DataIdent"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}SerIdent"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected DataIdentdataIdentprotected SerIdentserIdent
-
Constructor Summary
Constructors Constructor and Description DataIdInfo()
-
Method Summary
Methods Modifier and Type Method and Description DataIdentgetDataIdent()Gets the value of the dataIdent property.SerIdentgetSerIdent()Gets the value of the serIdent property.voidsetDataIdent(DataIdent value)Sets the value of the dataIdent property.voidsetSerIdent(SerIdent value)Sets the value of the serIdent property.
-
-
-
Method Detail
-
getDataIdent
public DataIdent getDataIdent()
Gets the value of the dataIdent property.
-
setDataIdent
public void setDataIdent(DataIdent value)
Sets the value of the dataIdent property.- Parameters:
valueallowed- object isDataIdent
-
getSerIdent
public SerIdent getSerIdent()
Gets the value of the serIdent property.
-
-