Class Indexer.MultipleBandsDimensions.MultipleBandsDimension
Object
MultipleBandsDimension
- Enclosing class:
- Indexer.MultipleBandsDimensions
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bandsNames property.getName()
Gets the value of the name property.void
setBandsNames
(String value) Sets the value of the bandsNames property.void
Sets the value of the name property.
-
Field Details
-
name
-
bandsNames
-
-
Constructor Details
-
MultipleBandsDimension
public MultipleBandsDimension()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getBandsNames
Gets the value of the bandsNames property.- Returns:
- possible object is
String
-
setBandsNames
Sets the value of the bandsNames property.- Parameters:
value
- allowed object isString
-