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.SerializableJava 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.Stringcodeprotected java.lang.StringsourceCodeprotected java.lang.StringsourceNameprotected java.lang.Stringtheme
-
Constructor Summary
Constructors Constructor and Description RefTheme()
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetCode()Gets the value of the code property.java.lang.StringgetSourceCode()Gets the value of the sourceCode property.java.lang.StringgetSourceName()Gets the value of the sourceName property.java.lang.StringgetTheme()Gets the value of the theme property.voidsetCode(java.lang.String value)Sets the value of the code property.voidsetSourceCode(java.lang.String value)Sets the value of the sourceCode property.voidsetSourceName(java.lang.String value)Sets the value of the sourceName property.voidsetTheme(java.lang.String value)Sets the value of the theme property.
-
-
-
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
-
-
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
-
-