com.supermap.services.metadata.smmd2007
Class ContInfo
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.ContInfo
-
- All Implemented Interfaces:
- java.io.Serializable
public class ContInfo 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}FetCatDesc"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected FetCatDescfetCatDesc
-
Constructor Summary
Constructors Constructor and Description ContInfo()
-
Method Summary
Methods Modifier and Type Method and Description FetCatDescgetFetCatDesc()Gets the value of the fetCatDesc property.voidsetFetCatDesc(FetCatDesc value)Sets the value of the fetCatDesc property.
-
-
-
Field Detail
-
fetCatDesc
protected FetCatDesc fetCatDesc
-
-
Method Detail
-
getFetCatDesc
public FetCatDesc getFetCatDesc()
Gets the value of the fetCatDesc property.
-
setFetCatDesc
public void setFetCatDesc(FetCatDesc value)
Sets the value of the fetCatDesc property.- Parameters:
valueallowed- object isFetCatDesc
-
-