Class Indexer.MultipleBandsDimensions.MultipleBandsDimension

  • Enclosing class:
    Indexer.MultipleBandsDimensions

    public static class Indexer.MultipleBandsDimensions.MultipleBandsDimension
    extends Object
    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 name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="bandsNames" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected String bandsNames  
      protected String name  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getBandsNames()
      Gets the value of the bandsNames property.
      String getName()
      Gets the value of the name property.
      void setBandsNames​(String value)
      Sets the value of the bandsNames property.
      void setName​(String value)
      Sets the value of the name property.
      • Methods inherited from class Object

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

      • name

        protected String name
      • bandsNames

        protected String bandsNames
    • Constructor Detail

      • MultipleBandsDimension

        public MultipleBandsDimension()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getBandsNames

        public String getBandsNames()
        Gets the value of the bandsNames property.
        Returns:
        possible object is String
      • setBandsNames

        public void setBandsNames​(String value)
        Sets the value of the bandsNames property.
        Parameters:
        value - allowed object is String