public class Freq extends AsgnFreqBase
Element of Assigned
Sub-Elements are NarrowBandPlanning, PairedFreq
Example:
<Freq> <FreqMin cls="U">351.125</FreqMin> <LegacyNum cls="U">USAF11012345</LegacyNum> </Freq>
freqMax, freqMin, freqUse, refFreq| Constructor and Description |
|---|
Freq() |
| Modifier and Type | Method and Description |
|---|---|
S20 |
getLegacyNum()
Get a legacy reference number associated with the assigned frequency..
|
Set<NarrowBandPlanning> |
getNarrowBandPlanning()
Get the US:NarrowBandPlanning
|
Set<PairedFreq> |
getPairedFreq()
Get the nominal frequency or minimum value of the frequency range, for the
paired frequency or frequency range when the allotment is for a duplex
system..
|
US5 |
getTAD()
Get the TAD associated to the assigned frequency.
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetLegacyNum()
Determine if the LegacyNum is configured.
|
boolean |
isSetNarrowBandPlanning()
Determine if the NarrowBandPlanning is configured.
|
boolean |
isSetPairedFreq()
Determine if the PairedFreq is configured.
|
boolean |
isSetTAD()
Determine if the TAD is configured.
|
void |
setLegacyNum(S20 value)
Set a legacy reference number associated with the assigned frequency..
|
void |
setTAD(US5 value)
Set the TAD associated to the assigned frequency.
|
String |
toString()
Get a string representation of this Freq instance configuration.
|
void |
unsetNarrowBandPlanning()
Clear the NarrowBandPlanning field.
|
void |
unsetPairedFreq()
Clear the PairedFreq field.
|
Freq |
withLegacyNum(String value)
Set a legacy reference number associated with the assigned frequency.
|
Freq |
withNarrowBandPlanning(Collection<NarrowBandPlanning> values)
Set the US:NarrowBandPlanning
|
Freq |
withNarrowBandPlanning(NarrowBandPlanning... values)
Set the US:NarrowBandPlanning
|
Freq |
withPairedFreq(Collection<PairedFreq> values)
Set the nominal frequency or minimum value of the frequency range, for the
paired frequency or frequency range when the allotment is for a duplex
system.
|
Freq |
withPairedFreq(PairedFreq... values)
Set the nominal frequency or minimum value of the frequency range, for the
paired frequency or frequency range when the allotment is for a duplex
system.
|
Freq |
withTAD(String value)
Set the TAD associated to the assigned frequency.
|
getFreqMax, getFreqMin, getFreqUse, getRefFreq, isSetFreqMax, isSetFreqMin, isSetFreqUse, isSetRefFreq, setFreqMax, setFreqMin, setFreqUse, setRefFreq, withFreqMax, withFreqMin, withFreqUse, withRefFreqpublic US5 getTAD()
US5 instancepublic void setTAD(US5 value)
value - a US5 instancepublic boolean isSetTAD()
public S20 getLegacyNum()
S20 instancepublic void setLegacyNum(S20 value)
value - a S20 instancepublic boolean isSetLegacyNum()
public Set<PairedFreq> getPairedFreq()
PairedFreq instancepublic boolean isSetPairedFreq()
public void unsetPairedFreq()
public Set<NarrowBandPlanning> getNarrowBandPlanning()
Complex element NarrowBandPlanning (US) describes a reduced bandwidth assignment for a single frequency or a range of frequencies..
NarrowBandPlanning instancepublic boolean isSetNarrowBandPlanning()
public void unsetNarrowBandPlanning()
public Freq withTAD(String value)
value - An instances of type String.public Freq withLegacyNum(String value)
value - An instances of type String.public Freq withPairedFreq(PairedFreq... values)
values - One or more instances of type PairedFreq....public Freq withPairedFreq(Collection<PairedFreq> values)
values - A collection of PairedFreq instancespublic Freq withNarrowBandPlanning(NarrowBandPlanning... values)
Complex element NarrowBandPlanning (US) describes a reduced bandwidth assignment for a single frequency or a range of frequencies.
values - One or more instances of type NarrowBandPlanning....public Freq withNarrowBandPlanning(Collection<NarrowBandPlanning> values)
Complex element NarrowBandPlanning (US) describes a reduced bandwidth assignment for a single frequency or a range of frequencies.
values - A collection of NarrowBandPlanning instancespublic String toString()
toString in class AsgnFreqBasepublic boolean isSet()
Freq has no configuration requirements.
isSet in class AsgnFreqBaseCopyright © 2016 OpenSSRF.org. All rights reserved.