public class JammingPerformance extends Object
Element of JammingTarget
Example: See RadiationPlan.
| Constructor and Description |
|---|
JammingPerformance() |
| Modifier and Type | Method and Description |
|---|---|
TString |
getActualEffect()
Get the actual impact a jamming mission had on a specific target area..
|
TString |
getActualPerformance()
Get In Data Item US:ActualPerformance (US), enter the assessed
effectiveness of the service request..
|
TString |
getContinuousUpdate()
Get if effectiveness data should be provided continually or just once..
|
TString |
getDesiredEffect()
Get the expected impact a jamming mission will have on a specific target
area..
|
TString |
getDesiredPerformance()
Get the desired effectiveness of the service request.
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetActualEffect()
Determine if the ActualEffect is configured.
|
boolean |
isSetActualPerformance()
Determine if the ActualPerformance is configured.
|
boolean |
isSetContinuousUpdate()
Determine if the ContinuousUpdate is configured.
|
boolean |
isSetDesiredEffect()
Determine if the DesiredEffect is configured.
|
boolean |
isSetDesiredPerformance()
Determine if the DesiredPerformance is configured.
|
void |
setActualEffect(TString value)
Set the actual impact a jamming mission had on a specific target area..
|
void |
setActualPerformance(TString value)
Set In Data Item US:ActualPerformance (US), enter the assessed
effectiveness of the service request..
|
void |
setContinuousUpdate(TString value)
Set if effectiveness data should be provided continually or just once..
|
void |
setDesiredEffect(TString value)
Set the expected impact a jamming mission will have on a specific target
area..
|
void |
setDesiredPerformance(TString value)
Set the desired effectiveness of the service request.
|
String |
toString()
Get a string representation of this JammingPerformance instance
configuration.
|
JammingPerformance |
withActualEffect(ListUWA value)
Set the actual impact a jamming mission had on a specific target area.
|
JammingPerformance |
withActualPerformance(ListUWB value)
Set In Data Item US:ActualPerformance (US), enter the assessed
effectiveness of the service request.
|
JammingPerformance |
withContinuousUpdate(ListCBO value)
Set if effectiveness data should be provided continually or just once.
|
JammingPerformance |
withDesiredEffect(ListUWA value)
Set the expected impact a jamming mission will have on a specific target
area.
|
JammingPerformance |
withDesiredPerformance(ListUWB value)
Set the desired effectiveness of the service request.
|
public TString getActualEffect()
TString data typepublic void setActualEffect(TString value)
value - the ActualEffect value in a TString data typepublic boolean isSetActualEffect()
If configured this method also inspects the TString wrapped value.
public TString getActualPerformance()
TString data typepublic void setActualPerformance(TString value)
value - the ActualPerformance value in a TString data typepublic boolean isSetActualPerformance()
If configured this method also inspects the TString wrapped value.
public TString getContinuousUpdate()
TString data typepublic void setContinuousUpdate(TString value)
value - the ContinuousUpdate value in a TString data typepublic boolean isSetContinuousUpdate()
If configured this method also inspects the TString wrapped value.
public TString getDesiredEffect()
TString data typepublic void setDesiredEffect(TString value)
value - the DesiredEffect value in a TString data typepublic boolean isSetDesiredEffect()
If configured this method also inspects the TString wrapped value.
public TString getDesiredPerformance()
TString data typepublic void setDesiredPerformance(TString value)
value - the DesiredPerformance value in a TString data typepublic boolean isSetDesiredPerformance()
If configured this method also inspects the TString wrapped value.
public JammingPerformance withActualEffect(ListUWA value)
value - An instances of type ListUWA.public JammingPerformance withActualPerformance(ListUWB value)
value - An instances of type ListUWB.public JammingPerformance withContinuousUpdate(ListCBO value)
value - An instances of type ListCBO.public JammingPerformance withDesiredEffect(ListUWA value)
value - An instances of type ListUWA.public JammingPerformance withDesiredPerformance(ListUWB value)
value - An instances of type ListUWB.public String toString()
public boolean isSet()
JammingPerformance has no configuration requirements.
Copyright © 2016 OpenSSRF.org. All rights reserved.