Interface ServiceDeliveryType.ErrorConditionTypeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ServiceDeliveryType.ErrorConditionType, ServiceDeliveryType.ErrorConditionType.Builder
Enclosing class:
ServiceDeliveryType

public static interface ServiceDeliveryType.ErrorConditionTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasCapabilityNotSupportedError

      boolean hasCapabilityNotSupportedError()
       Error: Service does not support the requested capability.  [siri/siri_request_errorConditions-v2.0.xsd at 381:124]
       
      .uk.org.siri.www.siri.CapabilityNotSupportedErrorStructure capability_not_supported_error = 1;
      Returns:
      Whether the capabilityNotSupportedError field is set.
    • getCapabilityNotSupportedError

      CapabilityNotSupportedErrorStructure getCapabilityNotSupportedError()
       Error: Service does not support the requested capability.  [siri/siri_request_errorConditions-v2.0.xsd at 381:124]
       
      .uk.org.siri.www.siri.CapabilityNotSupportedErrorStructure capability_not_supported_error = 1;
      Returns:
      The capabilityNotSupportedError.
    • getCapabilityNotSupportedErrorOrBuilder

      CapabilityNotSupportedErrorStructureOrBuilder getCapabilityNotSupportedErrorOrBuilder()
       Error: Service does not support the requested capability.  [siri/siri_request_errorConditions-v2.0.xsd at 381:124]
       
      .uk.org.siri.www.siri.CapabilityNotSupportedErrorStructure capability_not_supported_error = 1;
    • hasOtherError

      boolean hasOtherError()
       Error: Error type other than the well defined codes.  [siri/siri_request_errorConditions-v2.0.xsd at 573:90]
       
      .uk.org.siri.www.siri.OtherErrorStructure other_error = 2;
      Returns:
      Whether the otherError field is set.
    • getOtherError

      OtherErrorStructure getOtherError()
       Error: Error type other than the well defined codes.  [siri/siri_request_errorConditions-v2.0.xsd at 573:90]
       
      .uk.org.siri.www.siri.OtherErrorStructure other_error = 2;
      Returns:
      The otherError.
    • getOtherErrorOrBuilder

      OtherErrorStructureOrBuilder getOtherErrorOrBuilder()
       Error: Error type other than the well defined codes.  [siri/siri_request_errorConditions-v2.0.xsd at 573:90]
       
      .uk.org.siri.www.siri.OtherErrorStructure other_error = 2;
    • hasDescription

      boolean hasDescription()
       Text description of error.  [siri/siri_requests-v2.0.xsd at 379:86]
       
      .uk.org.siri.www.siri.ErrorDescriptionStructure description = 11;
      Returns:
      Whether the description field is set.
    • getDescription

      ErrorDescriptionStructure getDescription()
       Text description of error.  [siri/siri_requests-v2.0.xsd at 379:86]
       
      .uk.org.siri.www.siri.ErrorDescriptionStructure description = 11;
      Returns:
      The description.
    • getDescriptionOrBuilder

      ErrorDescriptionStructureOrBuilder getDescriptionOrBuilder()
       Text description of error.  [siri/siri_requests-v2.0.xsd at 379:86]
       
      .uk.org.siri.www.siri.ErrorDescriptionStructure description = 11;