|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser110.FrequencyRange
public class FrequencyRange
The range of possible values for the observed frequency.
Java class for FrequencyRange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FrequencyRange">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.spase-group.org/data/schema}Low"/>
<element ref="{http://www.spase-group.org/data/schema}High" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}Units"/>
<element ref="{http://www.spase-group.org/data/schema}Bin" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<Bin> |
bin
|
protected java.math.BigDecimal |
high
|
protected java.math.BigDecimal |
low
|
protected java.lang.String |
units
|
| Constructor Summary | |
|---|---|
FrequencyRange()
|
|
| Method Summary | |
|---|---|
java.util.List<Bin> |
getBin()
Gets the value of the bin property. |
java.math.BigDecimal |
getHigh()
Gets the value of the high property. |
java.math.BigDecimal |
getLow()
Gets the value of the low property. |
java.lang.String |
getUnits()
Gets the value of the units property. |
void |
setHigh(java.math.BigDecimal value)
Sets the value of the high property. |
void |
setLow(java.math.BigDecimal value)
Sets the value of the low property. |
void |
setUnits(java.lang.String value)
Sets the value of the units property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.math.BigDecimal low
protected java.math.BigDecimal high
protected java.lang.String units
protected java.util.List<Bin> bin
| Constructor Detail |
|---|
public FrequencyRange()
| Method Detail |
|---|
public java.math.BigDecimal getLow()
BigDecimalpublic void setLow(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getHigh()
BigDecimalpublic void setHigh(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.String getUnits()
Stringpublic void setUnits(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<Bin> getBin()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the bin property.
For example, to add a new item, do as follows:
getBin().add(newItem);
Objects of the following type(s) are allowed in the list
Bin
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||