public abstract class Station
extends java.lang.Object
implements org.omg.CORBA.portable.StreamableValue
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
comment
An a additional comment about the station, with unspecified form.
|
protected java.lang.String |
description
An additional description of the station, if needed.
|
protected StationId |
id
Uniquely identifies this station.
|
protected java.lang.String |
name
A name for this station.
|
protected java.lang.String |
operator
The operator of the station.
|
| Constructor and Description |
|---|
Station() |
| Modifier and Type | Method and Description |
|---|---|
void |
_read(org.omg.CORBA.portable.InputStream in) |
java.lang.String[] |
_truncatable_ids() |
org.omg.CORBA.TypeCode |
_type() |
void |
_write(org.omg.CORBA.portable.OutputStream out) |
abstract java.lang.String |
get_code()
Accesses the station code.
|
abstract StationId |
get_id()
Accesses the id of this station.
|
Time |
getBeginTime() |
java.lang.String |
getComment() |
java.lang.String |
getDescription() |
TimeRange |
getEffectiveTime() |
Time |
getEndTime() |
StationId |
getId() |
Location |
getLocation() |
java.lang.String |
getName() |
NetworkAttr |
getNetworkAttr() |
java.lang.String |
getOperator() |
static Station |
intern(Station station) |
static void |
intern(StationId id) |
void |
setBeginTime(Time beginTime) |
void |
setComment(java.lang.String comment) |
void |
setDescription(java.lang.String description) |
protected void |
setEffectiveTime(TimeRange eff) |
void |
setEndTime(Time endTime) |
protected void |
setId(StationId id) |
void |
setLocation(Location loc) |
void |
setName(java.lang.String name) |
void |
setNetworkAttr(NetworkAttr attr) |
void |
setOperator(java.lang.String operator) |
protected StationId id
protected java.lang.String name
protected java.lang.String operator
protected java.lang.String description
protected java.lang.String comment
public abstract StationId get_id()
public abstract java.lang.String get_code()
public java.lang.String[] _truncatable_ids()
_truncatable_ids in interface org.omg.CORBA.portable.ValueBasepublic void _read(org.omg.CORBA.portable.InputStream in)
_read in interface org.omg.CORBA.portable.Streamablepublic void _write(org.omg.CORBA.portable.OutputStream out)
_write in interface org.omg.CORBA.portable.Streamablepublic org.omg.CORBA.TypeCode _type()
_type in interface org.omg.CORBA.portable.Streamablepublic java.lang.String getName()
public Location getLocation()
public TimeRange getEffectiveTime()
public java.lang.String getOperator()
public java.lang.String getDescription()
public java.lang.String getComment()
public NetworkAttr getNetworkAttr()
public StationId getId()
public static void intern(StationId id)
protected void setId(StationId id)
public void setName(java.lang.String name)
public void setLocation(Location loc)
protected void setEffectiveTime(TimeRange eff)
public void setOperator(java.lang.String operator)
public void setDescription(java.lang.String description)
public void setComment(java.lang.String comment)
public void setNetworkAttr(NetworkAttr attr)
public Time getBeginTime()
public void setBeginTime(Time beginTime)
public Time getEndTime()
public void setEndTime(Time endTime)