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_min" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="FirstBinStart" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="EncounterGap_min" type="{http://www.w3.org/2001/XMLSchema}double" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
binSizeMin |
protected Double |
encounterGapMin |
protected XMLGregorianCalendar |
firstBinStart |
protected GranularityEnumType |
value |
| Constructor and Description |
|---|
GranularityType() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getBinSizeMin()
Gets the value of the binSizeMin property.
|
Double |
getEncounterGapMin()
Gets the value of the encounterGapMin property.
|
XMLGregorianCalendar |
getFirstBinStart()
Gets the value of the firstBinStart property.
|
GranularityEnumType |
getValue()
Gets the value of the value property.
|
void |
setBinSizeMin(Double value)
Sets the value of the binSizeMin property.
|
void |
setEncounterGapMin(Double value)
Sets the value of the encounterGapMin property.
|
void |
setFirstBinStart(XMLGregorianCalendar value)
Sets the value of the firstBinStart property.
|
void |
setValue(GranularityEnumType value)
Sets the value of the value property.
|
protected GranularityEnumType value
protected Double binSizeMin
protected XMLGregorianCalendar firstBinStart
protected Double encounterGapMin
public GranularityEnumType getValue()
GranularityEnumTypepublic void setValue(GranularityEnumType value)
value - allowed object is
GranularityEnumTypepublic Double getBinSizeMin()
Doublepublic void setBinSizeMin(Double value)
value - allowed object is
Doublepublic XMLGregorianCalendar getFirstBinStart()
XMLGregorianCalendarpublic void setFirstBinStart(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Double getEncounterGapMin()
DoubleCopyright © 2024 Tethys. All rights reserved.