com.supermap.services.metadata.smmd2007
Class RefSysInfo
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.RefSysInfo
-
- All Implemented Interfaces:
- java.io.Serializable
public class RefSysInfo 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}MdCoRefSys"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected MdCoRefSysmdCoRefSysprotected java.lang.StringrefSysID
-
Constructor Summary
Constructors Constructor and Description RefSysInfo()
-
Method Summary
Methods Modifier and Type Method and Description MdCoRefSysgetMdCoRefSys()Gets the value of the mdCoRefSys property.java.lang.StringgetRefSysID()Gets the value of the refSysID property.voidsetMdCoRefSys(MdCoRefSys value)Sets the value of the mdCoRefSys property.voidsetRefSysID(java.lang.String value)Sets the value of the refSysID property.
-
-
-
Field Detail
-
mdCoRefSys
protected MdCoRefSys mdCoRefSys
-
refSysID
protected java.lang.String refSysID
-
-
Method Detail
-
getMdCoRefSys
public MdCoRefSys getMdCoRefSys()
Gets the value of the mdCoRefSys property.
-
setMdCoRefSys
public void setMdCoRefSys(MdCoRefSys value)
Sets the value of the mdCoRefSys property.- Parameters:
valueallowed- object isMdCoRefSys
-
getRefSysID
public java.lang.String getRefSysID()
Gets the value of the refSysID property.
-
setRefSysID
public void setRefSysID(java.lang.String value)
Sets the value of the refSysID property.- Parameters:
valueallowed- object isString
-
-