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.
|
protected java.lang.String theme
protected java.lang.String code
protected java.lang.String sourceName
protected java.lang.String sourceCode
public java.lang.String getTheme()
public void setTheme(java.lang.String value)
valueallowed
- object isString
public java.lang.String getCode()
public void setCode(java.lang.String value)
valueallowed
- object isString
public java.lang.String getSourceName()
public void setSourceName(java.lang.String value)
valueallowed
- object isString
public java.lang.String getSourceCode()
public void setSourceCode(java.lang.String value)
valueallowed
- object isString