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