Package uk.org.siri.www.siri
Interface DataNameSpacesStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataNameSpacesStructure,DataNameSpacesStructure.Builder
@Generated
public interface DataNameSpacesStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionName space for LINE names and DIRECTIONss.com.google.protobuf.ByteStringName space for LINE names and DIRECTIONss.Name space for Product Categories.com.google.protobuf.ByteStringName space for Product Categories.Name space for service features.com.google.protobuf.ByteStringName space for service features.Name space for STOP POINTs.com.google.protobuf.ByteStringName space for STOP POINTs.Name space for VEHICLE features.com.google.protobuf.ByteStringName space for VEHICLE features.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getStopPointNameSpace
String getStopPointNameSpace()Name space for STOP POINTs. [siri/siri_common_services-v2.0.xsd at 290:75]
string stop_point_name_space = 1;- Returns:
- The stopPointNameSpace.
-
getStopPointNameSpaceBytes
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;- Returns:
- The bytes for stopPointNameSpace.
-
getLineNameSpace
String getLineNameSpace()Name space for LINE names and DIRECTIONss. [siri/siri_common_services-v2.0.xsd at 295:70]
string line_name_space = 2;- Returns:
- The lineNameSpace.
-
getLineNameSpaceBytes
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;- Returns:
- The bytes for lineNameSpace.
-
getProductCategoryNameSpace
String getProductCategoryNameSpace()Name space for Product Categories. [siri/siri_common_services-v2.0.xsd at 300:81]
string product_category_name_space = 3;- Returns:
- The productCategoryNameSpace.
-
getProductCategoryNameSpaceBytes
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;- Returns:
- The bytes for productCategoryNameSpace.
-
getServiceFeatureNameSpace
String getServiceFeatureNameSpace()Name space for service features. [siri/siri_common_services-v2.0.xsd at 305:80]
string service_feature_name_space = 4;- Returns:
- The serviceFeatureNameSpace.
-
getServiceFeatureNameSpaceBytes
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;- Returns:
- The bytes for serviceFeatureNameSpace.
-
getVehicleFeatureNameSpace
String getVehicleFeatureNameSpace()Name space for VEHICLE features. [siri/siri_common_services-v2.0.xsd at 310:80]
string vehicle_feature_name_space = 5;- Returns:
- The vehicleFeatureNameSpace.
-
getVehicleFeatureNameSpaceBytes
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;- Returns:
- The bytes for vehicleFeatureNameSpace.
-