com.supermap.services.metadata.smmd2007
Class ResRefDate
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.ResRefDate
-
- All Implemented Interfaces:
- java.io.Serializable
public class ResRefDate 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}refDate"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}refDateType"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected java.lang.StringrefDateprotected java.lang.StringrefDateType
-
Constructor Summary
Constructors Constructor and Description ResRefDate()
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetRefDate()Gets the value of the refDate property.java.lang.StringgetRefDateType()Gets the value of the refDateType property.voidsetRefDate(java.lang.String value)Sets the value of the refDate property.voidsetRefDateType(java.lang.String value)Sets the value of the refDateType property.
-
-
-
Field Detail
-
refDate
protected java.lang.String refDate
-
refDateType
protected java.lang.String refDateType
-
-
Method Detail
-
getRefDate
public java.lang.String getRefDate()
Gets the value of the refDate property.
-
setRefDate
public void setRefDate(java.lang.String value)
Sets the value of the refDate property.- Parameters:
valueallowed- object isString
-
getRefDateType
public java.lang.String getRefDateType()
Gets the value of the refDateType property.
-
setRefDateType
public void setRefDateType(java.lang.String value)
Sets the value of the refDateType property.- Parameters:
valueallowed- object isString
-
-