Class NetworkViewType

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

@Generated public final class NetworkViewType extends com.google.protobuf.GeneratedMessage 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
See Also:
  • Field Details

  • 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 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.
    • 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.
    • 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 205: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 205:96]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure network_ref = 41;
      Specified by:
      getNetworkRef in interface NetworkViewTypeOrBuilder
      Returns:
      The networkRef.
    • getNetworkRefOrBuilder

      public GroupOfEntitiesRefStructureOrBuilder getNetworkRefOrBuilder()
       Reference to a NETWORK.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 205: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.
    • 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.
    • 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.
    • 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 NetworkViewType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static NetworkViewType.Builder newBuilder()
    • newBuilder

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

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

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

      public static NetworkViewType getDefaultInstance()
    • parser

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

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