Modifier and Type | Field and Description |
---|---|
protected FreqM |
freqMax |
protected FreqM |
freqMin |
protected TString |
freqUse |
protected FreqM |
refFreq |
Constructor and Description |
---|
AsgnFreqBase() |
Modifier and Type | Method and Description |
---|---|
FreqM |
getFreqMax()
Get .
|
FreqM |
getFreqMin()
Get .
|
TString |
getFreqUse()
Get .
|
FreqM |
getRefFreq()
Get .
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetFreqMax()
Determine if the FreqMax is configured.
|
boolean |
isSetFreqMin()
Determine if the FreqMin is configured.
|
boolean |
isSetFreqUse()
Determine if the FreqUse is configured.
|
boolean |
isSetRefFreq()
Determine if the RefFreq is configured.
|
void |
setFreqMax(FreqM value)
Set .
|
void |
setFreqMin(FreqM value)
Set .
|
void |
setFreqUse(TString value)
Set .
|
void |
setRefFreq(FreqM value)
Set .
|
String |
toString()
Get a string representation of this AsgnFreqBase instance configuration.
|
AsgnFreqBase |
withFreqMax(Double value)
Set
|
AsgnFreqBase |
withFreqMin(Double value)
Set
|
AsgnFreqBase |
withFreqUse(ListCAU value)
Set
|
AsgnFreqBase |
withRefFreq(Double value)
Set
|
protected FreqM freqMin
protected FreqM freqMax
protected FreqM refFreq
protected TString freqUse
public void setFreqMin(FreqM value)
value
- a FreqM
instancepublic boolean isSetFreqMin()
public void setFreqMax(FreqM value)
value
- a FreqM
instancepublic boolean isSetFreqMax()
public void setRefFreq(FreqM value)
value
- a FreqM
instancepublic boolean isSetRefFreq()
public TString getFreqUse()
TString
data typepublic void setFreqUse(TString value)
value
- the FreqUse value in a TString
data typepublic boolean isSetFreqUse()
If configured this method also inspects the TString
wrapped value.
public AsgnFreqBase withFreqMin(Double value)
value
- An instances of type Double
.public AsgnFreqBase withFreqMax(Double value)
value
- An instances of type Double
.public AsgnFreqBase withRefFreq(Double value)
value
- An instances of type Double
.public AsgnFreqBase withFreqUse(ListCAU value)
value
- An instances of type ListCAU
.public String toString()
public boolean isSet()
AsgnFreqBase
requires FreqMin
.
Note that this method only checks for the presence of required information; this method does not validate the information format.
Copyright © 2016 OpenSSRF.org. All rights reserved.