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 Summary
Fields Modifier and Type Field Description protected String
bandsNames
protected String
name
-
Constructor Summary
Constructors Constructor Description MultipleBandsDimension()
-
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.
-
-
-
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 isString
-
getBandsNames
public String getBandsNames()
Gets the value of the bandsNames property.- Returns:
- possible object is
String
-
-