com.supermap.services.metadata.smmd2007
Class DataExt
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.DataExt
-
- All Implemented Interfaces:
- java.io.Serializable
public class DataExt 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}geoEle"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected java.lang.StringexDescprotected GeoElegeoEle
-
Constructor Summary
Constructors Constructor and Description DataExt()
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetExDesc()Gets the value of the exDesc property.GeoElegetGeoEle()Gets the value of the geoEle property.voidsetExDesc(java.lang.String value)Sets the value of the exDesc property.voidsetGeoEle(GeoEle value)Sets the value of the geoEle property.
-
-
-
Field Detail
-
geoEle
protected GeoEle geoEle
-
exDesc
protected java.lang.String exDesc
-
-
Method Detail
-
getGeoEle
public GeoEle getGeoEle()
Gets the value of the geoEle property.
-
setGeoEle
public void setGeoEle(GeoEle value)
Sets the value of the geoEle property.- Parameters:
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.- Parameters:
valueallowed- object isString
-
-