| Contact | Donate | Imprint |
| SpaceportLaunchVehicleUsage | OperatorModule | Spaceports |
| Property | Type | Entity | Reference | Module |
| (1) FromDate | DATE | SpaceportLaunchVehicleUsage | ||
| (2) IsPlanned | BOOL | SpaceportLaunchVehicleUsage | ||
| (3) LaunchVehicle | LONG | SpaceportLaunchVehicleUsage | LaunchVehicle | LaunchVehicleModule |
| (4) Notes | STRING | SpaceportLaunchVehicleUsage | ||
| (5) Spaceport | LONG | SpaceportLaunchVehicleUsage | Spaceport | SpaceportModule |
| (6) ToDate | DATE | SpaceportLaunchVehicleUsage |
Example:
final SpaceportLaunchVehicleUsage spaceportlaunchvehicleusage = (SpaceportLaunchVehicleUsage) invokeModule(OPERATOR_MODULE + "/spaceportlaunchvehicleusage/" + id, SpaceportLaunchVehicleUsage.class);| Contact | Donate | Imprint |