com.supermap.services.metadata.smmd2007
Class SerOpsOn
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.SerOpsOn
-
- All Implemented Interfaces:
- java.io.Serializable
public class SerOpsOn 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}idCitation"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected IdCitationidCitation
-
Constructor Summary
Constructors Constructor and Description SerOpsOn()
-
Method Summary
Methods Modifier and Type Method and Description IdCitationgetIdCitation()Gets the value of the idCitation property.voidsetIdCitation(IdCitation value)Sets the value of the idCitation property.
-
-
-
Field Detail
-
idCitation
protected IdCitation idCitation
-
-
Method Detail
-
getIdCitation
public IdCitation getIdCitation()
Gets the value of the idCitation property.
-
setIdCitation
public void setIdCitation(IdCitation value)
Sets the value of the idCitation property.- Parameters:
valueallowed- object isIdCitation
-
-