Class Indexer.MultipleBandsDimensions.MultipleBandsDimension

Object
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 Details

    • name

      protected String name
    • bandsNames

      protected String bandsNames
  • Constructor Details

    • MultipleBandsDimension

      public MultipleBandsDimension()
  • Method Details

    • 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