com.supermap.services.metadata.smmd2007
Class SerIdent
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.SerIdent
-
- All Implemented Interfaces:
- java.io.Serializable
public class SerIdent 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}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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected java.lang.StringcouplingTypeprotected Operationoperationprotected SerOpsOnserOpsOnprotected java.lang.StringserTypeprotected java.lang.StringserVersion
-
Constructor Summary
Constructors Constructor and Description SerIdent()
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetCouplingType()Gets the value of the couplingType property.OperationgetOperation()Gets the value of the operation property.SerOpsOngetSerOpsOn()Gets the value of the serOpsOn property.java.lang.StringgetSerType()Gets the value of the serType property.java.lang.StringgetSerVersion()Gets the value of the serVersion property.voidsetCouplingType(java.lang.String value)Sets the value of the couplingType property.voidsetOperation(Operation value)Sets the value of the operation property.voidsetSerOpsOn(SerOpsOn value)Sets the value of the serOpsOn property.voidsetSerType(java.lang.String value)Sets the value of the serType property.voidsetSerVersion(java.lang.String value)Sets the value of the serVersion property.
-
-
-
Field Detail
-
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
-
-
Method Detail
-
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.- Parameters:
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.- Parameters:
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.- Parameters:
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.- Parameters:
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.- Parameters:
valueallowed- object isString
-
-