Constructor and Description |
---|
NarrowBandPlanning() |
Modifier and Type | Method and Description |
---|---|
D |
getChangeDate()
Get the date this record is expected to be updated to comply with narrow
band transition plans..
|
FreqM |
getNBFreq()
Get the transition frequency to comply with narrow band transition plans..
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetChangeDate()
Determine if the ChangeDate is configured.
|
boolean |
isSetNBFreq()
Determine if the NBFreq is configured.
|
void |
setChangeDate(D value)
Set the date this record is expected to be updated to comply with narrow
band transition plans..
|
void |
setNBFreq(FreqM value)
Set the transition frequency to comply with narrow band transition plans..
|
String |
toString()
Get a string representation of this NarrowBandPlanning instance
configuration.
|
NarrowBandPlanning |
withChangeDate(Calendar value)
Set the date this record is expected to be updated to comply with narrow
band transition plans.
|
NarrowBandPlanning |
withChangeDate(Date value)
Set the date this record is expected to be updated to comply with narrow
band transition plans.
|
NarrowBandPlanning |
withNBFreq(Double value)
Set the transition frequency to comply with narrow band transition plans.
|
public D getChangeDate()
D
instancepublic void setChangeDate(D value)
value
- a D
instancepublic boolean isSetChangeDate()
public FreqM getNBFreq()
FreqM
instancepublic void setNBFreq(FreqM value)
value
- a FreqM
instancepublic boolean isSetNBFreq()
public NarrowBandPlanning withChangeDate(Calendar value)
value
- An instances of type Calendar
.public NarrowBandPlanning withChangeDate(Date value)
value
- An instances of type Date
.public NarrowBandPlanning withNBFreq(Double value)
value
- An instances of type Double
.public String toString()
public boolean isSet()
NarrowBandPlanning
has no configuration requirements.
Copyright © 2016 OpenSSRF.org. All rights reserved.