Class NetworkViewType.Builder

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

public static final class NetworkViewType.Builder extends com.google.protobuf.GeneratedMessage.Builder<NetworkViewType.Builder> implements NetworkViewTypeOrBuilder
 Simplified view of a NETWORK.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 986:83]
 
Protobuf type uk.org.netex.www.netex.NetworkViewType
  • 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<NetworkViewType.Builder>
    • clear

      public NetworkViewType.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<NetworkViewType.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<NetworkViewType.Builder>
    • getDefaultInstanceForType

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

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

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

      public NetworkViewType.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<NetworkViewType.Builder>
    • mergeFrom

      public NetworkViewType.Builder mergeFrom(NetworkViewType other)
    • isInitialized

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

      public NetworkViewType.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<NetworkViewType.Builder>
      Throws:
      IOException
    • 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 NetworkViewTypeOrBuilder
      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 NetworkViewTypeOrBuilder
      Returns:
      The bytes for id.
    • setId

      public NetworkViewType.Builder setId(String value)
       Identifier of Object of which this is a view.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 136:48]
       
      string id = 1;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      public NetworkViewType.Builder clearId()
       Identifier of Object of which this is a view.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 136:48]
       
      string id = 1;
      Returns:
      This builder for chaining.
    • setIdBytes

      public NetworkViewType.Builder setIdBytes(com.google.protobuf.ByteString value)
       Identifier of Object of which this is a view.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 136:48]
       
      string id = 1;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • 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 NetworkViewTypeOrBuilder
      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 NetworkViewTypeOrBuilder
      Returns:
      The brandingRef.
    • setBrandingRef

       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 2;
    • setBrandingRef

      public NetworkViewType.Builder setBrandingRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 2;
    • mergeBrandingRef

      public NetworkViewType.Builder mergeBrandingRef(VersionOfObjectRefStructure value)
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 2;
    • clearBrandingRef

      public NetworkViewType.Builder clearBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 2;
    • getBrandingRefBuilder

      public VersionOfObjectRefStructure.Builder getBrandingRefBuilder()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 2;
    • 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 NetworkViewTypeOrBuilder
    • hasNetworkRef

      public boolean hasNetworkRef()
       Reference to a NETWORK.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 196:96]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure network_ref = 41;
      Specified by:
      hasNetworkRef in interface NetworkViewTypeOrBuilder
      Returns:
      Whether the networkRef field is set.
    • getNetworkRef

      public GroupOfEntitiesRefStructure getNetworkRef()
       Reference to a NETWORK.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 196:96]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure network_ref = 41;
      Specified by:
      getNetworkRef in interface NetworkViewTypeOrBuilder
      Returns:
      The networkRef.
    • setNetworkRef

       Reference to a NETWORK.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 196:96]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure network_ref = 41;
    • setNetworkRef

      public NetworkViewType.Builder setNetworkRef(GroupOfEntitiesRefStructure.Builder builderForValue)
       Reference to a NETWORK.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 196:96]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure network_ref = 41;
    • mergeNetworkRef

      public NetworkViewType.Builder mergeNetworkRef(GroupOfEntitiesRefStructure value)
       Reference to a NETWORK.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 196:96]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure network_ref = 41;
    • clearNetworkRef

      public NetworkViewType.Builder clearNetworkRef()
       Reference to a NETWORK.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 196:96]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure network_ref = 41;
    • getNetworkRefBuilder

      public GroupOfEntitiesRefStructure.Builder getNetworkRefBuilder()
       Reference to a NETWORK.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 196:96]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure network_ref = 41;
    • getNetworkRefOrBuilder

      public GroupOfEntitiesRefStructureOrBuilder getNetworkRefOrBuilder()
       Reference to a NETWORK.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 196:96]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure network_ref = 41;
      Specified by:
      getNetworkRefOrBuilder in interface NetworkViewTypeOrBuilder
    • hasName

      public boolean hasName()
       Name of NETWORK.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1004:71]
       
      .uk.org.netex.www.netex.MultilingualString name = 42;
      Specified by:
      hasName in interface NetworkViewTypeOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of NETWORK.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1004:71]
       
      .uk.org.netex.www.netex.MultilingualString name = 42;
      Specified by:
      getName in interface NetworkViewTypeOrBuilder
      Returns:
      The name.
    • setName

       Name of NETWORK.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1004:71]
       
      .uk.org.netex.www.netex.MultilingualString name = 42;
    • setName

      public NetworkViewType.Builder setName(MultilingualString.Builder builderForValue)
       Name of NETWORK.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1004:71]
       
      .uk.org.netex.www.netex.MultilingualString name = 42;
    • mergeName

      public NetworkViewType.Builder mergeName(MultilingualString value)
       Name of NETWORK.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1004:71]
       
      .uk.org.netex.www.netex.MultilingualString name = 42;
    • clearName

      public NetworkViewType.Builder clearName()
       Name of NETWORK.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1004:71]
       
      .uk.org.netex.www.netex.MultilingualString name = 42;
    • getNameBuilder

      public MultilingualString.Builder getNameBuilder()
       Name of NETWORK.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1004:71]
       
      .uk.org.netex.www.netex.MultilingualString name = 42;
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of NETWORK.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1004:71]
       
      .uk.org.netex.www.netex.MultilingualString name = 42;
      Specified by:
      getNameOrBuilder in interface NetworkViewTypeOrBuilder
    • getTransportModeValue

      public int getTransportModeValue()
       TRANSPORT MODE of NETWORK.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1009:99]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 43;
      Specified by:
      getTransportModeValue in interface NetworkViewTypeOrBuilder
      Returns:
      The enum numeric value on the wire for transportMode.
    • setTransportModeValue

      public NetworkViewType.Builder setTransportModeValue(int value)
       TRANSPORT MODE of NETWORK.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1009:99]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 43;
      Parameters:
      value - The enum numeric value on the wire for transportMode to set.
      Returns:
      This builder for chaining.
    • getTransportMode

      public AllVehicleModesOfTransportEnumeration getTransportMode()
       TRANSPORT MODE of NETWORK.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1009:99]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 43;
      Specified by:
      getTransportMode in interface NetworkViewTypeOrBuilder
      Returns:
      The transportMode.
    • setTransportMode

       TRANSPORT MODE of NETWORK.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1009:99]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 43;
      Parameters:
      value - The transportMode to set.
      Returns:
      This builder for chaining.
    • clearTransportMode

      public NetworkViewType.Builder clearTransportMode()
       TRANSPORT MODE of NETWORK.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1009:99]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 43;
      Returns:
      This builder for chaining.