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>
 
| Modifier and Type | Field and Description | 
|---|---|
| protected java.lang.String | couplingType | 
| protected Operation | operation | 
| protected SerOpsOn | serOpsOn | 
| protected java.lang.String | serType | 
| protected java.lang.String | serVersion | 
| Constructor and Description | 
|---|
| SerIdent() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
protected java.lang.String serType
protected java.lang.String serVersion
protected SerOpsOn serOpsOn
protected Operation operation
protected java.lang.String couplingType
public java.lang.String getSerType()
public void setSerType(java.lang.String value)
valueallowed - object isStringpublic java.lang.String getSerVersion()
public void setSerVersion(java.lang.String value)
valueallowed - object isStringpublic SerOpsOn getSerOpsOn()
public void setSerOpsOn(SerOpsOn value)
valueallowed - object isSerOpsOnpublic Operation getOperation()
public void setOperation(Operation value)
valueallowed - object isOperationpublic java.lang.String getCouplingType()
public void setCouplingType(java.lang.String value)
valueallowed - object isString