com.supermap.services.metadata.smmd2007
类 SerIdent
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.SerIdent
-
- 所有已实现的接口:
- java.io.Serializable
public class SerIdent 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}serType"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}serVersion"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}serOpsOn"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}operation"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}couplingType"/> </sequence> </restriction> </complexContent> </complexType>
- 另请参阅:
- 序列化表格
-
-
字段概要
字段 限定符和类型 字段和说明 protected java.lang.String
couplingType
protected Operation
operation
protected SerOpsOn
serOpsOn
protected java.lang.String
serType
protected java.lang.String
serVersion
-
构造器概要
构造器 构造器和说明 SerIdent()
-
方法概要
方法 限定符和类型 方法和说明 java.lang.String
getCouplingType()
Gets the value of the couplingType property.Operation
getOperation()
Gets the value of the operation property.SerOpsOn
getSerOpsOn()
Gets the value of the serOpsOn property.java.lang.String
getSerType()
Gets the value of the serType property.java.lang.String
getSerVersion()
Gets the value of the serVersion property.void
setCouplingType(java.lang.String value)
Sets the value of the couplingType property.void
setOperation(Operation value)
Sets the value of the operation property.void
setSerOpsOn(SerOpsOn value)
Sets the value of the serOpsOn property.void
setSerType(java.lang.String value)
Sets the value of the serType property.void
setSerVersion(java.lang.String value)
Sets the value of the serVersion property.
-
-
-
字段详细资料
-
serType
protected java.lang.String serType
-
serVersion
protected java.lang.String serVersion
-
serOpsOn
protected SerOpsOn serOpsOn
-
operation
protected Operation operation
-
couplingType
protected java.lang.String couplingType
-
-
方法详细资料
-
getSerType
public java.lang.String getSerType()
Gets the value of the serType property.
-
setSerType
public void setSerType(java.lang.String value)
Sets the value of the serType property.- 参数:
valueallowed
- object isString
-
getSerVersion
public java.lang.String getSerVersion()
Gets the value of the serVersion property.
-
setSerVersion
public void setSerVersion(java.lang.String value)
Sets the value of the serVersion property.- 参数:
valueallowed
- object isString
-
getSerOpsOn
public SerOpsOn getSerOpsOn()
Gets the value of the serOpsOn property.
-
setSerOpsOn
public void setSerOpsOn(SerOpsOn value)
Sets the value of the serOpsOn property.- 参数:
valueallowed
- object isSerOpsOn
-
getOperation
public Operation getOperation()
Gets the value of the operation property.
-
setOperation
public void setOperation(Operation value)
Sets the value of the operation property.- 参数:
valueallowed
- object isOperation
-
getCouplingType
public java.lang.String getCouplingType()
Gets the value of the couplingType property.
-
setCouplingType
public void setCouplingType(java.lang.String value)
Sets the value of the couplingType property.- 参数:
valueallowed
- object isString
-
-