public class DsFormat
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>
 
| Modifier and Type | Field and Description | 
|---|---|
| protected java.lang.String | formatName | 
| protected java.lang.String | formatVer | 
| Constructor and Description | 
|---|
| DsFormat() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
protected java.lang.String formatName
protected java.lang.String formatVer
public java.lang.String getFormatName()
public void setFormatName(java.lang.String value)
valueallowed - object isStringpublic java.lang.String getFormatVer()
public void setFormatVer(java.lang.String value)
valueallowed - object isString