Class JourneyLayoverStructure

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

public final class JourneyLayoverStructure extends com.google.protobuf.GeneratedMessage implements JourneyLayoverStructureOrBuilder
 Type for JOURNEY LAYOVER.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 270:50]
 
Protobuf type uk.org.netex.www.netex.JourneyLayoverStructure
See Also:
  • Field Details

    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • CREATED_FIELD_NUMBER

      public static final int CREATED_FIELD_NUMBER
      See Also:
    • CHANGED_FIELD_NUMBER

      public static final int CHANGED_FIELD_NUMBER
      See Also:
    • VERSION_FIELD_NUMBER

      public static final int VERSION_FIELD_NUMBER
      See Also:
    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_VERSION_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_VERSION_REF_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_OBJECT_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_OBJECT_REF_FIELD_NUMBER
      See Also:
    • VALIDITY_CONDITIONS_FIELD_NUMBER

      public static final int VALIDITY_CONDITIONS_FIELD_NUMBER
      See Also:
    • VALID_BETWEEN_FIELD_NUMBER

      public static final int VALID_BETWEEN_FIELD_NUMBER
      See Also:
    • ALTERNATIVE_TEXTS_FIELD_NUMBER

      public static final int ALTERNATIVE_TEXTS_FIELD_NUMBER
      See Also:
    • EXTENSIONS_FIELD_NUMBER

      public static final int EXTENSIONS_FIELD_NUMBER
      See Also:
    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • TIME_DEMAND_TYPE_REF_FIELD_NUMBER

      public static final int TIME_DEMAND_TYPE_REF_FIELD_NUMBER
      See Also:
    • TIMEBAND_REF_FIELD_NUMBER

      public static final int TIMEBAND_REF_FIELD_NUMBER
      See Also:
    • VEHICLE_MODE_FIELD_NUMBER

      public static final int VEHICLE_MODE_FIELD_NUMBER
      See Also:
    • OPERATIONAL_CONTEXT_REF_FIELD_NUMBER

      public static final int OPERATIONAL_CONTEXT_REF_FIELD_NUMBER
      See Also:
    • LAYOVER_FIELD_NUMBER

      public static final int LAYOVER_FIELD_NUMBER
      See Also:
    • POINT_REF_FIELD_NUMBER

      public static final int POINT_REF_FIELD_NUMBER
      See Also:
    • ACTIVATION_POINT_REF_FIELD_NUMBER

      public static final int ACTIVATION_POINT_REF_FIELD_NUMBER
      See Also:
    • BEACON_POINT_REF_FIELD_NUMBER

      public static final int BEACON_POINT_REF_FIELD_NUMBER
      See Also:
    • TRAFFIC_CONTROL_POINT_REF_FIELD_NUMBER

      public static final int TRAFFIC_CONTROL_POINT_REF_FIELD_NUMBER
      See Also:
    • RAILWAY_POINT_REF_FIELD_NUMBER

      public static final int RAILWAY_POINT_REF_FIELD_NUMBER
      See Also:
    • ROAD_POINT_REF_FIELD_NUMBER

      public static final int ROAD_POINT_REF_FIELD_NUMBER
      See Also:
    • WIRE_POINT_REF_FIELD_NUMBER

      public static final int WIRE_POINT_REF_FIELD_NUMBER
      See Also:
    • ROUTE_POINT_REF_FIELD_NUMBER

      public static final int ROUTE_POINT_REF_FIELD_NUMBER
      See Also:
    • TIMING_POINT_REF_FIELD_NUMBER

      public static final int TIMING_POINT_REF_FIELD_NUMBER
      See Also:
    • RELIEF_POINT_REF_FIELD_NUMBER

      public static final int RELIEF_POINT_REF_FIELD_NUMBER
      See Also:
    • PARKING_POINT_REF_FIELD_NUMBER

      public static final int PARKING_POINT_REF_FIELD_NUMBER
      See Also:
    • GARAGE_POINT_REF_FIELD_NUMBER

      public static final int GARAGE_POINT_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:
    • BORDER_POINT_REF_FIELD_NUMBER

      public static final int BORDER_POINT_REF_FIELD_NUMBER
      See Also:
    • VEHICLE_MEETING_POINT_REF_FIELD_NUMBER

      public static final int VEHICLE_MEETING_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
    • getPointRefStructureCase

      public JourneyLayoverStructure.PointRefStructureCase getPointRefStructureCase()
      Specified by:
      getPointRefStructureCase in interface JourneyLayoverStructureOrBuilder
    • getId

      public String getId()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Specified by:
      getId in interface JourneyLayoverStructureOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Specified by:
      getIdBytes in interface JourneyLayoverStructureOrBuilder
      Returns:
      The bytes for id.
    • hasCreated

      public boolean hasCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      hasCreated in interface JourneyLayoverStructureOrBuilder
      Returns:
      Whether the created field is set.
    • getCreated

      public com.google.protobuf.Timestamp getCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      getCreated in interface JourneyLayoverStructureOrBuilder
      Returns:
      The created.
    • getCreatedOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      getCreatedOrBuilder in interface JourneyLayoverStructureOrBuilder
    • hasChanged

      public boolean hasChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      hasChanged in interface JourneyLayoverStructureOrBuilder
      Returns:
      Whether the changed field is set.
    • getChanged

      public com.google.protobuf.Timestamp getChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      getChanged in interface JourneyLayoverStructureOrBuilder
      Returns:
      The changed.
    • getChangedOrBuilder

      public com.google.protobuf.TimestampOrBuilder getChangedOrBuilder()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      getChangedOrBuilder in interface JourneyLayoverStructureOrBuilder
    • getVersion

      public String getVersion()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Specified by:
      getVersion in interface JourneyLayoverStructureOrBuilder
      Returns:
      The version.
    • getVersionBytes

      public com.google.protobuf.ByteString getVersionBytes()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Specified by:
      getVersionBytes in interface JourneyLayoverStructureOrBuilder
      Returns:
      The bytes for version.
    • getStatusValue

      public int getStatusValue()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Specified by:
      getStatusValue in interface JourneyLayoverStructureOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      public StatusEnumeration getStatus()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Specified by:
      getStatus in interface JourneyLayoverStructureOrBuilder
      Returns:
      The status.
    • getDerivedFromVersionRef

      public String getDerivedFromVersionRef()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 319;
      Specified by:
      getDerivedFromVersionRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      The derivedFromVersionRef.
    • getDerivedFromVersionRefBytes

      public com.google.protobuf.ByteString getDerivedFromVersionRefBytes()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 319;
      Specified by:
      getDerivedFromVersionRefBytes in interface JourneyLayoverStructureOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • getDerivedFromObjectRef

      public String getDerivedFromObjectRef()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 320;
      Specified by:
      getDerivedFromObjectRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      The derivedFromObjectRef.
    • getDerivedFromObjectRefBytes

      public com.google.protobuf.ByteString getDerivedFromObjectRefBytes()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 320;
      Specified by:
      getDerivedFromObjectRefBytes in interface JourneyLayoverStructureOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • hasValidityConditions

      public boolean hasValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      hasValidityConditions in interface JourneyLayoverStructureOrBuilder
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

      public ValidityConditions_RelStructure getValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      getValidityConditions in interface JourneyLayoverStructureOrBuilder
      Returns:
      The validityConditions.
    • getValidityConditionsOrBuilder

      public ValidityConditions_RelStructureOrBuilder getValidityConditionsOrBuilder()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      getValidityConditionsOrBuilder in interface JourneyLayoverStructureOrBuilder
    • getValidBetweenList

      public List<ValidBetweenType> getValidBetweenList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenList in interface JourneyLayoverStructureOrBuilder
    • getValidBetweenOrBuilderList

      public List<? extends ValidBetweenTypeOrBuilder> getValidBetweenOrBuilderList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenOrBuilderList in interface JourneyLayoverStructureOrBuilder
    • getValidBetweenCount

      public int getValidBetweenCount()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenCount in interface JourneyLayoverStructureOrBuilder
    • getValidBetween

      public ValidBetweenType getValidBetween(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetween in interface JourneyLayoverStructureOrBuilder
    • getValidBetweenOrBuilder

      public ValidBetweenTypeOrBuilder getValidBetweenOrBuilder(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenOrBuilder in interface JourneyLayoverStructureOrBuilder
    • hasAlternativeTexts

      public boolean hasAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Specified by:
      hasAlternativeTexts in interface JourneyLayoverStructureOrBuilder
      Returns:
      Whether the alternativeTexts field is set.
    • getAlternativeTexts

      public AlternativeTexts_RelStructure getAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Specified by:
      getAlternativeTexts in interface JourneyLayoverStructureOrBuilder
      Returns:
      The alternativeTexts.
    • getAlternativeTextsOrBuilder

      public AlternativeTexts_RelStructureOrBuilder getAlternativeTextsOrBuilder()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Specified by:
      getAlternativeTextsOrBuilder in interface JourneyLayoverStructureOrBuilder
    • hasExtensions

      public boolean hasExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 71;
      Specified by:
      hasExtensions in interface JourneyLayoverStructureOrBuilder
      Returns:
      Whether the extensions field is set.
    • getExtensions

      public ExtensionsStructure getExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 71;
      Specified by:
      getExtensions in interface JourneyLayoverStructureOrBuilder
      Returns:
      The extensions.
    • getExtensionsOrBuilder

      public ExtensionsStructureOrBuilder getExtensionsOrBuilder()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 71;
      Specified by:
      getExtensionsOrBuilder in interface JourneyLayoverStructureOrBuilder
    • hasName

      public boolean hasName()
       Name of JOURNEY TIMING.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 90:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      hasName in interface JourneyLayoverStructureOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of JOURNEY TIMING.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 90:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface JourneyLayoverStructureOrBuilder
      Returns:
      The name.
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of JOURNEY TIMING.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 90:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface JourneyLayoverStructureOrBuilder
    • hasTimeDemandTypeRef

      public boolean hasTimeDemandTypeRef()
       Reference to a TIME DEMAND TYPE. If given by context need not be stated.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 80:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_type_ref = 162;
      Specified by:
      hasTimeDemandTypeRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      Whether the timeDemandTypeRef field is set.
    • getTimeDemandTypeRef

      public VersionOfObjectRefStructure getTimeDemandTypeRef()
       Reference to a TIME DEMAND TYPE. If given by context need not be stated.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 80:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_type_ref = 162;
      Specified by:
      getTimeDemandTypeRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      The timeDemandTypeRef.
    • getTimeDemandTypeRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTimeDemandTypeRefOrBuilder()
       Reference to a TIME DEMAND TYPE. If given by context need not be stated.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 80:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_type_ref = 162;
      Specified by:
      getTimeDemandTypeRefOrBuilder in interface JourneyLayoverStructureOrBuilder
    • hasTimebandRef

      public boolean hasTimebandRef()
       Reference to a TIME BAND.  [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 115:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timeband_ref = 163;
      Specified by:
      hasTimebandRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      Whether the timebandRef field is set.
    • getTimebandRef

      public VersionOfObjectRefStructure getTimebandRef()
       Reference to a TIME BAND.  [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 115:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timeband_ref = 163;
      Specified by:
      getTimebandRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      The timebandRef.
    • getTimebandRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTimebandRefOrBuilder()
       Reference to a TIME BAND.  [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 115:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timeband_ref = 163;
      Specified by:
      getTimebandRefOrBuilder in interface JourneyLayoverStructureOrBuilder
    • getVehicleModeValue

      public int getVehicleModeValue()
       VEHICLE MODE: a characterisation of the operation according to the means of transport (bus, tram, metro, train, ferry, ship).  [netex_framework/netex_reusableComponents/netex_mode_support.xsd at 97:61]
       
      .uk.org.netex.www.netex.AllModesEnumeration vehicle_mode = 171;
      Specified by:
      getVehicleModeValue in interface JourneyLayoverStructureOrBuilder
      Returns:
      The enum numeric value on the wire for vehicleMode.
    • getVehicleMode

      public AllModesEnumeration getVehicleMode()
       VEHICLE MODE: a characterisation of the operation according to the means of transport (bus, tram, metro, train, ferry, ship).  [netex_framework/netex_reusableComponents/netex_mode_support.xsd at 97:61]
       
      .uk.org.netex.www.netex.AllModesEnumeration vehicle_mode = 171;
      Specified by:
      getVehicleMode in interface JourneyLayoverStructureOrBuilder
      Returns:
      The vehicleMode.
    • hasOperationalContextRef

      public boolean hasOperationalContextRef()
       Reference to an OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 278:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operational_context_ref = 172;
      Specified by:
      hasOperationalContextRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      Whether the operationalContextRef field is set.
    • getOperationalContextRef

      public VersionOfObjectRefStructure getOperationalContextRef()
       Reference to an OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 278:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operational_context_ref = 172;
      Specified by:
      getOperationalContextRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      The operationalContextRef.
    • getOperationalContextRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getOperationalContextRefOrBuilder()
       Reference to an OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 278:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operational_context_ref = 172;
      Specified by:
      getOperationalContextRefOrBuilder in interface JourneyLayoverStructureOrBuilder
    • hasLayover

      public boolean hasLayover()
       Layover time as interval.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 287:52]
       
      .google.protobuf.Duration layover = 301;
      Specified by:
      hasLayover in interface JourneyLayoverStructureOrBuilder
      Returns:
      Whether the layover field is set.
    • getLayover

      public com.google.protobuf.Duration getLayover()
       Layover time as interval.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 287:52]
       
      .google.protobuf.Duration layover = 301;
      Specified by:
      getLayover in interface JourneyLayoverStructureOrBuilder
      Returns:
      The layover.
    • getLayoverOrBuilder

      public com.google.protobuf.DurationOrBuilder getLayoverOrBuilder()
       Layover time as interval.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 287:52]
       
      .google.protobuf.Duration layover = 301;
      Specified by:
      getLayoverOrBuilder in interface JourneyLayoverStructureOrBuilder
    • hasPointRef

      public boolean hasPointRef()
       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_ref = 302;
      Specified by:
      hasPointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      Whether the pointRef field is set.
    • getPointRef

      public VersionOfObjectRefStructure getPointRef()
       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_ref = 302;
      Specified by:
      getPointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      The pointRef.
    • getPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getPointRefOrBuilder()
       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_ref = 302;
      Specified by:
      getPointRefOrBuilder in interface JourneyLayoverStructureOrBuilder
    • hasActivationPointRef

      public boolean hasActivationPointRef()
       Reference to an ACTIVATION POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 95:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_point_ref = 303;
      Specified by:
      hasActivationPointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      Whether the activationPointRef field is set.
    • getActivationPointRef

      public VersionOfObjectRefStructure getActivationPointRef()
       Reference to an ACTIVATION POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 95:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_point_ref = 303;
      Specified by:
      getActivationPointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      The activationPointRef.
    • getActivationPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getActivationPointRefOrBuilder()
       Reference to an ACTIVATION POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 95:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_point_ref = 303;
      Specified by:
      getActivationPointRefOrBuilder in interface JourneyLayoverStructureOrBuilder
    • hasBeaconPointRef

      public boolean hasBeaconPointRef()
       Reference to a BEACON POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 121:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure beacon_point_ref = 304;
      Specified by:
      hasBeaconPointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      Whether the beaconPointRef field is set.
    • getBeaconPointRef

      public VersionOfObjectRefStructure getBeaconPointRef()
       Reference to a BEACON POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 121:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure beacon_point_ref = 304;
      Specified by:
      getBeaconPointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      The beaconPointRef.
    • getBeaconPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getBeaconPointRefOrBuilder()
       Reference to a BEACON POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 121:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure beacon_point_ref = 304;
      Specified by:
      getBeaconPointRefOrBuilder in interface JourneyLayoverStructureOrBuilder
    • hasTrafficControlPointRef

      public boolean hasTrafficControlPointRef()
       Reference to a TRAFFIC CONTROL POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 147:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure traffic_control_point_ref = 305;
      Specified by:
      hasTrafficControlPointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      Whether the trafficControlPointRef field is set.
    • getTrafficControlPointRef

      public VersionOfObjectRefStructure getTrafficControlPointRef()
       Reference to a TRAFFIC CONTROL POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 147:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure traffic_control_point_ref = 305;
      Specified by:
      getTrafficControlPointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      The trafficControlPointRef.
    • getTrafficControlPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTrafficControlPointRefOrBuilder()
       Reference to a TRAFFIC CONTROL POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 147:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure traffic_control_point_ref = 305;
      Specified by:
      getTrafficControlPointRefOrBuilder in interface JourneyLayoverStructureOrBuilder
    • hasRailwayPointRef

      public boolean hasRailwayPointRef()
       Reference to a RAILWAY POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 94:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_point_ref = 306;
      Specified by:
      hasRailwayPointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      Whether the railwayPointRef field is set.
    • getRailwayPointRef

      public VersionOfObjectRefStructure getRailwayPointRef()
       Reference to a RAILWAY POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 94:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_point_ref = 306;
      Specified by:
      getRailwayPointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      The railwayPointRef.
    • getRailwayPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getRailwayPointRefOrBuilder()
       Reference to a RAILWAY POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 94:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_point_ref = 306;
      Specified by:
      getRailwayPointRefOrBuilder in interface JourneyLayoverStructureOrBuilder
    • hasRoadPointRef

      public boolean hasRoadPointRef()
       Reference to a ROAD POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_point_ref = 307;
      Specified by:
      hasRoadPointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      Whether the roadPointRef field is set.
    • getRoadPointRef

      public VersionOfObjectRefStructure getRoadPointRef()
       Reference to a ROAD POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_point_ref = 307;
      Specified by:
      getRoadPointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      The roadPointRef.
    • getRoadPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getRoadPointRefOrBuilder()
       Reference to a ROAD POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_point_ref = 307;
      Specified by:
      getRoadPointRefOrBuilder in interface JourneyLayoverStructureOrBuilder
    • hasWirePointRef

      public boolean hasWirePointRef()
       Reference to a WIRE POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 146:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_point_ref = 308;
      Specified by:
      hasWirePointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      Whether the wirePointRef field is set.
    • getWirePointRef

      public VersionOfObjectRefStructure getWirePointRef()
       Reference to a WIRE POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 146:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_point_ref = 308;
      Specified by:
      getWirePointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      The wirePointRef.
    • getWirePointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getWirePointRefOrBuilder()
       Reference to a WIRE POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 146:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_point_ref = 308;
      Specified by:
      getWirePointRefOrBuilder in interface JourneyLayoverStructureOrBuilder
    • hasRoutePointRef

      public boolean hasRoutePointRef()
       Reference to a ROUTE POINT.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 148:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_point_ref = 309;
      Specified by:
      hasRoutePointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      Whether the routePointRef field is set.
    • getRoutePointRef

      public VersionOfObjectRefStructure getRoutePointRef()
       Reference to a ROUTE POINT.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 148:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_point_ref = 309;
      Specified by:
      getRoutePointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      The routePointRef.
    • getRoutePointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getRoutePointRefOrBuilder()
       Reference to a ROUTE POINT.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 148:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_point_ref = 309;
      Specified by:
      getRoutePointRefOrBuilder in interface JourneyLayoverStructureOrBuilder
    • hasTimingPointRef

      public boolean hasTimingPointRef()
       Reference to a TIMING POINT. If given by context does not need to be stated.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 96:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_ref = 310;
      Specified by:
      hasTimingPointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      Whether the timingPointRef field is set.
    • getTimingPointRef

      public VersionOfObjectRefStructure getTimingPointRef()
       Reference to a TIMING POINT. If given by context does not need to be stated.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 96:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_ref = 310;
      Specified by:
      getTimingPointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      The timingPointRef.
    • getTimingPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTimingPointRefOrBuilder()
       Reference to a TIMING POINT. If given by context does not need to be stated.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 96:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_ref = 310;
      Specified by:
      getTimingPointRefOrBuilder in interface JourneyLayoverStructureOrBuilder
    • hasReliefPointRef

      public boolean hasReliefPointRef()
       Reference to a RELIEF POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 68:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relief_point_ref = 311;
      Specified by:
      hasReliefPointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      Whether the reliefPointRef field is set.
    • getReliefPointRef

      public VersionOfObjectRefStructure getReliefPointRef()
       Reference to a RELIEF POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 68:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relief_point_ref = 311;
      Specified by:
      getReliefPointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      The reliefPointRef.
    • getReliefPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getReliefPointRefOrBuilder()
       Reference to a RELIEF POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 68:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relief_point_ref = 311;
      Specified by:
      getReliefPointRefOrBuilder in interface JourneyLayoverStructureOrBuilder
    • hasParkingPointRef

      public boolean hasParkingPointRef()
       Reference to a PARKING POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 94:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_point_ref = 312;
      Specified by:
      hasParkingPointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      Whether the parkingPointRef field is set.
    • getParkingPointRef

      public VersionOfObjectRefStructure getParkingPointRef()
       Reference to a PARKING POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 94:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_point_ref = 312;
      Specified by:
      getParkingPointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      The parkingPointRef.
    • getParkingPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getParkingPointRefOrBuilder()
       Reference to a PARKING POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 94:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_point_ref = 312;
      Specified by:
      getParkingPointRefOrBuilder in interface JourneyLayoverStructureOrBuilder
    • hasGaragePointRef

      public boolean hasGaragePointRef()
       Reference to a GARAGE POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 121:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure garage_point_ref = 313;
      Specified by:
      hasGaragePointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      Whether the garagePointRef field is set.
    • getGaragePointRef

      public VersionOfObjectRefStructure getGaragePointRef()
       Reference to a GARAGE POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 121:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure garage_point_ref = 313;
      Specified by:
      getGaragePointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      The garagePointRef.
    • getGaragePointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getGaragePointRefOrBuilder()
       Reference to a GARAGE POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 121:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure garage_point_ref = 313;
      Specified by:
      getGaragePointRefOrBuilder in interface JourneyLayoverStructureOrBuilder
    • 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 = 314;
      Specified by:
      hasScheduledStopPointRef in interface JourneyLayoverStructureOrBuilder
      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 = 314;
      Specified by:
      getScheduledStopPointRef in interface JourneyLayoverStructureOrBuilder
      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 = 314;
      Specified by:
      getScheduledStopPointRefOrBuilder in interface JourneyLayoverStructureOrBuilder
    • 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 = 315;
      Specified by:
      hasFareScheduledStopPointRef in interface JourneyLayoverStructureOrBuilder
      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 = 315;
      Specified by:
      getFareScheduledStopPointRef in interface JourneyLayoverStructureOrBuilder
      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 = 315;
      Specified by:
      getFareScheduledStopPointRefOrBuilder in interface JourneyLayoverStructureOrBuilder
    • hasBorderPointRef

      public boolean hasBorderPointRef()
       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 316;
      Specified by:
      hasBorderPointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      Whether the borderPointRef field is set.
    • getBorderPointRef

      public VersionOfObjectRefStructure getBorderPointRef()
       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 316;
      Specified by:
      getBorderPointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      The borderPointRef.
    • getBorderPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getBorderPointRefOrBuilder()
       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 316;
      Specified by:
      getBorderPointRefOrBuilder in interface JourneyLayoverStructureOrBuilder
    • hasVehicleMeetingPointRef

      public boolean hasVehicleMeetingPointRef()
       Reference to a VEHICLE MEETING POINT. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 78:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_point_ref = 318;
      Specified by:
      hasVehicleMeetingPointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      Whether the vehicleMeetingPointRef field is set.
    • getVehicleMeetingPointRef

      public VersionOfObjectRefStructure getVehicleMeetingPointRef()
       Reference to a VEHICLE MEETING POINT. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 78:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_point_ref = 318;
      Specified by:
      getVehicleMeetingPointRef in interface JourneyLayoverStructureOrBuilder
      Returns:
      The vehicleMeetingPointRef.
    • getVehicleMeetingPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getVehicleMeetingPointRefOrBuilder()
       Reference to a VEHICLE MEETING POINT. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 78:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_point_ref = 318;
      Specified by:
      getVehicleMeetingPointRefOrBuilder in interface JourneyLayoverStructureOrBuilder
    • 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 JourneyLayoverStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static JourneyLayoverStructure.Builder newBuilder()
    • newBuilder

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

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

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

      public static JourneyLayoverStructure getDefaultInstance()
    • parser

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

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