com.supermap.services.metadata.smmd2007
类 VectSpatRep
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.VectSpatRep
-
- 所有已实现的接口:
- java.io.Serializable
public class VectSpatRep 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}topLvl"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}geoObjType"/> </sequence> </restriction> </complexContent> </complexType>
- 另请参阅:
- 序列化表格
-
-
字段概要
字段 限定符和类型 字段和说明 protected java.lang.String
geoObjType
protected java.lang.String
topLvl
-
构造器概要
构造器 构造器和说明 VectSpatRep()
-
方法概要
方法 限定符和类型 方法和说明 java.lang.String
getGeoObjType()
Gets the value of the geoObjType property.java.lang.String
getTopLvl()
Gets the value of the topLvl property.void
setGeoObjType(java.lang.String value)
Sets the value of the geoObjType property.void
setTopLvl(java.lang.String value)
Sets the value of the topLvl property.
-
-
-
方法详细资料
-
getTopLvl
public java.lang.String getTopLvl()
Gets the value of the topLvl property.
-
setTopLvl
public void setTopLvl(java.lang.String value)
Sets the value of the topLvl property.- 参数:
valueallowed
- object isString
-
getGeoObjType
public java.lang.String getGeoObjType()
Gets the value of the geoObjType property.
-
setGeoObjType
public void setGeoObjType(java.lang.String value)
Sets the value of the geoObjType property.- 参数:
valueallowed
- object isString
-
-