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