public class FrequencyRangeElementType extends Object
Java class for frequencyRangeElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="frequencyRangeElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}CommonAttributes"/> <attribute name="minFrequency" use="required" type="{}nonNegativeScalarType" /> <attribute name="maxFrequency" use="required" type="{}positiveScalarType" /> <attribute name="units" type="{}frequencyUnitType" default="Hz" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
id |
protected double |
maxFrequency |
protected double |
minFrequency |
protected Double |
timeStamp |
protected FrequencyUnitType |
units |
Constructor and Description |
---|
FrequencyRangeElementType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
double |
getMaxFrequency()
Gets the value of the maxFrequency property.
|
double |
getMinFrequency()
Gets the value of the minFrequency property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
FrequencyUnitType |
getUnits()
Gets the value of the units property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMaxFrequency(double value)
Sets the value of the maxFrequency property.
|
void |
setMinFrequency(double value)
Sets the value of the minFrequency property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
void |
setUnits(FrequencyUnitType value)
Sets the value of the units property.
|
protected double minFrequency
protected double maxFrequency
protected FrequencyUnitType units
protected Double timeStamp
protected String description
protected String id
public double getMinFrequency()
public void setMinFrequency(double value)
public double getMaxFrequency()
public void setMaxFrequency(double value)
public FrequencyUnitType getUnits()
FrequencyUnitType
public void setUnits(FrequencyUnitType value)
value
- allowed object is
FrequencyUnitType
public Double getTimeStamp()
Double
public void setTimeStamp(Double value)
value
- allowed object is
Double
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String