Skip to content

/AWS1/CL_GERRTETAXITRANSPORT00

Transport mode details for the taxi leg.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_mode TYPE /AWS1/GERROUTETAXIMODE /AWS1/GERROUTETAXIMODE

Mode of the taxi transport.

Optional arguments:

iv_availableseats TYPE /AWS1/GERSENSITIVEINTEGER /AWS1/GERSENSITIVEINTEGER

Number of available seats in the vehicle.

iv_category TYPE /AWS1/GERSENSITIVESTRING /AWS1/GERSENSITIVESTRING

Human readable transport category.

iv_color TYPE /AWS1/GERSENSITIVESTRING /AWS1/GERSENSITIVESTRING

Color of the transport polyline and background for the transport name.

iv_engine TYPE /AWS1/GERROUTEENGINETYPE /AWS1/GERROUTEENGINETYPE

Vehicle engine type.

iv_licenseplate TYPE /AWS1/GERSENSITIVESTRING /AWS1/GERSENSITIVESTRING

Vehicle license plate number.

iv_model TYPE /AWS1/GERSENSITIVESTRING /AWS1/GERSENSITIVESTRING

Vehicle model.

iv_name TYPE /AWS1/GERSENSITIVESTRING /AWS1/GERSENSITIVESTRING

Vehicle name or mobility provider name.

iv_textcolor TYPE /AWS1/GERSENSITIVESTRING /AWS1/GERSENSITIVESTRING

Color of the transport name text.


Queryable Attributes

AvailableSeats

Number of available seats in the vehicle.

Accessible with the following methods

Method Description
GET_AVAILABLESEATS() Getter for AVAILABLESEATS, with configurable default
ASK_AVAILABLESEATS() Getter for AVAILABLESEATS w/ exceptions if field has no valu
HAS_AVAILABLESEATS() Determine if AVAILABLESEATS has a value

Category

Human readable transport category.

Accessible with the following methods

Method Description
GET_CATEGORY() Getter for CATEGORY, with configurable default
ASK_CATEGORY() Getter for CATEGORY w/ exceptions if field has no value
HAS_CATEGORY() Determine if CATEGORY has a value

Color

Color of the transport polyline and background for the transport name.

Accessible with the following methods

Method Description
GET_COLOR() Getter for COLOR, with configurable default
ASK_COLOR() Getter for COLOR w/ exceptions if field has no value
HAS_COLOR() Determine if COLOR has a value

Engine

Vehicle engine type.

Accessible with the following methods

Method Description
GET_ENGINE() Getter for ENGINE, with configurable default
ASK_ENGINE() Getter for ENGINE w/ exceptions if field has no value
HAS_ENGINE() Determine if ENGINE has a value

LicensePlate

Vehicle license plate number.

Accessible with the following methods

Method Description
GET_LICENSEPLATE() Getter for LICENSEPLATE, with configurable default
ASK_LICENSEPLATE() Getter for LICENSEPLATE w/ exceptions if field has no value
HAS_LICENSEPLATE() Determine if LICENSEPLATE has a value

Mode

Mode of the taxi transport.

Accessible with the following methods

Method Description
GET_MODE() Getter for MODE, with configurable default
ASK_MODE() Getter for MODE w/ exceptions if field has no value
HAS_MODE() Determine if MODE has a value

Model

Vehicle model.

Accessible with the following methods

Method Description
GET_MODEL() Getter for MODEL, with configurable default
ASK_MODEL() Getter for MODEL w/ exceptions if field has no value
HAS_MODEL() Determine if MODEL has a value

Name

Vehicle name or mobility provider name.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

TextColor

Color of the transport name text.

Accessible with the following methods

Method Description
GET_TEXTCOLOR() Getter for TEXTCOLOR, with configurable default
ASK_TEXTCOLOR() Getter for TEXTCOLOR w/ exceptions if field has no value
HAS_TEXTCOLOR() Determine if TEXTCOLOR has a value