Uses of Class
uk.org.siri.www.siri.ServiceDeliveryType.ErrorConditionType.Builder
Packages that use ServiceDeliveryType.ErrorConditionType.Builder
-
Uses of ServiceDeliveryType.ErrorConditionType.Builder in uk.org.siri.www.siri
Methods in uk.org.siri.www.siri that return ServiceDeliveryType.ErrorConditionType.BuilderModifier and TypeMethodDescriptionServiceDeliveryType.ErrorConditionType.Builder.clear()ServiceDeliveryType.ErrorConditionType.Builder.clearCapabilityNotSupportedError()Error: Service does not support the requested capability.ServiceDeliveryType.ErrorConditionType.Builder.clearDescription()Text description of error.ServiceDeliveryType.ErrorConditionType.Builder.clearOtherError()Error: Error type other than the well defined codes.ServiceDeliveryType.Builder.getErrorConditionBuilder()Description of any error or warning conditions that appluy to the overall request.ServiceDeliveryType.ErrorConditionType.Builder.mergeCapabilityNotSupportedError(CapabilityNotSupportedErrorStructure value) Error: Service does not support the requested capability.ServiceDeliveryType.ErrorConditionType.Builder.mergeDescription(ErrorDescriptionStructure value) Text description of error.ServiceDeliveryType.ErrorConditionType.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ServiceDeliveryType.ErrorConditionType.Builder.mergeFrom(com.google.protobuf.Message other) ServiceDeliveryType.ErrorConditionType.Builder.mergeFrom(ServiceDeliveryType.ErrorConditionType other) ServiceDeliveryType.ErrorConditionType.Builder.mergeOtherError(OtherErrorStructure value) Error: Error type other than the well defined codes.ServiceDeliveryType.ErrorConditionType.newBuilder()ServiceDeliveryType.ErrorConditionType.newBuilder(ServiceDeliveryType.ErrorConditionType prototype) ServiceDeliveryType.ErrorConditionType.newBuilderForType()ServiceDeliveryType.ErrorConditionType.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ServiceDeliveryType.ErrorConditionType.Builder.setCapabilityNotSupportedError(CapabilityNotSupportedErrorStructure value) Error: Service does not support the requested capability.ServiceDeliveryType.ErrorConditionType.Builder.setCapabilityNotSupportedError(CapabilityNotSupportedErrorStructure.Builder builderForValue) Error: Service does not support the requested capability.ServiceDeliveryType.ErrorConditionType.Builder.setDescription(ErrorDescriptionStructure value) Text description of error.ServiceDeliveryType.ErrorConditionType.Builder.setDescription(ErrorDescriptionStructure.Builder builderForValue) Text description of error.ServiceDeliveryType.ErrorConditionType.Builder.setOtherError(OtherErrorStructure value) Error: Error type other than the well defined codes.ServiceDeliveryType.ErrorConditionType.Builder.setOtherError(OtherErrorStructure.Builder builderForValue) Error: Error type other than the well defined codes.ServiceDeliveryType.ErrorConditionType.toBuilder()Methods in uk.org.siri.www.siri with parameters of type ServiceDeliveryType.ErrorConditionType.BuilderModifier and TypeMethodDescriptionServiceDeliveryType.Builder.setErrorCondition(ServiceDeliveryType.ErrorConditionType.Builder builderForValue) Description of any error or warning conditions that appluy to the overall request.