com.supermap.services.metadata.smmd2007
类 DataExt
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.DataExt
-
- 所有已实现的接口:
- java.io.Serializable
public class DataExt 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}geoEle"/> </sequence> </restriction> </complexContent> </complexType>
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器和说明 DataExt()
-
-
-
字段详细资料
-
geoEle
protected GeoEle geoEle
-
exDesc
protected java.lang.String exDesc
-
-
方法详细资料
-
getGeoEle
public GeoEle getGeoEle()
Gets the value of the geoEle property.
-
setGeoEle
public void setGeoEle(GeoEle value)
Sets the value of the geoEle property.- 参数:
valueallowed
- object isGeoEle
-
getExDesc
public java.lang.String getExDesc()
Gets the value of the exDesc property.
-
setExDesc
public void setExDesc(java.lang.String value)
Sets the value of the exDesc property.- 参数:
valueallowed
- object isString
-
-