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.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>
     
    
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      SerIdent() 
    • Method Summary

      Methods 
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • serType

        protected java.lang.String serType
        
      • serVersion

        protected java.lang.String serVersion
        
      • couplingType

        protected java.lang.String couplingType
        
    • Constructor Detail

      • SerIdent

        public SerIdent()
        
    • 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