public class JammingAuthority extends Object
Element of RadiationPlan
Example: See RadiationPlan.
| Constructor and Description |
|---|
JammingAuthority() |
| Modifier and Type | Method and Description |
|---|---|
S10 |
getJCACallSign()
Get In Data Item JCACallSign (US), enter the unique net identifier for the
JCA.
|
FreqM |
getJCAFreq()
Get In Data Item JCAFreq (US), enter the frequency assigned to the JCA.
|
UN2 |
getJCALevel()
Get In Data Item JCALevel (US), enter the required level of authorisation
for the jamming plan..
|
TString |
getJCAState()
Get an indication of the authorization condition for radiation of a jamming
plan..
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetJCACallSign()
Determine if the JCACallSign is configured.
|
boolean |
isSetJCAFreq()
Determine if the JCAFreq is configured.
|
boolean |
isSetJCALevel()
Determine if the JCALevel is configured.
|
boolean |
isSetJCAState()
Determine if the JCAState is configured.
|
void |
setJCACallSign(S10 value)
Set In Data Item JCACallSign (US), enter the unique net identifier for the
JCA.
|
void |
setJCAFreq(FreqM value)
Set In Data Item JCAFreq (US), enter the frequency assigned to the JCA.
|
void |
setJCALevel(UN2 value)
Set In Data Item JCALevel (US), enter the required level of authorisation
for the jamming plan..
|
void |
setJCAState(TString value)
Set an indication of the authorization condition for radiation of a jamming
plan..
|
String |
toString()
Get a string representation of this JammingAuthority instance
configuration.
|
JammingAuthority |
withJCACallSign(String value)
Set In Data Item JCACallSign (US), enter the unique net identifier for the
JCA.
|
JammingAuthority |
withJCAFreq(Double value)
Set In Data Item JCAFreq (US), enter the frequency assigned to the JCA.
|
JammingAuthority |
withJCALevel(Integer value)
Set In Data Item JCALevel (US), enter the required level of authorisation
for the jamming plan.
|
JammingAuthority |
withJCAState(ListUWC value)
Set an indication of the authorization condition for radiation of a jamming
plan.
|
public S10 getJCACallSign()
S10 instancepublic void setJCACallSign(S10 value)
value - a S10 instancepublic boolean isSetJCACallSign()
public FreqM getJCAFreq()
FreqM instancepublic void setJCAFreq(FreqM value)
value - a FreqM instancepublic boolean isSetJCAFreq()
public UN2 getJCALevel()
UN2 instancepublic void setJCALevel(UN2 value)
value - a UN2 instancepublic boolean isSetJCALevel()
public TString getJCAState()
TString data typepublic void setJCAState(TString value)
value - the JCAState value in a TString data typepublic boolean isSetJCAState()
If configured this method also inspects the TString wrapped value.
public JammingAuthority withJCACallSign(String value)
value - An instances of type String.public JammingAuthority withJCAFreq(Double value)
value - An instances of type Double.public JammingAuthority withJCALevel(Integer value)
value - An instances of type Integer.public JammingAuthority withJCAState(ListUWC value)
value - An instances of type ListUWC.public String toString()
public boolean isSet()
JammingAuthority requires
JCALevel, JCAState.
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.