com.supermap.services.metadata.smmd2007
Class VectSpatRep
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.VectSpatRep
-
- All Implemented Interfaces:
- java.io.Serializable
public class VectSpatRep 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}topLvl"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}geoObjType"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected java.lang.StringgeoObjTypeprotected java.lang.StringtopLvl
-
Constructor Summary
Constructors Constructor and Description VectSpatRep()
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetGeoObjType()Gets the value of the geoObjType property.java.lang.StringgetTopLvl()Gets the value of the topLvl property.voidsetGeoObjType(java.lang.String value)Sets the value of the geoObjType property.voidsetTopLvl(java.lang.String value)Sets the value of the topLvl property.
-
-
-
Field Detail
-
topLvl
protected java.lang.String topLvl
-
geoObjType
protected java.lang.String geoObjType
-
-
Method Detail
-
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.- Parameters:
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.- Parameters:
valueallowed- object isString
-
-