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>
 
| Modifier and Type | Field and Description | 
|---|---|
| protected java.lang.String | dcp | 
| protected java.lang.String | opName | 
| Constructor and Description | 
|---|
| Operation() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public java.lang.String getOpName()
public void setOpName(java.lang.String value)
valueallowed - object isStringpublic java.lang.String getDCP()
public void setDCP(java.lang.String value)
valueallowed - object isString