Class DefaultConnectionEndStructure.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<DefaultConnectionEndStructure.Builder>
com.google.protobuf.GeneratedMessage.Builder<DefaultConnectionEndStructure.Builder>
uk.org.netex.www.netex.DefaultConnectionEndStructure.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, DefaultConnectionEndStructureOrBuilder
Enclosing class:
DefaultConnectionEndStructure

public static final class DefaultConnectionEndStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<DefaultConnectionEndStructure.Builder> implements DefaultConnectionEndStructureOrBuilder
 Type for a DEFAULT TRANSFER.  [netex_part_1/part1_tacticalPlanning/netex_siteConnection_version.xsd at 267:73]
 
Protobuf type uk.org.netex.www.netex.DefaultConnectionEndStructure
  • 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.Builder<DefaultConnectionEndStructure.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<DefaultConnectionEndStructure.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<DefaultConnectionEndStructure.Builder>
    • getDefaultInstanceForType

      public DefaultConnectionEndStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public DefaultConnectionEndStructure buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public DefaultConnectionEndStructure.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DefaultConnectionEndStructure.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<DefaultConnectionEndStructure.Builder>
    • mergeFrom

      public DefaultConnectionEndStructure.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DefaultConnectionEndStructure.Builder>
      Throws:
      IOException
    • getTransportModeValue

      public int getTransportModeValue()
       Identifier of MODE of end point of TRANSFER.  [netex_part_1/part1_tacticalPlanning/netex_siteConnection_version.xsd at 272:97]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 1;
      Specified by:
      getTransportModeValue in interface DefaultConnectionEndStructureOrBuilder
      Returns:
      The enum numeric value on the wire for transportMode.
    • setTransportModeValue

      public DefaultConnectionEndStructure.Builder setTransportModeValue(int value)
       Identifier of MODE of end point of TRANSFER.  [netex_part_1/part1_tacticalPlanning/netex_siteConnection_version.xsd at 272:97]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 1;
      Parameters:
      value - The enum numeric value on the wire for transportMode to set.
      Returns:
      This builder for chaining.
    • getTransportMode

      public AllVehicleModesOfTransportEnumeration getTransportMode()
       Identifier of MODE of end point of TRANSFER.  [netex_part_1/part1_tacticalPlanning/netex_siteConnection_version.xsd at 272:97]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 1;
      Specified by:
      getTransportMode in interface DefaultConnectionEndStructureOrBuilder
      Returns:
      The transportMode.
    • setTransportMode

       Identifier of MODE of end point of TRANSFER.  [netex_part_1/part1_tacticalPlanning/netex_siteConnection_version.xsd at 272:97]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 1;
      Parameters:
      value - The transportMode to set.
      Returns:
      This builder for chaining.
    • clearTransportMode

      public DefaultConnectionEndStructure.Builder clearTransportMode()
       Identifier of MODE of end point of TRANSFER.  [netex_part_1/part1_tacticalPlanning/netex_siteConnection_version.xsd at 272:97]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 1;
      Returns:
      This builder for chaining.
    • hasOperatorView

      public boolean hasOperatorView()
       Simplified view of OPERATOR. All data except the identifier will be derived through the relationship.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 573:67]
       
      .uk.org.netex.www.netex.OperatorViewType operator_view = 2;
      Specified by:
      hasOperatorView in interface DefaultConnectionEndStructureOrBuilder
      Returns:
      Whether the operatorView field is set.
    • getOperatorView

      public OperatorViewType getOperatorView()
       Simplified view of OPERATOR. All data except the identifier will be derived through the relationship.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 573:67]
       
      .uk.org.netex.www.netex.OperatorViewType operator_view = 2;
      Specified by:
      getOperatorView in interface DefaultConnectionEndStructureOrBuilder
      Returns:
      The operatorView.
    • setOperatorView

       Simplified view of OPERATOR. All data except the identifier will be derived through the relationship.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 573:67]
       
      .uk.org.netex.www.netex.OperatorViewType operator_view = 2;
    • setOperatorView

      public DefaultConnectionEndStructure.Builder setOperatorView(OperatorViewType.Builder builderForValue)
       Simplified view of OPERATOR. All data except the identifier will be derived through the relationship.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 573:67]
       
      .uk.org.netex.www.netex.OperatorViewType operator_view = 2;
    • mergeOperatorView

      public DefaultConnectionEndStructure.Builder mergeOperatorView(OperatorViewType value)
       Simplified view of OPERATOR. All data except the identifier will be derived through the relationship.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 573:67]
       
      .uk.org.netex.www.netex.OperatorViewType operator_view = 2;
    • clearOperatorView

      public DefaultConnectionEndStructure.Builder clearOperatorView()
       Simplified view of OPERATOR. All data except the identifier will be derived through the relationship.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 573:67]
       
      .uk.org.netex.www.netex.OperatorViewType operator_view = 2;
    • getOperatorViewBuilder

      public OperatorViewType.Builder getOperatorViewBuilder()
       Simplified view of OPERATOR. All data except the identifier will be derived through the relationship.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 573:67]
       
      .uk.org.netex.www.netex.OperatorViewType operator_view = 2;
    • getOperatorViewOrBuilder

      public OperatorViewTypeOrBuilder getOperatorViewOrBuilder()
       Simplified view of OPERATOR. All data except the identifier will be derived through the relationship.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 573:67]
       
      .uk.org.netex.www.netex.OperatorViewType operator_view = 2;
      Specified by:
      getOperatorViewOrBuilder in interface DefaultConnectionEndStructureOrBuilder