Class PathLink_DerivedViewStructure

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

public final class PathLink_DerivedViewStructure extends com.google.protobuf.GeneratedMessage implements PathLink_DerivedViewStructureOrBuilder
 Type for a PATH LINK VIEW.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 512:56]
 
Protobuf type uk.org.netex.www.netex.PathLink_DerivedViewStructure
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:
    • HIDE_DESTINATION_FIELD_NUMBER

      public static final int HIDE_DESTINATION_FIELD_NUMBER
      See Also:
    • SHOW_ENTRANCE_SEPARATELY_FIELD_NUMBER

      public static final int SHOW_ENTRANCE_SEPARATELY_FIELD_NUMBER
      See Also:
    • SHOW_EXIT_SEPARATELY_FIELD_NUMBER

      public static final int SHOW_EXIT_SEPARATELY_FIELD_NUMBER
      See Also:
    • SHOW_HEADING_SEPARATELY_FIELD_NUMBER

      public static final int SHOW_HEADING_SEPARATELY_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 PathLink_DerivedViewStructureOrBuilder
      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 PathLink_DerivedViewStructureOrBuilder
      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 PathLink_DerivedViewStructureOrBuilder
      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 PathLink_DerivedViewStructureOrBuilder
      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 PathLink_DerivedViewStructureOrBuilder
    • getHideLink

      public boolean getHideLink()
       Whether link should be hidden in the PATH LINK VIEW.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 519:68]
       
      bool hide_link = 41;
      Specified by:
      getHideLink in interface PathLink_DerivedViewStructureOrBuilder
      Returns:
      The hideLink.
    • getHideDestination

      public boolean getHideDestination()
       Whether destination of PATH LINK should be hidden.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 524:75]
       
      bool hide_destination = 42;
      Specified by:
      getHideDestination in interface PathLink_DerivedViewStructureOrBuilder
      Returns:
      The hideDestination.
    • getShowEntranceSeparately

      public boolean getShowEntranceSeparately()
       Whether ENTRANCE on beginning of PATH LINK should be shown as separate step in view.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 529:82]
       
      bool show_entrance_separately = 43;
      Specified by:
      getShowEntranceSeparately in interface PathLink_DerivedViewStructureOrBuilder
      Returns:
      The showEntranceSeparately.
    • getShowExitSeparately

      public boolean getShowExitSeparately()
       Whether exit at end of PATH LINK should be shown as separate step in view.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 534:78]
       
      bool show_exit_separately = 44;
      Specified by:
      getShowExitSeparately in interface PathLink_DerivedViewStructureOrBuilder
      Returns:
      The showExitSeparately.
    • getShowHeadingSeparately

      public boolean getShowHeadingSeparately()
       Whether Heading element should be shown as separate step in view e.g. turn left right.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 539:81]
       
      bool show_heading_separately = 45;
      Specified by:
      getShowHeadingSeparately in interface PathLink_DerivedViewStructureOrBuilder
      Returns:
      The showHeadingSeparately.
    • 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 PathLink_DerivedViewStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static PathLink_DerivedViewStructure.Builder newBuilder()
    • toBuilder

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

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

      public static PathLink_DerivedViewStructure getDefaultInstance()
    • parser

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

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