|
|
|
@ -53,14 +53,10 @@ public class TrainScheduleSector { |
|
|
|
private String timingLoad; |
|
|
|
private String timingLoad; |
|
|
|
/** |
|
|
|
/** |
|
|
|
* Signalling ID, also referred to as headcode, not to be confused with below. For passenger services, this is the headcode of the service. For anonymous freight services this will be blank. |
|
|
|
* Signalling ID, also referred to as headcode, not to be confused with below. For passenger services, this is the headcode of the service. For anonymous freight services this will be blank. |
|
|
|
* |
|
|
|
|
|
|
|
* @see TrainScheduleSector.headcode |
|
|
|
|
|
|
|
*/ |
|
|
|
*/ |
|
|
|
private String signalId; |
|
|
|
private String signalId; |
|
|
|
/** |
|
|
|
/** |
|
|
|
* National Reservation System headcode, designated by train operator, not to be confused with signal ID. |
|
|
|
* National Reservation System headcode, designated by train operator, not to be confused with signal ID. |
|
|
|
* |
|
|
|
|
|
|
|
* @see TrainScheduleSector.signalId |
|
|
|
|
|
|
|
*/ |
|
|
|
*/ |
|
|
|
private String headcode; |
|
|
|
private String headcode; |
|
|
|
/** |
|
|
|
/** |
|
|
|
|