com.supermap.services.metadata.smmd2007
Class DistFormat
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.DistFormat
-
- All Implemented Interfaces:
- java.io.Serializable
public class DistFormat 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}formatName"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}formatVer"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected java.lang.StringformatNameprotected java.lang.StringformatVer
-
Constructor Summary
Constructors Constructor and Description DistFormat()
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetFormatName()Gets the value of the formatName property.java.lang.StringgetFormatVer()Gets the value of the formatVer property.voidsetFormatName(java.lang.String value)Sets the value of the formatName property.voidsetFormatVer(java.lang.String value)Sets the value of the formatVer property.
-
-
-
Field Detail
-
formatName
protected java.lang.String formatName
-
formatVer
protected java.lang.String formatVer
-
-
Method Detail
-
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.- Parameters:
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.- Parameters:
valueallowed- object isString
-
-