Uses of Class
uk.org.siri.www.siri.CheckStatusResponseStructure.ErrorConditionType.Builder
Packages that use CheckStatusResponseStructure.ErrorConditionType.Builder
-
Uses of CheckStatusResponseStructure.ErrorConditionType.Builder in uk.org.siri.www.siri
Methods in uk.org.siri.www.siri that return CheckStatusResponseStructure.ErrorConditionType.BuilderModifier and TypeMethodDescriptionCheckStatusResponseStructure.ErrorConditionType.Builder.clear()CheckStatusResponseStructure.ErrorConditionType.Builder.clearDescription()Text description of error.CheckStatusResponseStructure.ErrorConditionType.Builder.clearOtherError()Error: Error type other than the well defined codes.CheckStatusResponseStructure.ErrorConditionType.Builder.clearServiceNotAvailableError()Error: Functional service is not available to use (but it is still capable of giving this response).CheckStatusResponseStructure.Builder.getErrorConditionBuilder()Description of any error or warning condition that applies to the status check.CheckStatusResponseStructure.ErrorConditionType.Builder.mergeDescription(ErrorDescriptionStructure value) Text description of error.CheckStatusResponseStructure.ErrorConditionType.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CheckStatusResponseStructure.ErrorConditionType.Builder.mergeFrom(com.google.protobuf.Message other) CheckStatusResponseStructure.ErrorConditionType.Builder.mergeFrom(CheckStatusResponseStructure.ErrorConditionType other) CheckStatusResponseStructure.ErrorConditionType.Builder.mergeOtherError(OtherErrorStructure value) Error: Error type other than the well defined codes.CheckStatusResponseStructure.ErrorConditionType.Builder.mergeServiceNotAvailableError(ServiceNotAvailableErrorStructure value) Error: Functional service is not available to use (but it is still capable of giving this response).CheckStatusResponseStructure.ErrorConditionType.newBuilder()CheckStatusResponseStructure.ErrorConditionType.newBuilder(CheckStatusResponseStructure.ErrorConditionType prototype) CheckStatusResponseStructure.ErrorConditionType.newBuilderForType()CheckStatusResponseStructure.ErrorConditionType.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) CheckStatusResponseStructure.ErrorConditionType.Builder.setDescription(ErrorDescriptionStructure value) Text description of error.CheckStatusResponseStructure.ErrorConditionType.Builder.setDescription(ErrorDescriptionStructure.Builder builderForValue) Text description of error.CheckStatusResponseStructure.ErrorConditionType.Builder.setOtherError(OtherErrorStructure value) Error: Error type other than the well defined codes.CheckStatusResponseStructure.ErrorConditionType.Builder.setOtherError(OtherErrorStructure.Builder builderForValue) Error: Error type other than the well defined codes.CheckStatusResponseStructure.ErrorConditionType.Builder.setServiceNotAvailableError(ServiceNotAvailableErrorStructure value) Error: Functional service is not available to use (but it is still capable of giving this response).CheckStatusResponseStructure.ErrorConditionType.Builder.setServiceNotAvailableError(ServiceNotAvailableErrorStructure.Builder builderForValue) Error: Functional service is not available to use (but it is still capable of giving this response).CheckStatusResponseStructure.ErrorConditionType.toBuilder()Methods in uk.org.siri.www.siri with parameters of type CheckStatusResponseStructure.ErrorConditionType.BuilderModifier and TypeMethodDescriptionCheckStatusResponseStructure.Builder.setErrorCondition(CheckStatusResponseStructure.ErrorConditionType.Builder builderForValue) Description of any error or warning condition that applies to the status check.