com.supermap.services.metadata.smmd2007
Class IdCitation
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.IdCitation
-
- All Implemented Interfaces:
- java.io.Serializable
public class IdCitation 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}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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected java.lang.StringresEdprotected ResRefDateresRefDateprotected java.lang.StringresTitle
-
Constructor Summary
Constructors Constructor and Description IdCitation()
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetResEd()Gets the value of the resEd property.ResRefDategetResRefDate()Gets the value of the resRefDate property.java.lang.StringgetResTitle()Gets the value of the resTitle property.voidsetResEd(java.lang.String value)Sets the value of the resEd property.voidsetResRefDate(ResRefDate value)Sets the value of the resRefDate property.voidsetResTitle(java.lang.String value)Sets the value of the resTitle property.
-
-
-
Field Detail
-
resTitle
protected java.lang.String resTitle
-
resRefDate
protected ResRefDate resRefDate
-
resEd
protected java.lang.String resEd
-
-
Method Detail
-
getResTitle
public java.lang.String getResTitle()
Gets the value of the resTitle property.
-
setResTitle
public void setResTitle(java.lang.String value)
Sets the value of the resTitle property.- Parameters:
valueallowed- object isString
-
getResRefDate
public ResRefDate getResRefDate()
Gets the value of the resRefDate property.
-
setResRefDate
public void setResRefDate(ResRefDate value)
Sets the value of the resRefDate property.- Parameters:
valueallowed- object isResRefDate
-
getResEd
public java.lang.String getResEd()
Gets the value of the resEd property.
-
setResEd
public void setResEd(java.lang.String value)
Sets the value of the resEd property.- Parameters:
valueallowed- object isString
-
-