com.supermap.services.metadata.smmd2007

Class Operation

  • java.lang.Object
    • com.supermap.services.metadata.smmd2007.Operation
  • All Implemented Interfaces:
    java.io.Serializable


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

      Fields 
      Modifier and Type Field and Description
      protected java.lang.String dcp 
      protected java.lang.String opName 
    • Constructor Summary

      Constructors 
      Constructor and Description
      Operation() 
    • Method Summary

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

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

      • opName

        protected java.lang.String opName
        
      • dcp

        protected java.lang.String dcp
        
    • Constructor Detail

      • Operation

        public Operation()
        
    • Method Detail

      • getOpName

        public java.lang.String getOpName()
        
        Gets the value of the opName property.
      • setOpName

        public void setOpName(java.lang.String value)
        
        Sets the value of the opName property.
        Parameters:
        valueallowed - object isString
      • getDCP

        public java.lang.String getDCP()
        
        Gets the value of the dcp property.
      • setDCP

        public void setDCP(java.lang.String value)
        
        Sets the value of the dcp property.
        Parameters:
        valueallowed - object isString