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