Class JourneyDesignatorStructure

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
uk.org.netex.www.netex.JourneyDesignatorStructure
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, JourneyDesignatorStructureOrBuilder

@Generated public final class JourneyDesignatorStructure extends com.google.protobuf.GeneratedMessage 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
See Also:
  • Field Details

    • FROM_POINT_REF_FIELD_NUMBER

      public static final int FROM_POINT_REF_FIELD_NUMBER
      See Also:
    • TO_POINT_REF_FIELD_NUMBER

      public static final int TO_POINT_REF_FIELD_NUMBER
      See Also:
    • DATE_FIELD_NUMBER

      public static final int DATE_FIELD_NUMBER
      See Also:
    • DEPARTURE_TIME_FIELD_NUMBER

      public static final int DEPARTURE_TIME_FIELD_NUMBER
      See Also:
    • DEPARTURE_DAY_OFFSET_FIELD_NUMBER

      public static final int DEPARTURE_DAY_OFFSET_FIELD_NUMBER
      See Also:
    • ARRIVAL_TIME_FIELD_NUMBER

      public static final int ARRIVAL_TIME_FIELD_NUMBER
      See Also:
    • ARRIVAL_DAY_OFFSET_FIELD_NUMBER

      public static final int ARRIVAL_DAY_OFFSET_FIELD_NUMBER
      See Also:
    • DIRECTION_REF_FIELD_NUMBER

      public static final int DIRECTION_REF_FIELD_NUMBER
      See Also:
    • ALTERNATIVE_JOURNEY_REF_FIELD_NUMBER

      public static final int ALTERNATIVE_JOURNEY_REF_FIELD_NUMBER
      See Also:
    • DAY_TYPE_REF_FIELD_NUMBER

      public static final int DAY_TYPE_REF_FIELD_NUMBER
      See Also:
    • FARE_DAY_TYPE_REF_FIELD_NUMBER

      public static final int FARE_DAY_TYPE_REF_FIELD_NUMBER
      See Also:
    • OPERATOR_REF_FIELD_NUMBER

      public static final int OPERATOR_REF_FIELD_NUMBER
      See Also:
    • AUTHORITY_REF_FIELD_NUMBER

      public static final int AUTHORITY_REF_FIELD_NUMBER
      See Also:
    • LINE_REF_FIELD_NUMBER

      public static final int LINE_REF_FIELD_NUMBER
      See Also:
    • FLEXIBLE_LINE_REF_FIELD_NUMBER

      public static final int FLEXIBLE_LINE_REF_FIELD_NUMBER
      See Also:
  • 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
    • getDayTypeRefStructureCase

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

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

      public JourneyDesignatorStructure.LineRefStructureCase getLineRefStructureCase()
      Specified by:
      getLineRefStructureCase in interface JourneyDesignatorStructureOrBuilder
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static JourneyDesignatorStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static JourneyDesignatorStructure parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static JourneyDesignatorStructure parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static JourneyDesignatorStructure parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static JourneyDesignatorStructure parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static JourneyDesignatorStructure parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static JourneyDesignatorStructure parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static JourneyDesignatorStructure parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static JourneyDesignatorStructure parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static JourneyDesignatorStructure parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static JourneyDesignatorStructure parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static JourneyDesignatorStructure parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

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

      public static JourneyDesignatorStructure.Builder newBuilder()
    • newBuilder

      public static JourneyDesignatorStructure.Builder newBuilder(JourneyDesignatorStructure prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected JourneyDesignatorStructure.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static JourneyDesignatorStructure getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<JourneyDesignatorStructure> parser()
    • getParserForType

      public com.google.protobuf.Parser<JourneyDesignatorStructure> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

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