com.supermap.services.metadata.smmd2007
类 Operation
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.Operation
-
- 所有已实现的接口:
- java.io.Serializable
public class Operation 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}opName"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}DCP"/> </sequence> </restriction> </complexContent> </complexType>
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器和说明 Operation()
-
方法概要
方法 限定符和类型 方法和说明 java.lang.String
getDCP()
Gets the value of the dcp property.java.lang.String
getOpName()
Gets the value of the opName property.void
setDCP(java.lang.String value)
Sets the value of the dcp property.void
setOpName(java.lang.String value)
Sets the value of the opName property.
-
-
-
方法详细资料
-
getOpName
public java.lang.String getOpName()
Gets the value of the opName property.
-
setOpName
public void setOpName(java.lang.String value)
Sets the value of the opName property.- 参数:
valueallowed
- object isString
-
getDCP
public java.lang.String getDCP()
Gets the value of the dcp property.
-
setDCP
public void setDCP(java.lang.String value)
Sets the value of the dcp property.- 参数:
valueallowed
- object isString
-
-