com.supermap.services.metadata.smmd2007

Class GraphOver

  • java.lang.Object
    • com.supermap.services.metadata.smmd2007.GraphOver
  • All Implemented Interfaces:
    java.io.Serializable


    public class GraphOver
    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}bgFileName"/>
     <element ref="{http://data.sbsm.gov.cn/smmd/2007}bgFileDesc"/>
     <element ref="{http://data.sbsm.gov.cn/smmd/2007}bgFileType"/>
     </sequence>
     </restriction>
     </complexContent>
     </complexType>
     
    
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      protected java.lang.String bgFileDesc 
      protected java.lang.String bgFileName 
      protected java.lang.String bgFileType 
    • Constructor Summary

      Constructors 
      Constructor and Description
      GraphOver() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getBgFileDesc()
      Gets the value of the bgFileDesc property.
      java.lang.String getBgFileName()
      Gets the value of the bgFileName property.
      java.lang.String getBgFileType()
      Gets the value of the bgFileType property.
      void setBgFileDesc(java.lang.String value)
      Sets the value of the bgFileDesc property.
      void setBgFileName(java.lang.String value)
      Sets the value of the bgFileName property.
      void setBgFileType(java.lang.String value)
      Sets the value of the bgFileType property.
      • Methods inherited from class java.lang.Object

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

      • bgFileName

        protected java.lang.String bgFileName
        
      • bgFileDesc

        protected java.lang.String bgFileDesc
        
      • bgFileType

        protected java.lang.String bgFileType
        
    • Constructor Detail

      • GraphOver

        public GraphOver()
        
    • Method Detail

      • getBgFileName

        public java.lang.String getBgFileName()
        
        Gets the value of the bgFileName property.
      • setBgFileName

        public void setBgFileName(java.lang.String value)
        
        Sets the value of the bgFileName property.
        Parameters:
        valueallowed - object isString
      • getBgFileDesc

        public java.lang.String getBgFileDesc()
        
        Gets the value of the bgFileDesc property.
      • setBgFileDesc

        public void setBgFileDesc(java.lang.String value)
        
        Sets the value of the bgFileDesc property.
        Parameters:
        valueallowed - object isString
      • getBgFileType

        public java.lang.String getBgFileType()
        
        Gets the value of the bgFileType property.
      • setBgFileType

        public void setBgFileType(java.lang.String value)
        
        Sets the value of the bgFileType property.
        Parameters:
        valueallowed - object isString