com.supermap.services.metadata.smmd2007
Class AggrDSName
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.AggrDSName
-
- All Implemented Interfaces:
- java.io.Serializable
public class AggrDSName 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}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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected java.lang.Stringisbnprotected java.lang.StringotherCitDetprotected java.lang.StringresAltTitleprotected java.lang.StringresEdprotected ResRefDateresRefDateprotected java.lang.StringresTitle
-
Constructor Summary
Constructors Constructor and Description AggrDSName()
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetIsbn()Gets the value of the isbn property.java.lang.StringgetOtherCitDet()Gets the value of the otherCitDet property.java.lang.StringgetResAltTitle()Gets the value of the resAltTitle property.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.voidsetIsbn(java.lang.String value)Sets the value of the isbn property.voidsetOtherCitDet(java.lang.String value)Sets the value of the otherCitDet property.voidsetResAltTitle(java.lang.String value)Sets the value of the resAltTitle 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
-
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
-
-
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
-
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.- 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
-
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.- Parameters:
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.- Parameters:
valueallowed- object isString
-
-