Class OnwardServiceLinkViewType

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

public final class OnwardServiceLinkViewType extends com.google.protobuf.GeneratedMessage implements OnwardServiceLinkViewTypeOrBuilder
 Information about an onwards SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 959:93]
 
Protobuf type uk.org.netex.www.netex.OnwardServiceLinkViewType
See Also:
  • Field Details

    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • BRANDING_REF_FIELD_NUMBER

      public static final int BRANDING_REF_FIELD_NUMBER
      See Also:
    • TO_POINT_REF_FIELD_NUMBER

      public static final int TO_POINT_REF_FIELD_NUMBER
      See Also:
    • DISTANCE_FIELD_NUMBER

      public static final int DISTANCE_FIELD_NUMBER
      See Also:
    • RUN_TIME_FIELD_NUMBER

      public static final int RUN_TIME_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
    • getId

      public String getId()
       Identifier of Object of which this is a view.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 136:48]
       
      string id = 1;
      Specified by:
      getId in interface OnwardServiceLinkViewTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of Object of which this is a view.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 136:48]
       
      string id = 1;
      Specified by:
      getIdBytes in interface OnwardServiceLinkViewTypeOrBuilder
      Returns:
      The bytes for id.
    • hasBrandingRef

      public boolean hasBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 2;
      Specified by:
      hasBrandingRef in interface OnwardServiceLinkViewTypeOrBuilder
      Returns:
      Whether the brandingRef field is set.
    • getBrandingRef

      public VersionOfObjectRefStructure getBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 2;
      Specified by:
      getBrandingRef in interface OnwardServiceLinkViewTypeOrBuilder
      Returns:
      The brandingRef.
    • getBrandingRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getBrandingRefOrBuilder()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 2;
      Specified by:
      getBrandingRefOrBuilder in interface OnwardServiceLinkViewTypeOrBuilder
    • hasServiceLinkInJourneyPattern

      public boolean hasServiceLinkInJourneyPattern()
       The use of a SERVICE LINK in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 907:165]
       
      .uk.org.netex.www.netex.ServiceLinkInJourneyPattern_VersionedChildStructure service_link_in_journey_pattern = 41;
      Specified by:
      hasServiceLinkInJourneyPattern in interface OnwardServiceLinkViewTypeOrBuilder
      Returns:
      Whether the serviceLinkInJourneyPattern field is set.
    • getServiceLinkInJourneyPattern

      public ServiceLinkInJourneyPattern_VersionedChildStructure getServiceLinkInJourneyPattern()
       The use of a SERVICE LINK in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 907:165]
       
      .uk.org.netex.www.netex.ServiceLinkInJourneyPattern_VersionedChildStructure service_link_in_journey_pattern = 41;
      Specified by:
      getServiceLinkInJourneyPattern in interface OnwardServiceLinkViewTypeOrBuilder
      Returns:
      The serviceLinkInJourneyPattern.
    • getServiceLinkInJourneyPatternOrBuilder

      public ServiceLinkInJourneyPattern_VersionedChildStructureOrBuilder getServiceLinkInJourneyPatternOrBuilder()
       The use of a SERVICE LINK in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 907:165]
       
      .uk.org.netex.www.netex.ServiceLinkInJourneyPattern_VersionedChildStructure service_link_in_journey_pattern = 41;
      Specified by:
      getServiceLinkInJourneyPatternOrBuilder in interface OnwardServiceLinkViewTypeOrBuilder
    • hasServiceLinkRef

      public boolean hasServiceLinkRef()
       Reference to a SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 144:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_link_ref = 42;
      Specified by:
      hasServiceLinkRef in interface OnwardServiceLinkViewTypeOrBuilder
      Returns:
      Whether the serviceLinkRef field is set.
    • getServiceLinkRef

      public VersionOfObjectRefStructure getServiceLinkRef()
       Reference to a SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 144:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_link_ref = 42;
      Specified by:
      getServiceLinkRef in interface OnwardServiceLinkViewTypeOrBuilder
      Returns:
      The serviceLinkRef.
    • getServiceLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getServiceLinkRefOrBuilder()
       Reference to a SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 144:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_link_ref = 42;
      Specified by:
      getServiceLinkRefOrBuilder in interface OnwardServiceLinkViewTypeOrBuilder
    • hasToPointRef

      public boolean hasToPointRef()
       Identifier of POINT at which LINK ends.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 978:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 43;
      Specified by:
      hasToPointRef in interface OnwardServiceLinkViewTypeOrBuilder
      Returns:
      Whether the toPointRef field is set.
    • getToPointRef

      public VersionOfObjectRefStructure getToPointRef()
       Identifier of POINT at which LINK ends.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 978:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 43;
      Specified by:
      getToPointRef in interface OnwardServiceLinkViewTypeOrBuilder
      Returns:
      The toPointRef.
    • getToPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getToPointRefOrBuilder()
       Identifier of POINT at which LINK ends.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 978:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 43;
      Specified by:
      getToPointRefOrBuilder in interface OnwardServiceLinkViewTypeOrBuilder
    • getDistance

      public double getDistance()
       Distance for SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 983:69]
       
      double distance = 44;
      Specified by:
      getDistance in interface OnwardServiceLinkViewTypeOrBuilder
      Returns:
      The distance.
    • hasRunTime

      public boolean hasRunTime()
       RUN TIME for SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 988:68]
       
      .google.protobuf.Duration run_time = 45;
      Specified by:
      hasRunTime in interface OnwardServiceLinkViewTypeOrBuilder
      Returns:
      Whether the runTime field is set.
    • getRunTime

      public com.google.protobuf.Duration getRunTime()
       RUN TIME for SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 988:68]
       
      .google.protobuf.Duration run_time = 45;
      Specified by:
      getRunTime in interface OnwardServiceLinkViewTypeOrBuilder
      Returns:
      The runTime.
    • getRunTimeOrBuilder

      public com.google.protobuf.DurationOrBuilder getRunTimeOrBuilder()
       RUN TIME for SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 988:68]
       
      .google.protobuf.Duration run_time = 45;
      Specified by:
      getRunTimeOrBuilder in interface OnwardServiceLinkViewTypeOrBuilder
    • 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 OnwardServiceLinkViewType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static OnwardServiceLinkViewType.Builder newBuilder()
    • newBuilder

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

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

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

      public static OnwardServiceLinkViewType getDefaultInstance()
    • parser

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

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