Class JourneyDesignatorStructure.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<JourneyDesignatorStructure.Builder>
com.google.protobuf.GeneratedMessage.Builder<JourneyDesignatorStructure.Builder>
uk.org.netex.www.netex.JourneyDesignatorStructure.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, JourneyDesignatorStructureOrBuilder
Enclosing class:
JourneyDesignatorStructure

public static final class JourneyDesignatorStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<JourneyDesignatorStructure.Builder> implements JourneyDesignatorStructureOrBuilder
 Type for a value reference to a JOURNEY.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 95:53]
 
Protobuf type uk.org.netex.www.netex.JourneyDesignatorStructure
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<JourneyDesignatorStructure.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<JourneyDesignatorStructure.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<JourneyDesignatorStructure.Builder>
    • getDefaultInstanceForType

      public JourneyDesignatorStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public JourneyDesignatorStructure buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public JourneyDesignatorStructure.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<JourneyDesignatorStructure.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<JourneyDesignatorStructure.Builder>
    • mergeFrom

      public JourneyDesignatorStructure.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<JourneyDesignatorStructure.Builder>
      Throws:
      IOException
    • getDayTypeRefStructureCase

      public JourneyDesignatorStructure.DayTypeRefStructureCase getDayTypeRefStructureCase()
      Specified by:
      getDayTypeRefStructureCase in interface JourneyDesignatorStructureOrBuilder
    • clearDayTypeRefStructure

      public JourneyDesignatorStructure.Builder clearDayTypeRefStructure()
    • getTransportOrganisationRefStructureCase

      public JourneyDesignatorStructure.TransportOrganisationRefStructureCase getTransportOrganisationRefStructureCase()
      Specified by:
      getTransportOrganisationRefStructureCase in interface JourneyDesignatorStructureOrBuilder
    • clearTransportOrganisationRefStructure

      public JourneyDesignatorStructure.Builder clearTransportOrganisationRefStructure()
    • getLineRefStructureCase

      public JourneyDesignatorStructure.LineRefStructureCase getLineRefStructureCase()
      Specified by:
      getLineRefStructureCase in interface JourneyDesignatorStructureOrBuilder
    • clearLineRefStructure

      public JourneyDesignatorStructure.Builder clearLineRefStructure()
    • hasFromPointRef

      public boolean hasFromPointRef()
       Origin of Journey.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 100:82]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_ref = 1;
      Specified by:
      hasFromPointRef in interface JourneyDesignatorStructureOrBuilder
      Returns:
      Whether the fromPointRef field is set.
    • getFromPointRef

      public VersionOfObjectRefStructure getFromPointRef()
       Origin of Journey.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 100:82]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_ref = 1;
      Specified by:
      getFromPointRef in interface JourneyDesignatorStructureOrBuilder
      Returns:
      The fromPointRef.
    • setFromPointRef

       Origin of Journey.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 100:82]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_ref = 1;
    • setFromPointRef

       Origin of Journey.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 100:82]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_ref = 1;
    • mergeFromPointRef

       Origin of Journey.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 100:82]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_ref = 1;
    • clearFromPointRef

      public JourneyDesignatorStructure.Builder clearFromPointRef()
       Origin of Journey.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 100:82]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_ref = 1;
    • getFromPointRefBuilder

      public VersionOfObjectRefStructure.Builder getFromPointRefBuilder()
       Origin of Journey.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 100:82]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_ref = 1;
    • getFromPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getFromPointRefOrBuilder()
       Origin of Journey.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 100:82]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_ref = 1;
      Specified by:
      getFromPointRefOrBuilder in interface JourneyDesignatorStructureOrBuilder
    • hasToPointRef

      public boolean hasToPointRef()
       Destination of Journey.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 105:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 2;
      Specified by:
      hasToPointRef in interface JourneyDesignatorStructureOrBuilder
      Returns:
      Whether the toPointRef field is set.
    • getToPointRef

      public VersionOfObjectRefStructure getToPointRef()
       Destination of Journey.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 105:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 2;
      Specified by:
      getToPointRef in interface JourneyDesignatorStructureOrBuilder
      Returns:
      The toPointRef.
    • setToPointRef

       Destination of Journey.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 105:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 2;
    • setToPointRef

       Destination of Journey.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 105:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 2;
    • mergeToPointRef

       Destination of Journey.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 105:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 2;
    • clearToPointRef

      public JourneyDesignatorStructure.Builder clearToPointRef()
       Destination of Journey.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 105:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 2;
    • getToPointRefBuilder

      public VersionOfObjectRefStructure.Builder getToPointRefBuilder()
       Destination of Journey.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 105:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 2;
    • getToPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getToPointRefOrBuilder()
       Destination of Journey.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 105:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 2;
      Specified by:
      getToPointRefOrBuilder in interface JourneyDesignatorStructureOrBuilder
    • hasDate

      public boolean hasDate()
       Date of JOURNEY.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 127:59]
       
      .google.type.Date date = 3;
      Specified by:
      hasDate in interface JourneyDesignatorStructureOrBuilder
      Returns:
      Whether the date field is set.
    • getDate

      public 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;
      Specified by:
      getDate in interface JourneyDesignatorStructureOrBuilder
      Returns:
      The date.
    • setDate

      public JourneyDesignatorStructure.Builder setDate(com.google.type.Date value)
       Date of JOURNEY.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 127:59]
       
      .google.type.Date date = 3;
    • setDate

      public JourneyDesignatorStructure.Builder setDate(com.google.type.Date.Builder builderForValue)
       Date of JOURNEY.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 127:59]
       
      .google.type.Date date = 3;
    • mergeDate

      public JourneyDesignatorStructure.Builder mergeDate(com.google.type.Date value)
       Date of JOURNEY.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 127:59]
       
      .google.type.Date date = 3;
    • clearDate

       Date of JOURNEY.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 127:59]
       
      .google.type.Date date = 3;
    • getDateBuilder

      public com.google.type.Date.Builder getDateBuilder()
       Date of JOURNEY.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 127:59]
       
      .google.type.Date date = 3;
    • getDateOrBuilder

      public 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;
      Specified by:
      getDateOrBuilder in interface JourneyDesignatorStructureOrBuilder
    • hasDepartureTime

      public 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;
      Specified by:
      hasDepartureTime in interface JourneyDesignatorStructureOrBuilder
      Returns:
      Whether the departureTime field is set.
    • getDepartureTime

      public 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;
      Specified by:
      getDepartureTime in interface JourneyDesignatorStructureOrBuilder
      Returns:
      The departureTime.
    • setDepartureTime

      public JourneyDesignatorStructure.Builder setDepartureTime(com.google.type.TimeOfDay value)
       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;
    • setDepartureTime

      public JourneyDesignatorStructure.Builder setDepartureTime(com.google.type.TimeOfDay.Builder builderForValue)
       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;
    • mergeDepartureTime

      public JourneyDesignatorStructure.Builder mergeDepartureTime(com.google.type.TimeOfDay value)
       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;
    • clearDepartureTime

      public JourneyDesignatorStructure.Builder clearDepartureTime()
       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;
    • getDepartureTimeBuilder

      public com.google.type.TimeOfDay.Builder getDepartureTimeBuilder()
       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;
    • getDepartureTimeOrBuilder

      public 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;
      Specified by:
      getDepartureTimeOrBuilder in interface JourneyDesignatorStructureOrBuilder
    • getDepartureDayOffset

      public 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;
      Specified by:
      getDepartureDayOffset in interface JourneyDesignatorStructureOrBuilder
      Returns:
      The departureDayOffset.
    • setDepartureDayOffset

      public JourneyDesignatorStructure.Builder setDepartureDayOffset(int value)
       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;
      Parameters:
      value - The departureDayOffset to set.
      Returns:
      This builder for chaining.
    • clearDepartureDayOffset

      public JourneyDesignatorStructure.Builder clearDepartureDayOffset()
       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:
      This builder for chaining.
    • hasArrivalTime

      public 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;
      Specified by:
      hasArrivalTime in interface JourneyDesignatorStructureOrBuilder
      Returns:
      Whether the arrivalTime field is set.
    • getArrivalTime

      public 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;
      Specified by:
      getArrivalTime in interface JourneyDesignatorStructureOrBuilder
      Returns:
      The arrivalTime.
    • setArrivalTime

      public JourneyDesignatorStructure.Builder setArrivalTime(com.google.type.TimeOfDay value)
       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;
    • setArrivalTime

      public JourneyDesignatorStructure.Builder setArrivalTime(com.google.type.TimeOfDay.Builder builderForValue)
       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;
    • mergeArrivalTime

      public JourneyDesignatorStructure.Builder mergeArrivalTime(com.google.type.TimeOfDay value)
       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;
    • clearArrivalTime

      public JourneyDesignatorStructure.Builder clearArrivalTime()
       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;
    • getArrivalTimeBuilder

      public com.google.type.TimeOfDay.Builder getArrivalTimeBuilder()
       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;
    • getArrivalTimeOrBuilder

      public 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;
      Specified by:
      getArrivalTimeOrBuilder in interface JourneyDesignatorStructureOrBuilder
    • getArrivalDayOffset

      public 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;
      Specified by:
      getArrivalDayOffset in interface JourneyDesignatorStructureOrBuilder
      Returns:
      The arrivalDayOffset.
    • setArrivalDayOffset

      public JourneyDesignatorStructure.Builder setArrivalDayOffset(int value)
       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;
      Parameters:
      value - The arrivalDayOffset to set.
      Returns:
      This builder for chaining.
    • clearArrivalDayOffset

      public JourneyDesignatorStructure.Builder clearArrivalDayOffset()
       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:
      This builder for chaining.
    • hasDirectionRef

      public 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;
      Specified by:
      hasDirectionRef in interface JourneyDesignatorStructureOrBuilder
      Returns:
      Whether the directionRef field is set.
    • getDirectionRef

      public 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;
      Specified by:
      getDirectionRef in interface JourneyDesignatorStructureOrBuilder
      Returns:
      The directionRef.
    • setDirectionRef

       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;
    • setDirectionRef

       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;
    • mergeDirectionRef

       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;
    • clearDirectionRef

      public JourneyDesignatorStructure.Builder clearDirectionRef()
       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;
    • getDirectionRefBuilder

      public VersionOfObjectRefStructure.Builder getDirectionRefBuilder()
       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;
    • getDirectionRefOrBuilder

      public 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;
      Specified by:
      getDirectionRefOrBuilder in interface JourneyDesignatorStructureOrBuilder
    • getAlternativeJourneyRef

      public String getAlternativeJourneyRef()
       Alternative ID for journey.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 163:88]
       
      string alternative_journey_ref = 26;
      Specified by:
      getAlternativeJourneyRef in interface JourneyDesignatorStructureOrBuilder
      Returns:
      The alternativeJourneyRef.
    • getAlternativeJourneyRefBytes

      public 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;
      Specified by:
      getAlternativeJourneyRefBytes in interface JourneyDesignatorStructureOrBuilder
      Returns:
      The bytes for alternativeJourneyRef.
    • setAlternativeJourneyRef

      public JourneyDesignatorStructure.Builder setAlternativeJourneyRef(String value)
       Alternative ID for journey.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 163:88]
       
      string alternative_journey_ref = 26;
      Parameters:
      value - The alternativeJourneyRef to set.
      Returns:
      This builder for chaining.
    • clearAlternativeJourneyRef

      public JourneyDesignatorStructure.Builder clearAlternativeJourneyRef()
       Alternative ID for journey.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 163:88]
       
      string alternative_journey_ref = 26;
      Returns:
      This builder for chaining.
    • setAlternativeJourneyRefBytes

      public JourneyDesignatorStructure.Builder setAlternativeJourneyRefBytes(com.google.protobuf.ByteString value)
       Alternative ID for journey.  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 163:88]
       
      string alternative_journey_ref = 26;
      Parameters:
      value - The bytes for alternativeJourneyRef to set.
      Returns:
      This builder for chaining.
    • hasDayTypeRef

      public 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;
      Specified by:
      hasDayTypeRef in interface JourneyDesignatorStructureOrBuilder
      Returns:
      Whether the dayTypeRef field is set.
    • getDayTypeRef

      public 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;
      Specified by:
      getDayTypeRef in interface JourneyDesignatorStructureOrBuilder
      Returns:
      The dayTypeRef.
    • setDayTypeRef

       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;
    • setDayTypeRef

       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;
    • mergeDayTypeRef

       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;
    • clearDayTypeRef

      public JourneyDesignatorStructure.Builder clearDayTypeRef()
       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;
    • getDayTypeRefBuilder

      public VersionOfObjectRefStructure.Builder getDayTypeRefBuilder()
       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;
    • getDayTypeRefOrBuilder

      public 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;
      Specified by:
      getDayTypeRefOrBuilder in interface JourneyDesignatorStructureOrBuilder
    • hasFareDayTypeRef

      public 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;
      Specified by:
      hasFareDayTypeRef in interface JourneyDesignatorStructureOrBuilder
      Returns:
      Whether the fareDayTypeRef field is set.
    • getFareDayTypeRef

      public 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;
      Specified by:
      getFareDayTypeRef in interface JourneyDesignatorStructureOrBuilder
      Returns:
      The fareDayTypeRef.
    • setFareDayTypeRef

       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;
    • setFareDayTypeRef

      public JourneyDesignatorStructure.Builder setFareDayTypeRef(VersionOfObjectRefStructure.Builder builderForValue)
       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;
    • mergeFareDayTypeRef

       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;
    • clearFareDayTypeRef

      public JourneyDesignatorStructure.Builder clearFareDayTypeRef()
       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;
    • getFareDayTypeRefBuilder

      public VersionOfObjectRefStructure.Builder getFareDayTypeRefBuilder()
       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;
    • getFareDayTypeRefOrBuilder

      public 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;
      Specified by:
      getFareDayTypeRefOrBuilder in interface JourneyDesignatorStructureOrBuilder
    • hasOperatorRef

      public 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;
      Specified by:
      hasOperatorRef in interface JourneyDesignatorStructureOrBuilder
      Returns:
      Whether the operatorRef field is set.
    • getOperatorRef

      public 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;
      Specified by:
      getOperatorRef in interface JourneyDesignatorStructureOrBuilder
      Returns:
      The operatorRef.
    • setOperatorRef

       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 21;
    • setOperatorRef

       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 21;
    • mergeOperatorRef

       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 21;
    • clearOperatorRef

      public JourneyDesignatorStructure.Builder clearOperatorRef()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 21;
    • getOperatorRefBuilder

      public VersionOfObjectRefStructure.Builder getOperatorRefBuilder()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 21;
    • getOperatorRefOrBuilder

      public 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;
      Specified by:
      getOperatorRefOrBuilder in interface JourneyDesignatorStructureOrBuilder
    • hasAuthorityRef

      public 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;
      Specified by:
      hasAuthorityRef in interface JourneyDesignatorStructureOrBuilder
      Returns:
      Whether the authorityRef field is set.
    • getAuthorityRef

      public 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;
      Specified by:
      getAuthorityRef in interface JourneyDesignatorStructureOrBuilder
      Returns:
      The authorityRef.
    • setAuthorityRef

       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 22;
    • setAuthorityRef

       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 22;
    • mergeAuthorityRef

       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 22;
    • clearAuthorityRef

      public JourneyDesignatorStructure.Builder clearAuthorityRef()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 22;
    • getAuthorityRefBuilder

      public VersionOfObjectRefStructure.Builder getAuthorityRefBuilder()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 22;
    • getAuthorityRefOrBuilder

      public 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;
      Specified by:
      getAuthorityRefOrBuilder in interface JourneyDesignatorStructureOrBuilder
    • hasLineRef

      public 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;
      Specified by:
      hasLineRef in interface JourneyDesignatorStructureOrBuilder
      Returns:
      Whether the lineRef field is set.
    • getLineRef

      public 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;
      Specified by:
      getLineRef in interface JourneyDesignatorStructureOrBuilder
      Returns:
      The lineRef.
    • setLineRef

       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;
    • setLineRef

       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;
    • mergeLineRef

       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;
    • clearLineRef

      public JourneyDesignatorStructure.Builder clearLineRef()
       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;
    • getLineRefBuilder

      public VersionOfObjectRefStructure.Builder getLineRefBuilder()
       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;
    • getLineRefOrBuilder

      public 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;
      Specified by:
      getLineRefOrBuilder in interface JourneyDesignatorStructureOrBuilder
    • hasFlexibleLineRef

      public 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;
      Specified by:
      hasFlexibleLineRef in interface JourneyDesignatorStructureOrBuilder
      Returns:
      Whether the flexibleLineRef field is set.
    • getFlexibleLineRef

      public 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;
      Specified by:
      getFlexibleLineRef in interface JourneyDesignatorStructureOrBuilder
      Returns:
      The flexibleLineRef.
    • setFlexibleLineRef

       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;
    • setFlexibleLineRef

      public JourneyDesignatorStructure.Builder setFlexibleLineRef(VersionOfObjectRefStructure.Builder builderForValue)
       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;
    • mergeFlexibleLineRef

       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;
    • clearFlexibleLineRef

      public JourneyDesignatorStructure.Builder clearFlexibleLineRef()
       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;
    • getFlexibleLineRefBuilder

      public VersionOfObjectRefStructure.Builder getFlexibleLineRefBuilder()
       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;
    • getFlexibleLineRefOrBuilder

      public 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;
      Specified by:
      getFlexibleLineRefOrBuilder in interface JourneyDesignatorStructureOrBuilder