com.supermap.services.metadata.smmd2007
Class CntOnLineRes
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.CntOnLineRes
-
- All Implemented Interfaces:
- java.io.Serializable
public class CntOnLineRes 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}linkage"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}orDesc"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}orFunct"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected java.lang.Stringlinkageprotected java.lang.StringorDescprotected java.lang.StringorFunct
-
Constructor Summary
Constructors Constructor and Description CntOnLineRes()
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetLinkage()Gets the value of the linkage property.java.lang.StringgetOrDesc()Gets the value of the orDesc property.java.lang.StringgetOrFunct()Gets the value of the orFunct property.voidsetLinkage(java.lang.String value)Sets the value of the linkage property.voidsetOrDesc(java.lang.String value)Sets the value of the orDesc property.voidsetOrFunct(java.lang.String value)Sets the value of the orFunct property.
-
-
-
Field Detail
-
linkage
protected java.lang.String linkage
-
orDesc
protected java.lang.String orDesc
-
orFunct
protected java.lang.String orFunct
-
-
Method Detail
-
getLinkage
public java.lang.String getLinkage()
Gets the value of the linkage property.
-
setLinkage
public void setLinkage(java.lang.String value)
Sets the value of the linkage property.- Parameters:
valueallowed- object isString
-
getOrDesc
public java.lang.String getOrDesc()
Gets the value of the orDesc property.
-
setOrDesc
public void setOrDesc(java.lang.String value)
Sets the value of the orDesc property.- Parameters:
valueallowed- object isString
-
getOrFunct
public java.lang.String getOrFunct()
Gets the value of the orFunct property.
-
setOrFunct
public void setOrFunct(java.lang.String value)
Sets the value of the orFunct property.- Parameters:
valueallowed- object isString
-
-