Package uk.org.netex.www.netex
Interface ServiceDesignatorStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServiceDesignatorStructure,ServiceDesignatorStructure.Builder
public interface ServiceDesignatorStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAlternative ID for journey.com.google.protobuf.ByteStringAlternative ID for journey.intDaya offset if Time of arrival of JOURNEY at destination POINT.com.google.type.TimeOfDayTime of arrival of JOURNEY at destination POINT.com.google.type.TimeOfDayOrBuilderTime of arrival of JOURNEY at destination POINT.Reference to an AUTHORITY.Reference to an AUTHORITY.com.google.type.DategetDate()Date of JOURNEY.com.google.type.DateOrBuilderDate of JOURNEY.Reference to a DAY TYPE.Reference to a DAY TYPE.intDaya offset if Time of departure of JOURNEY from origin POINT from current OPERATING DAY.com.google.type.TimeOfDayTime of departure of JOURNEY from POINT.com.google.type.TimeOfDayOrBuilderTime of departure of JOURNEY from POINT.Reference to a DIRECTION.Reference to a DIRECTION.Reference to a FARE DAY TYPE.Reference to a FARE DAY TYPE.Reference to a FLEXIBLE LINE.Reference to a FLEXIBLE LINE.Origin of Journey.Origin of Journey.Reference to a LINE.Reference to a LINE.Reference to an OPERATOR.Reference to an OPERATOR.Destination of Journey.Destination of Journey.booleanTime of arrival of JOURNEY at destination POINT.booleanReference to an AUTHORITY.booleanhasDate()Date of JOURNEY.booleanReference to a DAY TYPE.booleanTime of departure of JOURNEY from POINT.booleanReference to a DIRECTION.booleanReference to a FARE DAY TYPE.booleanReference to a FLEXIBLE LINE.booleanOrigin of Journey.booleanReference to a LINE.booleanReference to an OPERATOR.booleanDestination of Journey.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasFromPointRef
boolean hasFromPointRef()Origin of Journey. [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 181:89]
.uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_ref = 1;- Returns:
- Whether the fromPointRef field is set.
-
getFromPointRef
VersionOfObjectRefStructure getFromPointRef()Origin of Journey. [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 181:89]
.uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_ref = 1;- Returns:
- The fromPointRef.
-
getFromPointRefOrBuilder
VersionOfObjectRefStructureOrBuilder getFromPointRefOrBuilder()Origin of Journey. [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 181:89]
.uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_ref = 1; -
hasToPointRef
boolean hasToPointRef()Destination of Journey. [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 186:87]
.uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 2;- Returns:
- Whether the toPointRef field is set.
-
getToPointRef
VersionOfObjectRefStructure getToPointRef()Destination of Journey. [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 186:87]
.uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 2;- Returns:
- The toPointRef.
-
getToPointRefOrBuilder
VersionOfObjectRefStructureOrBuilder getToPointRefOrBuilder()Destination of Journey. [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 186:87]
.uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 2; -
hasDate
boolean hasDate()Date of JOURNEY. [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 127:59]
.google.type.Date date = 3;- Returns:
- Whether the date field is set.
-
getDate
com.google.type.Date getDate()Date of JOURNEY. [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 127:59]
.google.type.Date date = 3;- Returns:
- The date.
-
getDateOrBuilder
com.google.type.DateOrBuilder getDateOrBuilder()Date of JOURNEY. [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 127:59]
.google.type.Date date = 3; -
hasDepartureTime
boolean hasDepartureTime()Time of departure of JOURNEY from POINT. [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 132:68]
.google.type.TimeOfDay departure_time = 4;- Returns:
- Whether the departureTime field is set.
-
getDepartureTime
com.google.type.TimeOfDay getDepartureTime()Time of departure of JOURNEY from POINT. [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 132:68]
.google.type.TimeOfDay departure_time = 4;- Returns:
- The departureTime.
-
getDepartureTimeOrBuilder
com.google.type.TimeOfDayOrBuilder getDepartureTimeOrBuilder()Time of departure of JOURNEY from POINT. [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 132:68]
.google.type.TimeOfDay departure_time = 4; -
getDepartureDayOffset
int getDepartureDayOffset()Daya offset if Time of departure of JOURNEY from origin POINT from current OPERATING DAY. [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 137:76]
int32 departure_day_offset = 5;- Returns:
- The departureDayOffset.
-
hasArrivalTime
boolean hasArrivalTime()Time of arrival of JOURNEY at destination POINT. [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 142:66]
.google.type.TimeOfDay arrival_time = 6;- Returns:
- Whether the arrivalTime field is set.
-
getArrivalTime
com.google.type.TimeOfDay getArrivalTime()Time of arrival of JOURNEY at destination POINT. [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 142:66]
.google.type.TimeOfDay arrival_time = 6;- Returns:
- The arrivalTime.
-
getArrivalTimeOrBuilder
com.google.type.TimeOfDayOrBuilder getArrivalTimeOrBuilder()Time of arrival of JOURNEY at destination POINT. [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 142:66]
.google.type.TimeOfDay arrival_time = 6; -
getArrivalDayOffset
int getArrivalDayOffset()Daya offset if Time of arrival of JOURNEY at destination POINT. [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 147:74]
int32 arrival_day_offset = 7;- Returns:
- The arrivalDayOffset.
-
hasDirectionRef
boolean hasDirectionRef()Reference to a DIRECTION. [netex_part_1/part1_networkDescription/netex_route_support.xsd at 84:99]
.uk.org.netex.www.netex.VersionOfObjectRefStructure direction_ref = 25;- Returns:
- Whether the directionRef field is set.
-
getDirectionRef
VersionOfObjectRefStructure getDirectionRef()Reference to a DIRECTION. [netex_part_1/part1_networkDescription/netex_route_support.xsd at 84:99]
.uk.org.netex.www.netex.VersionOfObjectRefStructure direction_ref = 25;- Returns:
- The directionRef.
-
getDirectionRefOrBuilder
VersionOfObjectRefStructureOrBuilder getDirectionRefOrBuilder()Reference to a DIRECTION. [netex_part_1/part1_networkDescription/netex_route_support.xsd at 84:99]
.uk.org.netex.www.netex.VersionOfObjectRefStructure direction_ref = 25; -
getAlternativeJourneyRef
String getAlternativeJourneyRef()Alternative ID for journey. [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 163:88]
string alternative_journey_ref = 26;- Returns:
- The alternativeJourneyRef.
-
getAlternativeJourneyRefBytes
com.google.protobuf.ByteString getAlternativeJourneyRefBytes()Alternative ID for journey. [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 163:88]
string alternative_journey_ref = 26;- Returns:
- The bytes for alternativeJourneyRef.
-
hasDayTypeRef
boolean hasDayTypeRef()Reference to a DAY TYPE. [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 77:99]
.uk.org.netex.www.netex.VersionOfObjectRefStructure day_type_ref = 8;- Returns:
- Whether the dayTypeRef field is set.
-
getDayTypeRef
VersionOfObjectRefStructure getDayTypeRef()Reference to a DAY TYPE. [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 77:99]
.uk.org.netex.www.netex.VersionOfObjectRefStructure day_type_ref = 8;- Returns:
- The dayTypeRef.
-
getDayTypeRefOrBuilder
VersionOfObjectRefStructureOrBuilder getDayTypeRefOrBuilder()Reference to a DAY TYPE. [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 77:99]
.uk.org.netex.www.netex.VersionOfObjectRefStructure day_type_ref = 8; -
hasFareDayTypeRef
boolean hasFareDayTypeRef()Reference to a FARE DAY TYPE. [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 196:99]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_day_type_ref = 9;- Returns:
- Whether the fareDayTypeRef field is set.
-
getFareDayTypeRef
VersionOfObjectRefStructure getFareDayTypeRef()Reference to a FARE DAY TYPE. [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 196:99]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_day_type_ref = 9;- Returns:
- The fareDayTypeRef.
-
getFareDayTypeRefOrBuilder
VersionOfObjectRefStructureOrBuilder getFareDayTypeRefOrBuilder()Reference to a FARE DAY TYPE. [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 196:99]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_day_type_ref = 9; -
hasOperatorRef
boolean hasOperatorRef()Reference to an OPERATOR. [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
.uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 21;- Returns:
- Whether the operatorRef field is set.
-
getOperatorRef
VersionOfObjectRefStructure getOperatorRef()Reference to an OPERATOR. [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
.uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 21;- Returns:
- The operatorRef.
-
getOperatorRefOrBuilder
VersionOfObjectRefStructureOrBuilder getOperatorRefOrBuilder()Reference to an OPERATOR. [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
.uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 21; -
hasAuthorityRef
boolean hasAuthorityRef()Reference to an AUTHORITY. [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
.uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 22;- Returns:
- Whether the authorityRef field is set.
-
getAuthorityRef
VersionOfObjectRefStructure getAuthorityRef()Reference to an AUTHORITY. [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
.uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 22;- Returns:
- The authorityRef.
-
getAuthorityRefOrBuilder
VersionOfObjectRefStructureOrBuilder getAuthorityRefOrBuilder()Reference to an AUTHORITY. [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
.uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 22; -
hasLineRef
boolean hasLineRef()Reference to a LINE. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 116:93]
.uk.org.netex.www.netex.VersionOfObjectRefStructure line_ref = 23;- Returns:
- Whether the lineRef field is set.
-
getLineRef
VersionOfObjectRefStructure getLineRef()Reference to a LINE. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 116:93]
.uk.org.netex.www.netex.VersionOfObjectRefStructure line_ref = 23;- Returns:
- The lineRef.
-
getLineRefOrBuilder
VersionOfObjectRefStructureOrBuilder getLineRefOrBuilder()Reference to a LINE. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 116:93]
.uk.org.netex.www.netex.VersionOfObjectRefStructure line_ref = 23; -
hasFlexibleLineRef
boolean hasFlexibleLineRef()Reference to a FLEXIBLE LINE. [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 67:98]
.uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_line_ref = 24;- Returns:
- Whether the flexibleLineRef field is set.
-
getFlexibleLineRef
VersionOfObjectRefStructure getFlexibleLineRef()Reference to a FLEXIBLE LINE. [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 67:98]
.uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_line_ref = 24;- Returns:
- The flexibleLineRef.
-
getFlexibleLineRefOrBuilder
VersionOfObjectRefStructureOrBuilder getFlexibleLineRefOrBuilder()Reference to a FLEXIBLE LINE. [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 67:98]
.uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_line_ref = 24; -
getDayTypeRefStructureCase
ServiceDesignatorStructure.DayTypeRefStructureCase getDayTypeRefStructureCase() -
getTransportOrganisationRefStructureCase
ServiceDesignatorStructure.TransportOrganisationRefStructureCase getTransportOrganisationRefStructureCase() -
getLineRefStructureCase
ServiceDesignatorStructure.LineRefStructureCase getLineRefStructureCase()
-