com.supermap.services.metadata.smmd2007
Class FetCatDesc
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.FetCatDesc
-
- All Implemented Interfaces:
- java.io.Serializable
public class FetCatDesc 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}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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected java.lang.StringcatFetTypesprotected java.lang.StringfetAttDescprotected intincWithDS
-
Constructor Summary
Constructors Constructor and Description FetCatDesc()
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetCatFetTypes()Gets the value of the catFetTypes property.java.lang.StringgetFetAttDesc()Gets the value of the fetAttDesc property.intgetIncWithDS()Gets the value of the incWithDS property.voidsetCatFetTypes(java.lang.String value)Sets the value of the catFetTypes property.voidsetFetAttDesc(java.lang.String value)Sets the value of the fetAttDesc property.voidsetIncWithDS(int value)Sets the value of the incWithDS property.
-
-
-
Field Detail
-
incWithDS
protected int incWithDS
-
catFetTypes
protected java.lang.String catFetTypes
-
fetAttDesc
protected java.lang.String fetAttDesc
-
-
Method Detail
-
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.- Parameters:
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.- Parameters:
valueallowed- object isString
-
-