com.supermap.services.metadata.smmd2007
类 ResRefDate
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.ResRefDate
-
- 所有已实现的接口:
- java.io.Serializable
public class ResRefDate 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}refDate"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}refDateType"/> </sequence> </restriction> </complexContent> </complexType>
- 另请参阅:
- 序列化表格
-
-
字段概要
字段 限定符和类型 字段和说明 protected java.lang.String
refDate
protected java.lang.String
refDateType
-
构造器概要
构造器 构造器和说明 ResRefDate()
-
方法概要
方法 限定符和类型 方法和说明 java.lang.String
getRefDate()
Gets the value of the refDate property.java.lang.String
getRefDateType()
Gets the value of the refDateType property.void
setRefDate(java.lang.String value)
Sets the value of the refDate property.void
setRefDateType(java.lang.String value)
Sets the value of the refDateType property.
-
-
-
字段详细资料
-
refDate
protected java.lang.String refDate
-
refDateType
protected java.lang.String refDateType
-
-
方法详细资料
-
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.- 参数:
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.- 参数:
valueallowed
- object isString
-
-