com.supermap.services.metadata.smmd2007
Class Operation
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.Operation
-
- All Implemented Interfaces:
- java.io.Serializable
public class Operation 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}opName"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}DCP"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected java.lang.Stringdcpprotected java.lang.StringopName
-
Constructor Summary
Constructors Constructor and Description Operation()
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetDCP()Gets the value of the dcp property.java.lang.StringgetOpName()Gets the value of the opName property.voidsetDCP(java.lang.String value)Sets the value of the dcp property.voidsetOpName(java.lang.String value)Sets the value of the opName property.
-
-
-
Method Detail
-
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.- Parameters:
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.- Parameters:
valueallowed- object isString
-
-