public class IdCitation
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}resTitle"/>
 <element ref="{http://data.sbsm.gov.cn/smmd/2007}resRefDate"/>
 <element ref="{http://data.sbsm.gov.cn/smmd/2007}resEd"/>
 </sequence>
 </restriction>
 </complexContent>
 </complexType>
 
| Modifier and Type | Field and Description | 
|---|---|
| protected java.lang.String | resEd | 
| protected ResRefDate | resRefDate | 
| protected java.lang.String | resTitle | 
| Constructor and Description | 
|---|
| IdCitation() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getResEd()Gets the value of the resEd property. | 
| ResRefDate | getResRefDate()Gets the value of the resRefDate property. | 
| java.lang.String | getResTitle()Gets the value of the resTitle property. | 
| void | setResEd(java.lang.String value)Sets the value of the resEd property. | 
| void | setResRefDate(ResRefDate value)Sets the value of the resRefDate property. | 
| void | setResTitle(java.lang.String value)Sets the value of the resTitle property. | 
protected java.lang.String resTitle
protected ResRefDate resRefDate
protected java.lang.String resEd
public java.lang.String getResTitle()
public void setResTitle(java.lang.String value)
valueallowed - object isStringpublic ResRefDate getResRefDate()
public void setResRefDate(ResRefDate value)
valueallowed - object isResRefDatepublic java.lang.String getResEd()
public void setResEd(java.lang.String value)
valueallowed - object isString