Uses of Class
uk.org.siri.www.siri.DataReceivedResponseStructure.ErrorConditionType.Builder
Packages that use DataReceivedResponseStructure.ErrorConditionType.Builder
-
Uses of DataReceivedResponseStructure.ErrorConditionType.Builder in uk.org.siri.www.siri
Methods in uk.org.siri.www.siri that return DataReceivedResponseStructure.ErrorConditionType.BuilderModifier and TypeMethodDescriptionDataReceivedResponseStructure.ErrorConditionType.Builder.clear()DataReceivedResponseStructure.ErrorConditionType.Builder.clearDescription()Text description of error.DataReceivedResponseStructure.ErrorConditionType.Builder.clearOtherError()Error: Error type other than the well defined codes.DataReceivedResponseStructure.ErrorConditionType.Builder.clearUnknownSubscriptionError()Error: Subscription not found.DataReceivedResponseStructure.Builder.getErrorConditionBuilder()Description of any error or warning condition.DataReceivedResponseStructure.ErrorConditionType.Builder.mergeDescription(ErrorDescriptionStructure value) Text description of error.DataReceivedResponseStructure.ErrorConditionType.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DataReceivedResponseStructure.ErrorConditionType.Builder.mergeFrom(com.google.protobuf.Message other) DataReceivedResponseStructure.ErrorConditionType.Builder.mergeFrom(DataReceivedResponseStructure.ErrorConditionType other) DataReceivedResponseStructure.ErrorConditionType.Builder.mergeOtherError(OtherErrorStructure value) Error: Error type other than the well defined codes.DataReceivedResponseStructure.ErrorConditionType.Builder.mergeUnknownSubscriptionError(UnknownSubscriptionErrorStructure value) Error: Subscription not found.DataReceivedResponseStructure.ErrorConditionType.newBuilder()DataReceivedResponseStructure.ErrorConditionType.newBuilder(DataReceivedResponseStructure.ErrorConditionType prototype) DataReceivedResponseStructure.ErrorConditionType.newBuilderForType()DataReceivedResponseStructure.ErrorConditionType.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) DataReceivedResponseStructure.ErrorConditionType.Builder.setDescription(ErrorDescriptionStructure value) Text description of error.DataReceivedResponseStructure.ErrorConditionType.Builder.setDescription(ErrorDescriptionStructure.Builder builderForValue) Text description of error.DataReceivedResponseStructure.ErrorConditionType.Builder.setOtherError(OtherErrorStructure value) Error: Error type other than the well defined codes.DataReceivedResponseStructure.ErrorConditionType.Builder.setOtherError(OtherErrorStructure.Builder builderForValue) Error: Error type other than the well defined codes.DataReceivedResponseStructure.ErrorConditionType.Builder.setUnknownSubscriptionError(UnknownSubscriptionErrorStructure value) Error: Subscription not found.DataReceivedResponseStructure.ErrorConditionType.Builder.setUnknownSubscriptionError(UnknownSubscriptionErrorStructure.Builder builderForValue) Error: Subscription not found.DataReceivedResponseStructure.ErrorConditionType.toBuilder()Methods in uk.org.siri.www.siri with parameters of type DataReceivedResponseStructure.ErrorConditionType.BuilderModifier and TypeMethodDescriptionDataReceivedResponseStructure.Builder.setErrorCondition(DataReceivedResponseStructure.ErrorConditionType.Builder builderForValue) Description of any error or warning condition.