public class TxModeRef extends Object
Element of TxRef
Example:
<TxModeRef> <Serial cls="U">USA:NTIA:TX:123</Serial> <ModeID cls="U">CLEAR VOICE H. POWER</ModeID> </TxModeRef>
Constructor and Description |
---|
TxModeRef() |
Modifier and Type | Method and Description |
---|---|
S20 |
getModeID()
Get the unique identifier of a TxMode of the transmitter in this
configuration.
|
dBW |
getPowerLimit()
Get the power limit of this transmitter mode when in this configuration..
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetModeID()
Determine if the ModeID is configured.
|
boolean |
isSetPowerLimit()
Determine if the PowerLimit is configured.
|
void |
setModeID(S20 value)
Set the unique identifier of a TxMode of the transmitter in this
configuration.
|
void |
setPowerLimit(dBW value)
Set the power limit of this transmitter mode when in this configuration..
|
String |
toString()
Get a string representation of this TxModeRef instance configuration.
|
TxModeRef |
withModeID(String value)
Set the unique identifier of a TxMode of the transmitter in this
configuration.
|
TxModeRef |
withPowerLimit(Double value)
Set the power limit of this transmitter mode when in this configuration.
|
public S20 getModeID()
S20
instancepublic void setModeID(S20 value)
value
- a S20
instancepublic boolean isSetModeID()
public dBW getPowerLimit()
dBW
instancepublic void setPowerLimit(dBW value)
value
- a dBW
instancepublic boolean isSetPowerLimit()
public TxModeRef withModeID(String value)
value
- An instances of type String
.public TxModeRef withPowerLimit(Double value)
value
- An instances of type Double
.public String toString()
public boolean isSet()
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.