com.supermap.services.metadata.smmd2007

Class DataIdInfo

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


    public class DataIdInfo
    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}DataIdent"/>
     <element ref="{http://data.sbsm.gov.cn/smmd/2007}SerIdent"/>
     </sequence>
     </restriction>
     </complexContent>
     </complexType>
     
    
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      DataIdInfo() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      DataIdent getDataIdent()
      Gets the value of the dataIdent property.
      SerIdent getSerIdent()
      Gets the value of the serIdent property.
      void setDataIdent(DataIdent value)
      Sets the value of the dataIdent property.
      void setSerIdent(SerIdent value)
      Sets the value of the serIdent property.
      • Methods inherited from class java.lang.Object

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

    • Constructor Detail

      • DataIdInfo

        public DataIdInfo()
        
    • Method Detail

      • getDataIdent

        public DataIdent getDataIdent()
        
        Gets the value of the dataIdent property.
      • setDataIdent

        public void setDataIdent(DataIdent value)
        
        Sets the value of the dataIdent property.
        Parameters:
        valueallowed - object isDataIdent
      • getSerIdent

        public SerIdent getSerIdent()
        
        Gets the value of the serIdent property.
      • setSerIdent

        public void setSerIdent(SerIdent value)
        
        Sets the value of the serIdent property.
        Parameters:
        valueallowed - object isSerIdent