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