summaryrefslogtreecommitdiffstats
path: root/src/org/uic/ticket/api/spec/IParkingGround.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/uic/ticket/api/spec/IParkingGround.java')
-rw-r--r--src/org/uic/ticket/api/spec/IParkingGround.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/org/uic/ticket/api/spec/IParkingGround.java b/src/org/uic/ticket/api/spec/IParkingGround.java
index 55cd55b..ae5c8cf 100644
--- a/src/org/uic/ticket/api/spec/IParkingGround.java
+++ b/src/org/uic/ticket/api/spec/IParkingGround.java
@@ -6,7 +6,6 @@ package org.uic.ticket.api.spec;
import java.util.Collection;
import java.util.Date;
-import org.uic.ticket.api.asn.omv1.CodeTableType;
/**
@@ -175,14 +174,14 @@ public interface IParkingGround extends IDocumentData {
*
* @return the station code table
*/
- public CodeTableType getStationCodeTable();
+ public IStationCodeTable getStationCodeTable();
/**
* Sets the station code table.
*
* @param stationCodeTable the new station code table
*/
- public void setStationCodeTable(CodeTableType stationCodeTable);
+ public void setStationCodeTable( IStationCodeTable stationCodeTable);
/**
* Gets the product owner.