com.supermap.services.metadata.smmd2007
类 GraphOver
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.GraphOver
-
- 所有已实现的接口:
- java.io.Serializable
public class GraphOver 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}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>
- 另请参阅:
- 序列化表格
-
-
字段概要
字段 限定符和类型 字段和说明 protected java.lang.String
bgFileDesc
protected java.lang.String
bgFileName
protected java.lang.String
bgFileType
-
构造器概要
构造器 构造器和说明 GraphOver()
-
方法概要
方法 限定符和类型 方法和说明 java.lang.String
getBgFileDesc()
Gets the value of the bgFileDesc property.java.lang.String
getBgFileName()
Gets the value of the bgFileName property.java.lang.String
getBgFileType()
Gets the value of the bgFileType property.void
setBgFileDesc(java.lang.String value)
Sets the value of the bgFileDesc property.void
setBgFileName(java.lang.String value)
Sets the value of the bgFileName property.void
setBgFileType(java.lang.String value)
Sets the value of the bgFileType property.
-
-
-
字段详细资料
-
bgFileName
protected java.lang.String bgFileName
-
bgFileDesc
protected java.lang.String bgFileDesc
-
bgFileType
protected java.lang.String bgFileType
-
-
方法详细资料
-
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.- 参数:
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.- 参数:
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.- 参数:
valueallowed
- object isString
-
-