com.supermap.services.metadata.smmd2007

Class DistFormat

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


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

      Fields 
      Modifier and Type Field and Description
      protected java.lang.String formatName 
      protected java.lang.String formatVer 
    • Constructor Summary

      Constructors 
      Constructor and Description
      DistFormat() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getFormatName()
      Gets the value of the formatName property.
      java.lang.String getFormatVer()
      Gets the value of the formatVer property.
      void setFormatName(java.lang.String value)
      Sets the value of the formatName property.
      void setFormatVer(java.lang.String value)
      Sets the value of the formatVer property.
      • Methods inherited from class java.lang.Object

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

      • formatName

        protected java.lang.String formatName
        
      • formatVer

        protected java.lang.String formatVer
        
    • Constructor Detail

      • DistFormat

        public DistFormat()
        
    • Method Detail

      • getFormatName

        public java.lang.String getFormatName()
        
        Gets the value of the formatName property.
      • setFormatName

        public void setFormatName(java.lang.String value)
        
        Sets the value of the formatName property.
        Parameters:
        valueallowed - object isString
      • getFormatVer

        public java.lang.String getFormatVer()
        
        Gets the value of the formatVer property.
      • setFormatVer

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