public class SysOfStation extends Object
Element of Assignment
Example:
<SysOfStation> <SysName cls="U">BALTIMORE LMR SYSTEM</SysName> </SysOfStation>
Constructor and Description |
---|
SysOfStation() |
Modifier and Type | Method and Description |
---|---|
UN9 |
getNumStations()
Get the total number of stations associated with the Assignment.
|
S30 |
getSysName()
Get the name of the system to which the frequency assignment belongs.
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetNumStations()
Determine if the NumStations is configured.
|
boolean |
isSetSysName()
Determine if the SysName is configured.
|
void |
setNumStations(UN9 value)
Set the total number of stations associated with the Assignment.
|
void |
setSysName(S30 value)
Set the name of the system to which the frequency assignment belongs.
|
String |
toString()
Get a string representation of this SysOfStation instance configuration.
|
SysOfStation |
withNumStations(Integer value)
Set the total number of stations associated with the Assignment.
|
SysOfStation |
withSysName(String value)
Set the name of the system to which the frequency assignment belongs.
|
public S30 getSysName()
S30
instancepublic void setSysName(S30 value)
value
- a S30
instancepublic boolean isSetSysName()
public UN9 getNumStations()
UN9
instancepublic void setNumStations(UN9 value)
value
- a UN9
instancepublic boolean isSetNumStations()
public SysOfStation withSysName(String value)
value
- An instances of type String
.public SysOfStation withNumStations(Integer value)
value
- An instances of type Integer
.public String toString()
public boolean isSet()
SysOfStation
has no configuration requirements.
Copyright © 2016 OpenSSRF.org. All rights reserved.