public class Usage extends Object
Element of Configuration
Example:
<Usage> <EqpFnct cls="U">EW-Jamming-Sweep</EqpFnct > <RadioService cls="U">Special Service</RadioService > <StnClass cls="U">MAP</StnClass > </Usage>
Constructor and Description |
---|
Usage() |
Modifier and Type | Method and Description |
---|---|
TString |
getEqpFnct()
Get the equipment function..
|
TString |
getRadioService()
Get the Radiocommunication Service associated with the frequency usage in
this configuration.
|
TString |
getStnClass()
Get the station class, as defined by the appropriate Administration..
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetEqpFnct()
Determine if the EqpFnct is configured.
|
boolean |
isSetRadioService()
Determine if the RadioService is configured.
|
boolean |
isSetStnClass()
Determine if the StnClass is configured.
|
void |
setEqpFnct(TString value)
Set the equipment function..
|
void |
setRadioService(TString value)
Set the Radiocommunication Service associated with the frequency usage in
this configuration.
|
void |
setStnClass(TString value)
Set the station class, as defined by the appropriate Administration..
|
String |
toString()
Get a string representation of this Usage instance configuration.
|
Usage |
withEqpFnct(ListCEF value)
Set the equipment function.
|
Usage |
withRadioService(ListCSN value)
Set the Radiocommunication Service associated with the frequency usage in
this configuration.
|
Usage |
withStnClass(ListUSC value)
Set the station class, as defined by the appropriate Administration.
|
public TString getEqpFnct()
TString
data typepublic void setEqpFnct(TString value)
value
- the EqpFnct value in a TString
data typepublic boolean isSetEqpFnct()
If configured this method also inspects the TString
wrapped value.
public TString getStnClass()
TString
data typepublic void setStnClass(TString value)
value
- the StnClass value in a TString
data typepublic boolean isSetStnClass()
If configured this method also inspects the TString
wrapped value.
public TString getRadioService()
TString
data typepublic void setRadioService(TString value)
value
- the RadioService value in a TString
data typepublic boolean isSetRadioService()
If configured this method also inspects the TString
wrapped value.
public Usage withEqpFnct(ListCEF value)
value
- An instances of type ListCEF
.public Usage withStnClass(ListUSC value)
value
- An instances of type ListUSC
.public Usage withRadioService(ListCSN value)
value
- An instances of type ListCSN
.public String toString()
public boolean isSet()
Usage
has no configuration requirements.
Copyright © 2016 OpenSSRF.org. All rights reserved.