public class GranularityType extends Object
Java class for granularityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="granularityType"> <simpleContent> <extension base="<http://tethys.sdsu.edu/schema/1.0>granularityEnumType"> <attribute name="BinSize_m" type="{http://www.w3.org/2001/XMLSchema}double" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Double |
binSizeM |
protected GranularityEnumType |
value |
Constructor and Description |
---|
GranularityType() |
Modifier and Type | Method and Description |
---|---|
Double |
getBinSizeM()
Gets the value of the binSizeM property.
|
GranularityEnumType |
getValue()
Gets the value of the value property.
|
void |
setBinSizeM(Double value)
Sets the value of the binSizeM property.
|
void |
setValue(GranularityEnumType value)
Sets the value of the value property.
|
protected GranularityEnumType value
protected Double binSizeM
public GranularityEnumType getValue()
GranularityEnumType
public void setValue(GranularityEnumType value)
value
- allowed object is
GranularityEnumType
public Double getBinSizeM()
Double
Copyright © 2020 Tethys. All rights reserved.