Package uk.org.siri.www.siri
Interface ServiceDeliveryBodyStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServiceDeliveryBodyStructure,ServiceDeliveryBodyStructure.Builder
@Generated
public interface ServiceDeliveryBodyStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAbstractFunctionalServiceDelivery(int index) Subsititutable type for a SIRI Functional Service Deivery.intSubsititutable type for a SIRI Functional Service Deivery.Subsititutable type for a SIRI Functional Service Deivery.Subsititutable type for a SIRI Functional Service Deivery.Subsititutable type for a SIRI Functional Service Deivery.Description of any error or warning conditions that appluy to the overall request.Description of any error or warning conditions that appluy to the overall request.booleanWhether there is a further delvery message with more current updates that follows this one.Default gml coordinate format for eny location elements in response; applies if Coordinates element is used to specify points.com.google.protobuf.ByteStringDefault gml coordinate format for eny location elements in response; applies if Coordinates element is used to specify points.booleanWhether the complerte request could be processed successfully or not.booleanDescription of any error or warning conditions that appluy to the overall request.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
-
getSrsName
String getSrsName()Default gml coordinate format for eny location elements in response; applies if Coordinates element is used to specify points. May be overridden on individual points. [siri/siri_base-v2.0.xsd at 233:52]
string srs_name = 1 [(.buf.validate.field) = { ... }- Returns:
- The srsName.
-
getSrsNameBytes
com.google.protobuf.ByteString getSrsNameBytes()Default gml coordinate format for eny location elements in response; applies if Coordinates element is used to specify points. May be overridden on individual points. [siri/siri_base-v2.0.xsd at 233:52]
string srs_name = 1 [(.buf.validate.field) = { ... }- Returns:
- The bytes for srsName.
-
getStatus
boolean getStatus()Whether the complerte request could be processed successfully or not. Default is 'true'. If any of the individual requests within the delivery failed, should be set to ' false'. [siri/siri_requests-v2.0.xsd at 364:79]
bool status = 2;- Returns:
- The status.
-
hasErrorCondition
boolean hasErrorCondition()Description of any error or warning conditions that appluy to the overall request. More Specific error conditions should be included on each request that fails. [siri/siri_requests-v2.0.xsd at 369:53]
.uk.org.siri.www.siri.ServiceDeliveryBodyStructure.ErrorConditionType error_condition = 3;- Returns:
- Whether the errorCondition field is set.
-
getErrorCondition
ServiceDeliveryBodyStructure.ErrorConditionType getErrorCondition()Description of any error or warning conditions that appluy to the overall request. More Specific error conditions should be included on each request that fails. [siri/siri_requests-v2.0.xsd at 369:53]
.uk.org.siri.www.siri.ServiceDeliveryBodyStructure.ErrorConditionType error_condition = 3;- Returns:
- The errorCondition.
-
getErrorConditionOrBuilder
ServiceDeliveryBodyStructure.ErrorConditionTypeOrBuilder getErrorConditionOrBuilder()Description of any error or warning conditions that appluy to the overall request. More Specific error conditions should be included on each request that fails. [siri/siri_requests-v2.0.xsd at 369:53]
.uk.org.siri.www.siri.ServiceDeliveryBodyStructure.ErrorConditionType error_condition = 3; -
getMoreData
boolean getMoreData()Whether there is a further delvery message with more current updates that follows this one. Default is 'false'. [siri/siri_base-v2.0.xsd at 245:82]
bool more_data = 11;- Returns:
- The moreData.
-
getAbstractFunctionalServiceDeliveryList
List<ChoiceWrapper_AbstractServiceDeliveryStructure> getAbstractFunctionalServiceDeliveryList()Subsititutable type for a SIRI Functional Service Deivery. [siri/siri_requests-v2.0.xsd at 434:149]
repeated .uk.org.siri.www.siri.ChoiceWrapper_AbstractServiceDeliveryStructure abstract_functional_service_delivery = 12; -
getAbstractFunctionalServiceDelivery
Subsititutable type for a SIRI Functional Service Deivery. [siri/siri_requests-v2.0.xsd at 434:149]
repeated .uk.org.siri.www.siri.ChoiceWrapper_AbstractServiceDeliveryStructure abstract_functional_service_delivery = 12; -
getAbstractFunctionalServiceDeliveryCount
int getAbstractFunctionalServiceDeliveryCount()Subsititutable type for a SIRI Functional Service Deivery. [siri/siri_requests-v2.0.xsd at 434:149]
repeated .uk.org.siri.www.siri.ChoiceWrapper_AbstractServiceDeliveryStructure abstract_functional_service_delivery = 12; -
getAbstractFunctionalServiceDeliveryOrBuilderList
List<? extends ChoiceWrapper_AbstractServiceDeliveryStructureOrBuilder> getAbstractFunctionalServiceDeliveryOrBuilderList()Subsititutable type for a SIRI Functional Service Deivery. [siri/siri_requests-v2.0.xsd at 434:149]
repeated .uk.org.siri.www.siri.ChoiceWrapper_AbstractServiceDeliveryStructure abstract_functional_service_delivery = 12; -
getAbstractFunctionalServiceDeliveryOrBuilder
ChoiceWrapper_AbstractServiceDeliveryStructureOrBuilder getAbstractFunctionalServiceDeliveryOrBuilder(int index) Subsititutable type for a SIRI Functional Service Deivery. [siri/siri_requests-v2.0.xsd at 434:149]
repeated .uk.org.siri.www.siri.ChoiceWrapper_AbstractServiceDeliveryStructure abstract_functional_service_delivery = 12;
-