Class TransferDurationStructure

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

@Generated public final class TransferDurationStructure extends com.google.protobuf.GeneratedMessage implements TransferDurationStructureOrBuilder
 Type for TRANSFER DURATION.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 167:52]
 
Protobuf type uk.org.netex.www.netex.TransferDurationStructure
See Also:
  • Field Details

    • DEFAULT_DURATION_FIELD_NUMBER

      public static final int DEFAULT_DURATION_FIELD_NUMBER
      See Also:
    • FREQUENT_TRAVELLER_DURATION_FIELD_NUMBER

      public static final int FREQUENT_TRAVELLER_DURATION_FIELD_NUMBER
      See Also:
    • OCCASIONAL_TRAVELLER_DURATION_FIELD_NUMBER

      public static final int OCCASIONAL_TRAVELLER_DURATION_FIELD_NUMBER
      See Also:
    • MOBILITY_RESTRICTED_TRAVELLER_DURATION_FIELD_NUMBER

      public static final int MOBILITY_RESTRICTED_TRAVELLER_DURATION_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
    • hasDefaultDuration

      public boolean hasDefaultDuration()
       Default time needed for a traveller to make a TRANSFER.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 172:74]
       
      .google.protobuf.Duration default_duration = 1;
      Specified by:
      hasDefaultDuration in interface TransferDurationStructureOrBuilder
      Returns:
      Whether the defaultDuration field is set.
    • getDefaultDuration

      public com.google.protobuf.Duration getDefaultDuration()
       Default time needed for a traveller to make a TRANSFER.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 172:74]
       
      .google.protobuf.Duration default_duration = 1;
      Specified by:
      getDefaultDuration in interface TransferDurationStructureOrBuilder
      Returns:
      The defaultDuration.
    • getDefaultDurationOrBuilder

      public com.google.protobuf.DurationOrBuilder getDefaultDurationOrBuilder()
       Default time needed for a traveller to make a TRANSFER.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 172:74]
       
      .google.protobuf.Duration default_duration = 1;
      Specified by:
      getDefaultDurationOrBuilder in interface TransferDurationStructureOrBuilder
    • hasFrequentTravellerDuration

      public boolean hasFrequentTravellerDuration()
       Time for a traveller familiar with the journey to make transfer.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 177:84]
       
      .google.protobuf.Duration frequent_traveller_duration = 2;
      Specified by:
      hasFrequentTravellerDuration in interface TransferDurationStructureOrBuilder
      Returns:
      Whether the frequentTravellerDuration field is set.
    • getFrequentTravellerDuration

      public com.google.protobuf.Duration getFrequentTravellerDuration()
       Time for a traveller familiar with the journey to make transfer.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 177:84]
       
      .google.protobuf.Duration frequent_traveller_duration = 2;
      Specified by:
      getFrequentTravellerDuration in interface TransferDurationStructureOrBuilder
      Returns:
      The frequentTravellerDuration.
    • getFrequentTravellerDurationOrBuilder

      public com.google.protobuf.DurationOrBuilder getFrequentTravellerDurationOrBuilder()
       Time for a traveller familiar with the journey to make transfer.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 177:84]
       
      .google.protobuf.Duration frequent_traveller_duration = 2;
      Specified by:
      getFrequentTravellerDurationOrBuilder in interface TransferDurationStructureOrBuilder
    • hasOccasionalTravellerDuration

      public boolean hasOccasionalTravellerDuration()
       Time for an Occasional Traveller to make a TRANSFER.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 182:86]
       
      .google.protobuf.Duration occasional_traveller_duration = 3;
      Specified by:
      hasOccasionalTravellerDuration in interface TransferDurationStructureOrBuilder
      Returns:
      Whether the occasionalTravellerDuration field is set.
    • getOccasionalTravellerDuration

      public com.google.protobuf.Duration getOccasionalTravellerDuration()
       Time for an Occasional Traveller to make a TRANSFER.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 182:86]
       
      .google.protobuf.Duration occasional_traveller_duration = 3;
      Specified by:
      getOccasionalTravellerDuration in interface TransferDurationStructureOrBuilder
      Returns:
      The occasionalTravellerDuration.
    • getOccasionalTravellerDurationOrBuilder

      public com.google.protobuf.DurationOrBuilder getOccasionalTravellerDurationOrBuilder()
       Time for an Occasional Traveller to make a TRANSFER.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 182:86]
       
      .google.protobuf.Duration occasional_traveller_duration = 3;
      Specified by:
      getOccasionalTravellerDurationOrBuilder in interface TransferDurationStructureOrBuilder
    • hasMobilityRestrictedTravellerDuration

      public boolean hasMobilityRestrictedTravellerDuration()
       Time for a Mobility Restricted traveller to make a TRANSFER.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 187:94]
       
      .google.protobuf.Duration mobility_restricted_traveller_duration = 4;
      Specified by:
      hasMobilityRestrictedTravellerDuration in interface TransferDurationStructureOrBuilder
      Returns:
      Whether the mobilityRestrictedTravellerDuration field is set.
    • getMobilityRestrictedTravellerDuration

      public com.google.protobuf.Duration getMobilityRestrictedTravellerDuration()
       Time for a Mobility Restricted traveller to make a TRANSFER.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 187:94]
       
      .google.protobuf.Duration mobility_restricted_traveller_duration = 4;
      Specified by:
      getMobilityRestrictedTravellerDuration in interface TransferDurationStructureOrBuilder
      Returns:
      The mobilityRestrictedTravellerDuration.
    • getMobilityRestrictedTravellerDurationOrBuilder

      public com.google.protobuf.DurationOrBuilder getMobilityRestrictedTravellerDurationOrBuilder()
       Time for a Mobility Restricted traveller to make a TRANSFER.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 187:94]
       
      .google.protobuf.Duration mobility_restricted_traveller_duration = 4;
      Specified by:
      getMobilityRestrictedTravellerDurationOrBuilder in interface TransferDurationStructureOrBuilder
    • 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 TransferDurationStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static TransferDurationStructure.Builder newBuilder()
    • newBuilder

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

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

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

      public static TransferDurationStructure getDefaultInstance()
    • parser

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

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