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.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>
     
    
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      AggrDSName() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • resTitle

        protected java.lang.String resTitle
        
      • resAltTitle

        protected java.lang.String resAltTitle
        
      • resEd

        protected java.lang.String resEd
        
      • isbn

        protected java.lang.String isbn
        
      • otherCitDet

        protected java.lang.String otherCitDet
        
    • Constructor Detail

      • AggrDSName

        public AggrDSName()
        
    • 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