public class FrequencyRecordElementType extends Object
Java class for frequencyRecordElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="frequencyRecordElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{}CommonAttributes"/>
<attribute name="frequency" use="required" type="{}positiveScalarType" />
<attribute name="units" type="{}frequencyUnitType" default="Hz" />
<attribute name="content" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected String |
description |
protected double |
frequency |
protected String |
id |
protected Double |
timeStamp |
protected FrequencyUnitType |
units |
| Constructor and Description |
|---|
FrequencyRecordElementType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Gets the value of the content property.
|
String |
getDescription()
Gets the value of the description property.
|
double |
getFrequency()
Gets the value of the frequency property.
|
String |
getId()
Gets the value of the id property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
FrequencyUnitType |
getUnits()
Gets the value of the units property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFrequency(double value)
Sets the value of the frequency property.
|
void |
setId(String value)
Sets the value of the id 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 frequency
protected FrequencyUnitType units
protected String content
protected Double timeStamp
protected String description
protected String id
public double getFrequency()
public void setFrequency(double value)
public FrequencyUnitType getUnits()
FrequencyUnitTypepublic void setUnits(FrequencyUnitType value)
value - allowed object is
FrequencyUnitTypepublic String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
String