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