Class DataNameSpacesStructure

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
uk.org.siri.www.siri.DataNameSpacesStructure
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, DataNameSpacesStructureOrBuilder

@Generated public final class DataNameSpacesStructure extends com.google.protobuf.GeneratedMessage implements DataNameSpacesStructureOrBuilder
 Name spaces.  [siri/siri_common_services-v2.0.xsd at 285:50]
 
Protobuf type uk.org.siri.www.siri.DataNameSpacesStructure
See Also:
  • Field Details

    • STOP_POINT_NAME_SPACE_FIELD_NUMBER

      public static final int STOP_POINT_NAME_SPACE_FIELD_NUMBER
      See Also:
    • LINE_NAME_SPACE_FIELD_NUMBER

      public static final int LINE_NAME_SPACE_FIELD_NUMBER
      See Also:
    • PRODUCT_CATEGORY_NAME_SPACE_FIELD_NUMBER

      public static final int PRODUCT_CATEGORY_NAME_SPACE_FIELD_NUMBER
      See Also:
    • SERVICE_FEATURE_NAME_SPACE_FIELD_NUMBER

      public static final int SERVICE_FEATURE_NAME_SPACE_FIELD_NUMBER
      See Also:
    • VEHICLE_FEATURE_NAME_SPACE_FIELD_NUMBER

      public static final int VEHICLE_FEATURE_NAME_SPACE_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
    • getStopPointNameSpace

      public String getStopPointNameSpace()
       Name space for STOP POINTs.  [siri/siri_common_services-v2.0.xsd at 290:75]
       
      string stop_point_name_space = 1;
      Specified by:
      getStopPointNameSpace in interface DataNameSpacesStructureOrBuilder
      Returns:
      The stopPointNameSpace.
    • getStopPointNameSpaceBytes

      public com.google.protobuf.ByteString getStopPointNameSpaceBytes()
       Name space for STOP POINTs.  [siri/siri_common_services-v2.0.xsd at 290:75]
       
      string stop_point_name_space = 1;
      Specified by:
      getStopPointNameSpaceBytes in interface DataNameSpacesStructureOrBuilder
      Returns:
      The bytes for stopPointNameSpace.
    • getLineNameSpace

      public String getLineNameSpace()
       Name space for LINE names and DIRECTIONss.  [siri/siri_common_services-v2.0.xsd at 295:70]
       
      string line_name_space = 2;
      Specified by:
      getLineNameSpace in interface DataNameSpacesStructureOrBuilder
      Returns:
      The lineNameSpace.
    • getLineNameSpaceBytes

      public com.google.protobuf.ByteString getLineNameSpaceBytes()
       Name space for LINE names and DIRECTIONss.  [siri/siri_common_services-v2.0.xsd at 295:70]
       
      string line_name_space = 2;
      Specified by:
      getLineNameSpaceBytes in interface DataNameSpacesStructureOrBuilder
      Returns:
      The bytes for lineNameSpace.
    • getProductCategoryNameSpace

      public String getProductCategoryNameSpace()
       Name space for Product Categories.  [siri/siri_common_services-v2.0.xsd at 300:81]
       
      string product_category_name_space = 3;
      Specified by:
      getProductCategoryNameSpace in interface DataNameSpacesStructureOrBuilder
      Returns:
      The productCategoryNameSpace.
    • getProductCategoryNameSpaceBytes

      public com.google.protobuf.ByteString getProductCategoryNameSpaceBytes()
       Name space for Product Categories.  [siri/siri_common_services-v2.0.xsd at 300:81]
       
      string product_category_name_space = 3;
      Specified by:
      getProductCategoryNameSpaceBytes in interface DataNameSpacesStructureOrBuilder
      Returns:
      The bytes for productCategoryNameSpace.
    • getServiceFeatureNameSpace

      public String getServiceFeatureNameSpace()
       Name space for service features.  [siri/siri_common_services-v2.0.xsd at 305:80]
       
      string service_feature_name_space = 4;
      Specified by:
      getServiceFeatureNameSpace in interface DataNameSpacesStructureOrBuilder
      Returns:
      The serviceFeatureNameSpace.
    • getServiceFeatureNameSpaceBytes

      public com.google.protobuf.ByteString getServiceFeatureNameSpaceBytes()
       Name space for service features.  [siri/siri_common_services-v2.0.xsd at 305:80]
       
      string service_feature_name_space = 4;
      Specified by:
      getServiceFeatureNameSpaceBytes in interface DataNameSpacesStructureOrBuilder
      Returns:
      The bytes for serviceFeatureNameSpace.
    • getVehicleFeatureNameSpace

      public String getVehicleFeatureNameSpace()
       Name space for VEHICLE features.  [siri/siri_common_services-v2.0.xsd at 310:80]
       
      string vehicle_feature_name_space = 5;
      Specified by:
      getVehicleFeatureNameSpace in interface DataNameSpacesStructureOrBuilder
      Returns:
      The vehicleFeatureNameSpace.
    • getVehicleFeatureNameSpaceBytes

      public com.google.protobuf.ByteString getVehicleFeatureNameSpaceBytes()
       Name space for VEHICLE features.  [siri/siri_common_services-v2.0.xsd at 310:80]
       
      string vehicle_feature_name_space = 5;
      Specified by:
      getVehicleFeatureNameSpaceBytes in interface DataNameSpacesStructureOrBuilder
      Returns:
      The bytes for vehicleFeatureNameSpace.
    • 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 DataNameSpacesStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static DataNameSpacesStructure.Builder newBuilder()
    • newBuilder

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

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

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

      public static DataNameSpacesStructure getDefaultInstance()
    • parser

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

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