com.supermap.services.metadata.smmd2007

Class SpatRepInfo

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


    public class SpatRepInfo
    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">
     <choice>
     <element ref="{http://data.sbsm.gov.cn/smmd/2007}GridSpatRep"/>
     <element ref="{http://data.sbsm.gov.cn/smmd/2007}VectSpatRep"/>
     </choice>
     </restriction>
     </complexContent>
     </complexType>
     
    
    See Also:
    Serialized Form
    • Constructor Detail

      • SpatRepInfo

        public SpatRepInfo()
        
    • Method Detail

      • getGridSpatRep

        public GridSpatRep getGridSpatRep()
        
        Gets the value of the gridSpatRep property.
      • setGridSpatRep

        public void setGridSpatRep(GridSpatRep value)
        
        Sets the value of the gridSpatRep property.
        Parameters:
        valueallowed - object isGridSpatRep
      • getVectSpatRep

        public VectSpatRep getVectSpatRep()
        
        Gets the value of the vectSpatRep property.
      • setVectSpatRep

        public void setVectSpatRep(VectSpatRep value)
        
        Sets the value of the vectSpatRep property.
        Parameters:
        valueallowed - object isVectSpatRep