com.supermap.services.metadata.smmd2007

类 RefTheme

  • java.lang.Object
    • com.supermap.services.metadata.smmd2007.RefTheme
  • 所有已实现的接口:
    java.io.Serializable


    public class RefTheme
    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}theme"/>
     <element ref="{http://data.sbsm.gov.cn/smmd/2007}code"/>
     <element ref="{http://data.sbsm.gov.cn/smmd/2007}sourceName"/>
     <element ref="{http://data.sbsm.gov.cn/smmd/2007}sourceCode"/>
     </sequence>
     </restriction>
     </complexContent>
     </complexType>
     
    
    另请参阅:
    序列化表格
    • 字段概要

      字段 
      限定符和类型 字段和说明
      protected java.lang.String code 
      protected java.lang.String sourceCode 
      protected java.lang.String sourceName 
      protected java.lang.String theme 
    • 构造器概要

      构造器 
      构造器和说明
      RefTheme() 
    • 方法概要

      方法 
      限定符和类型 方法和说明
      java.lang.String getCode()
      Gets the value of the code property.
      java.lang.String getSourceCode()
      Gets the value of the sourceCode property.
      java.lang.String getSourceName()
      Gets the value of the sourceName property.
      java.lang.String getTheme()
      Gets the value of the theme property.
      void setCode(java.lang.String value)
      Sets the value of the code property.
      void setSourceCode(java.lang.String value)
      Sets the value of the sourceCode property.
      void setSourceName(java.lang.String value)
      Sets the value of the sourceName property.
      void setTheme(java.lang.String value)
      Sets the value of the theme property.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • theme

        protected java.lang.String theme
        
      • code

        protected java.lang.String code
        
      • sourceName

        protected java.lang.String sourceName
        
      • sourceCode

        protected java.lang.String sourceCode
        
    • 构造器详细资料

      • RefTheme

        public RefTheme()
        
    • 方法详细资料

      • getTheme

        public java.lang.String getTheme()
        
        Gets the value of the theme property.
      • setTheme

        public void setTheme(java.lang.String value)
        
        Sets the value of the theme property.
        参数:
        valueallowed - object isString
      • getCode

        public java.lang.String getCode()
        
        Gets the value of the code property.
      • setCode

        public void setCode(java.lang.String value)
        
        Sets the value of the code property.
        参数:
        valueallowed - object isString
      • getSourceName

        public java.lang.String getSourceName()
        
        Gets the value of the sourceName property.
      • setSourceName

        public void setSourceName(java.lang.String value)
        
        Sets the value of the sourceName property.
        参数:
        valueallowed - object isString
      • getSourceCode

        public java.lang.String getSourceCode()
        
        Gets the value of the sourceCode property.
      • setSourceCode

        public void setSourceCode(java.lang.String value)
        
        Sets the value of the sourceCode property.
        参数:
        valueallowed - object isString