com.supermap.services.metadata.smmd2007
Class GraphOver
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.GraphOver
-
- All Implemented Interfaces:
- java.io.Serializable
public class GraphOver 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}bgFileName"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}bgFileDesc"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}bgFileType"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected java.lang.StringbgFileDescprotected java.lang.StringbgFileNameprotected java.lang.StringbgFileType
-
Constructor Summary
Constructors Constructor and Description GraphOver()
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetBgFileDesc()Gets the value of the bgFileDesc property.java.lang.StringgetBgFileName()Gets the value of the bgFileName property.java.lang.StringgetBgFileType()Gets the value of the bgFileType property.voidsetBgFileDesc(java.lang.String value)Sets the value of the bgFileDesc property.voidsetBgFileName(java.lang.String value)Sets the value of the bgFileName property.voidsetBgFileType(java.lang.String value)Sets the value of the bgFileType property.
-
-
-
Field Detail
-
bgFileName
protected java.lang.String bgFileName
-
bgFileDesc
protected java.lang.String bgFileDesc
-
bgFileType
protected java.lang.String bgFileType
-
-
Method Detail
-
getBgFileName
public java.lang.String getBgFileName()
Gets the value of the bgFileName property.
-
setBgFileName
public void setBgFileName(java.lang.String value)
Sets the value of the bgFileName property.- Parameters:
valueallowed- object isString
-
getBgFileDesc
public java.lang.String getBgFileDesc()
Gets the value of the bgFileDesc property.
-
setBgFileDesc
public void setBgFileDesc(java.lang.String value)
Sets the value of the bgFileDesc property.- Parameters:
valueallowed- object isString
-
getBgFileType
public java.lang.String getBgFileType()
Gets the value of the bgFileType property.
-
setBgFileType
public void setBgFileType(java.lang.String value)
Sets the value of the bgFileType property.- Parameters:
valueallowed- object isString
-
-