Package uk.org.netex.www.netex
Interface DataObjectServiceCapabilitiesStructure.RequestPolicyTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataObjectServiceCapabilitiesStructure.RequestPolicyType,DataObjectServiceCapabilitiesStructure.RequestPolicyType.Builder
- Enclosing class:
DataObjectServiceCapabilitiesStructure
public static interface DataObjectServiceCapabilitiesStructure.RequestPolicyTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionName of GML Coordinate format used for Geospatial points in responses.com.google.protobuf.ByteStringName of GML Coordinate format used for Geospatial points in responses.getNationalLanguage(int index) National languages supported by service.com.google.protobuf.ByteStringgetNationalLanguageBytes(int index) National languages supported by service.intNational languages supported by service.National languages supported by service.booleanWhether producer can provide multiple translations of NL text elements +SIRI 2.0 [siri/siri_requests-v2.0.xsd at 983:70]Geospatial coordinates are given as Wgs 84 Latiude and longitude, decimial degrees of arc.intGeospatial coordinates are given as Wgs 84 Latiude and longitude, decimial degrees of arc.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
-
getNationalLanguageList
National languages supported by service. [siri/siri_requests-v2.0.xsd at 978:83]
repeated string national_language = 1;- Returns:
- A list containing the nationalLanguage.
-
getNationalLanguageCount
int getNationalLanguageCount()National languages supported by service. [siri/siri_requests-v2.0.xsd at 978:83]
repeated string national_language = 1;- Returns:
- The count of nationalLanguage.
-
getNationalLanguage
National languages supported by service. [siri/siri_requests-v2.0.xsd at 978:83]
repeated string national_language = 1;- Parameters:
index- The index of the element to return.- Returns:
- The nationalLanguage at the given index.
-
getNationalLanguageBytes
com.google.protobuf.ByteString getNationalLanguageBytes(int index) National languages supported by service. [siri/siri_requests-v2.0.xsd at 978:83]
repeated string national_language = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the nationalLanguage at the given index.
-
getTranslations
boolean getTranslations()Whether producer can provide multiple translations of NL text elements +SIRI 2.0 [siri/siri_requests-v2.0.xsd at 983:70]
bool translations = 2;- Returns:
- The translations.
-
getGmlCoordinateFormat
String getGmlCoordinateFormat()Name of GML Coordinate format used for Geospatial points in responses. [siri/siri_requests-v2.0.xsd at 992:64]
string gml_coordinate_format = 3;- Returns:
- The gmlCoordinateFormat.
-
getGmlCoordinateFormatBytes
com.google.protobuf.ByteString getGmlCoordinateFormatBytes()Name of GML Coordinate format used for Geospatial points in responses. [siri/siri_requests-v2.0.xsd at 992:64]
string gml_coordinate_format = 3;- Returns:
- The bytes for gmlCoordinateFormat.
-
getWgsDecimalDegreesValue
int getWgsDecimalDegreesValue()Geospatial coordinates are given as Wgs 84 Latiude and longitude, decimial degrees of arc. [siri/siri_requests-v2.0.xsd at 997:60]
.uk.org.siri.www.siri.EmptyType wgs_decimal_degrees = 4;- Returns:
- The enum numeric value on the wire for wgsDecimalDegrees.
-
getWgsDecimalDegrees
EmptyType getWgsDecimalDegrees()Geospatial coordinates are given as Wgs 84 Latiude and longitude, decimial degrees of arc. [siri/siri_requests-v2.0.xsd at 997:60]
.uk.org.siri.www.siri.EmptyType wgs_decimal_degrees = 4;- Returns:
- The wgsDecimalDegrees.
-