Constructor and Description |
---|
Emission() |
Modifier and Type | Method and Description |
---|---|
EmsDes |
getEmsClass()
Get a three to five characters code, derived from the table below,
representing the emission classification.
|
FreqM |
getNecessaryBw()
Get the necessary bandwidth which is defined as the value in MHz, for a
given class of emission, the width of the frequency band which is just
sufficient to ensure the transmission of information at the rate and with
the quality required under specified conditions.
|
dBW |
getPower()
Get the maximum authorised power in dBW, for the given class of emission..
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetEmsClass()
Determine if the EmsClass is configured.
|
boolean |
isSetNecessaryBw()
Determine if the NecessaryBw is configured.
|
boolean |
isSetPower()
Determine if the Power is configured.
|
void |
setEmsClass(EmsDes value)
Set a three to five characters code, derived from the table below,
representing the emission classification.
|
void |
setNecessaryBw(FreqM value)
Set the necessary bandwidth which is defined as the value in MHz, for a
given class of emission, the width of the frequency band which is just
sufficient to ensure the transmission of information at the rate and with
the quality required under specified conditions.
|
void |
setPower(dBW value)
Set the maximum authorised power in dBW, for the given class of emission..
|
String |
toString()
Get a string representation of this Emission instance configuration.
|
Emission |
withEmsClass(String value)
Set a three to five characters code, derived from the table below,
representing the emission classification.
|
Emission |
withNecessaryBw(Double value)
Set the necessary bandwidth which is defined as the value in MHz, for a
given class of emission, the width of the frequency band which is just
sufficient to ensure the transmission of information at the rate and with
the quality required under specified conditions.
|
Emission |
withPower(Double value)
Set the maximum authorised power in dBW, for the given class of emission.
|
public EmsDes getEmsClass()
EmsDes
instancepublic void setEmsClass(EmsDes value)
value
- a EmsDes
instancepublic boolean isSetEmsClass()
public FreqM getNecessaryBw()
FreqM
instancepublic void setNecessaryBw(FreqM value)
value
- a FreqM
instancepublic boolean isSetNecessaryBw()
public dBW getPower()
dBW
instancepublic void setPower(dBW value)
value
- a dBW
instancepublic boolean isSetPower()
public Emission withEmsClass(String value)
value
- An instances of type String
.public Emission withNecessaryBw(Double value)
value
- An instances of type Double
.public Emission withPower(Double value)
value
- An instances of type Double
.public String toString()
public boolean isSet()
Emission
has no configuration requirements.
Copyright © 2016 OpenSSRF.org. All rights reserved.