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