com.supermap.services.metadata.smmd2007

Class RefTheme

  • java.lang.Object
    • com.supermap.services.metadata.smmd2007.RefTheme
  • All Implemented Interfaces:
    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>
     
    
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      protected java.lang.String code 
      protected java.lang.String sourceCode 
      protected java.lang.String sourceName 
      protected java.lang.String theme 
    • Constructor Summary

      Constructors 
      Constructor and Description
      RefTheme() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      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.
      • Methods inherited from class java.lang.Object

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

      • theme

        protected java.lang.String theme
        
      • code

        protected java.lang.String code
        
      • sourceName

        protected java.lang.String sourceName
        
      • sourceCode

        protected java.lang.String sourceCode
        
    • Constructor Detail

      • RefTheme

        public RefTheme()
        
    • Method Detail

      • 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.
        Parameters:
        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.
        Parameters:
        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.
        Parameters:
        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.
        Parameters:
        valueallowed - object isString