com.supermap.services.metadata.smmd2007
Class DataScale
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.DataScale
-
- All Implemented Interfaces:
- java.io.Serializable
public class DataScale 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}equScale"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected intequScale
-
Constructor Summary
Constructors Constructor and Description DataScale()
-
Method Summary
Methods Modifier and Type Method and Description intgetEquScale()Gets the value of the equScale property.voidsetEquScale(int value)Sets the value of the equScale property.
-