Uses of Class
uk.org.siri.www.siri.DataReceivedResponseStructure.Builder
Packages that use DataReceivedResponseStructure.Builder
-
Uses of DataReceivedResponseStructure.Builder in uk.org.siri.www.siri
Methods in uk.org.siri.www.siri that return DataReceivedResponseStructure.BuilderModifier and TypeMethodDescriptionDataReceivedResponseStructure.Builder.clear()DataReceivedResponseStructure.Builder.clearConsumerRef()Unique identifier of Consumer - a Participant reference.DataReceivedResponseStructure.Builder.clearDelegatorAddress()Address of original Consumer, i.e. requesting system to which delegating response is to be returned.DataReceivedResponseStructure.Builder.clearDelegatorRef()Identifier of delegating system that originated message.DataReceivedResponseStructure.Builder.clearErrorCondition()Description of any error or warning condition.DataReceivedResponseStructure.Builder.clearRequestMessageRef()Reference to an arbitrary unique idenitifer associated with the request which gave rise to this response.DataReceivedResponseStructure.Builder.clearResponseTimestamp()Time individual response element was created.DataReceivedResponseStructure.Builder.clearStatus()Whether the request was processed successfully or not.SiriSchema.Builder.getDataReceivedAcknowledgementBuilder()Response from Consumer to Producer to acknowledge that data hase been received.DataReceivedResponseStructure.Builder.mergeConsumerRef(ParticipantRefStructure value) Unique identifier of Consumer - a Participant reference.DataReceivedResponseStructure.Builder.mergeDelegatorRef(ParticipantRefStructure value) Identifier of delegating system that originated message.DataReceivedResponseStructure.Builder.mergeErrorCondition(DataReceivedResponseStructure.ErrorConditionType value) Description of any error or warning condition.DataReceivedResponseStructure.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DataReceivedResponseStructure.Builder.mergeFrom(com.google.protobuf.Message other) DataReceivedResponseStructure.Builder.mergeFrom(DataReceivedResponseStructure other) DataReceivedResponseStructure.Builder.mergeRequestMessageRef(MessageRefStructure value) Reference to an arbitrary unique idenitifer associated with the request which gave rise to this response.DataReceivedResponseStructure.Builder.mergeResponseTimestamp(com.google.protobuf.Timestamp value) Time individual response element was created.DataReceivedResponseStructure.newBuilder()DataReceivedResponseStructure.newBuilder(DataReceivedResponseStructure prototype) DataReceivedResponseStructure.newBuilderForType()protected DataReceivedResponseStructure.BuilderDataReceivedResponseStructure.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) DataReceivedResponseStructure.Builder.setConsumerRef(ParticipantRefStructure value) Unique identifier of Consumer - a Participant reference.DataReceivedResponseStructure.Builder.setConsumerRef(ParticipantRefStructure.Builder builderForValue) Unique identifier of Consumer - a Participant reference.DataReceivedResponseStructure.Builder.setDelegatorAddress(String value) Address of original Consumer, i.e. requesting system to which delegating response is to be returned.DataReceivedResponseStructure.Builder.setDelegatorAddressBytes(com.google.protobuf.ByteString value) Address of original Consumer, i.e. requesting system to which delegating response is to be returned.DataReceivedResponseStructure.Builder.setDelegatorRef(ParticipantRefStructure value) Identifier of delegating system that originated message.DataReceivedResponseStructure.Builder.setDelegatorRef(ParticipantRefStructure.Builder builderForValue) Identifier of delegating system that originated message.DataReceivedResponseStructure.Builder.setErrorCondition(DataReceivedResponseStructure.ErrorConditionType value) Description of any error or warning condition.DataReceivedResponseStructure.Builder.setErrorCondition(DataReceivedResponseStructure.ErrorConditionType.Builder builderForValue) Description of any error or warning condition.DataReceivedResponseStructure.Builder.setRequestMessageRef(MessageRefStructure value) Reference to an arbitrary unique idenitifer associated with the request which gave rise to this response.DataReceivedResponseStructure.Builder.setRequestMessageRef(MessageRefStructure.Builder builderForValue) Reference to an arbitrary unique idenitifer associated with the request which gave rise to this response.DataReceivedResponseStructure.Builder.setResponseTimestamp(com.google.protobuf.Timestamp value) Time individual response element was created.DataReceivedResponseStructure.Builder.setResponseTimestamp(com.google.protobuf.Timestamp.Builder builderForValue) Time individual response element was created.DataReceivedResponseStructure.Builder.setStatus(boolean value) Whether the request was processed successfully or not.DataReceivedResponseStructure.toBuilder()Methods in uk.org.siri.www.siri with parameters of type DataReceivedResponseStructure.BuilderModifier and TypeMethodDescriptionSiriSchema.Builder.setDataReceivedAcknowledgement(DataReceivedResponseStructure.Builder builderForValue) Response from Consumer to Producer to acknowledge that data hase been received.