Class JourneyEndpointStructure

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

public final class JourneyEndpointStructure extends com.google.protobuf.GeneratedMessage implements JourneyEndpointStructureOrBuilder
 Data type for Planned VEHICLE JOURNEY (Production Timetable Service).  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 284:51]
 
Protobuf type uk.org.netex.www.netex.JourneyEndpointStructure
See Also:
  • Field Details

    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • DESTINATION_DISPLAY_REF_FIELD_NUMBER

      public static final int DESTINATION_DISPLAY_REF_FIELD_NUMBER
      See Also:
    • PLACE_REF_FIELD_NUMBER

      public static final int PLACE_REF_FIELD_NUMBER
      See Also:
    • SCHEDULED_STOP_POINT_REF_FIELD_NUMBER

      public static final int SCHEDULED_STOP_POINT_REF_FIELD_NUMBER
      See Also:
    • FARE_SCHEDULED_STOP_POINT_REF_FIELD_NUMBER

      public static final int FARE_SCHEDULED_STOP_POINT_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
    • getScheduledStopPointRefStructureCase

      public JourneyEndpointStructure.ScheduledStopPointRefStructureCase getScheduledStopPointRefStructureCase()
      Specified by:
      getScheduledStopPointRefStructureCase in interface JourneyEndpointStructureOrBuilder
    • hasName

      public boolean hasName()
       [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 289:70]
       
      .uk.org.netex.www.netex.MultilingualString name = 1;
      Specified by:
      hasName in interface JourneyEndpointStructureOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 289:70]
       
      .uk.org.netex.www.netex.MultilingualString name = 1;
      Specified by:
      getName in interface JourneyEndpointStructureOrBuilder
      Returns:
      The name.
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 289:70]
       
      .uk.org.netex.www.netex.MultilingualString name = 1;
      Specified by:
      getNameOrBuilder in interface JourneyEndpointStructureOrBuilder
    • hasDestinationDisplayRef

      public boolean hasDestinationDisplayRef()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 4;
      Specified by:
      hasDestinationDisplayRef in interface JourneyEndpointStructureOrBuilder
      Returns:
      Whether the destinationDisplayRef field is set.
    • getDestinationDisplayRef

      public VersionOfObjectRefStructure getDestinationDisplayRef()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 4;
      Specified by:
      getDestinationDisplayRef in interface JourneyEndpointStructureOrBuilder
      Returns:
      The destinationDisplayRef.
    • getDestinationDisplayRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDestinationDisplayRefOrBuilder()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 4;
      Specified by:
      getDestinationDisplayRefOrBuilder in interface JourneyEndpointStructureOrBuilder
    • hasPlaceRef

      public boolean hasPlaceRef()
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      .uk.org.netex.www.netex.PlaceRefType place_ref = 5;
      Specified by:
      hasPlaceRef in interface JourneyEndpointStructureOrBuilder
      Returns:
      Whether the placeRef field is set.
    • getPlaceRef

      public PlaceRefType getPlaceRef()
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      .uk.org.netex.www.netex.PlaceRefType place_ref = 5;
      Specified by:
      getPlaceRef in interface JourneyEndpointStructureOrBuilder
      Returns:
      The placeRef.
    • getPlaceRefOrBuilder

      public PlaceRefTypeOrBuilder getPlaceRefOrBuilder()
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      .uk.org.netex.www.netex.PlaceRefType place_ref = 5;
      Specified by:
      getPlaceRefOrBuilder in interface JourneyEndpointStructureOrBuilder
    • hasScheduledStopPointRef

      public boolean hasScheduledStopPointRef()
       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 2;
      Specified by:
      hasScheduledStopPointRef in interface JourneyEndpointStructureOrBuilder
      Returns:
      Whether the scheduledStopPointRef field is set.
    • getScheduledStopPointRef

      public VersionOfObjectRefStructure getScheduledStopPointRef()
       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 2;
      Specified by:
      getScheduledStopPointRef in interface JourneyEndpointStructureOrBuilder
      Returns:
      The scheduledStopPointRef.
    • getScheduledStopPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getScheduledStopPointRefOrBuilder()
       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 2;
      Specified by:
      getScheduledStopPointRefOrBuilder in interface JourneyEndpointStructureOrBuilder
    • hasFareScheduledStopPointRef

      public boolean hasFareScheduledStopPointRef()
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 3;
      Specified by:
      hasFareScheduledStopPointRef in interface JourneyEndpointStructureOrBuilder
      Returns:
      Whether the fareScheduledStopPointRef field is set.
    • getFareScheduledStopPointRef

      public VersionOfObjectRefStructure getFareScheduledStopPointRef()
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 3;
      Specified by:
      getFareScheduledStopPointRef in interface JourneyEndpointStructureOrBuilder
      Returns:
      The fareScheduledStopPointRef.
    • getFareScheduledStopPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getFareScheduledStopPointRefOrBuilder()
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 3;
      Specified by:
      getFareScheduledStopPointRefOrBuilder in interface JourneyEndpointStructureOrBuilder
    • 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 JourneyEndpointStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static JourneyEndpointStructure.Builder newBuilder()
    • newBuilder

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

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

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

      public static JourneyEndpointStructure getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<JourneyEndpointStructure> 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 JourneyEndpointStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder