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