Uses of Class
uk.org.siri.www.siri.DataSupplyRequestStructure.Builder
Packages that use DataSupplyRequestStructure.Builder
-
Uses of DataSupplyRequestStructure.Builder in uk.org.siri.www.siri
Methods in uk.org.siri.www.siri that return DataSupplyRequestStructure.BuilderModifier and TypeMethodDescriptionDataSupplyRequestStructure.Builder.clear()DataSupplyRequestStructure.Builder.clearAccountId()Account Identifier.DataSupplyRequestStructure.Builder.clearAccountKey()Authentication key for request.DataSupplyRequestStructure.Builder.clearAddress()Address to which response is to be sent.DataSupplyRequestStructure.Builder.clearAllData()Whether to return all data, or just new updates since the last delivery.DataSupplyRequestStructure.Builder.clearConsumerRef()Unique identifier of Consumer - a Participant reference.DataSupplyRequestStructure.Builder.clearDelegatorAddress()Address of original Consumer, i.e. requesting system to which delegating response is to be returned.DataSupplyRequestStructure.Builder.clearDelegatorRef()Identifier of delegating system that originated message.DataSupplyRequestStructure.Builder.clearMessageIdentifier()Arbitrary unique reference to this message.DataSupplyRequestStructure.Builder.clearNotificationRef()Reference to a specific notification message for which data is to be fetched.DataSupplyRequestStructure.Builder.clearRequestTimestamp()Timestamp on request.SiriSchema.Builder.getDataSupplyRequestBuilder()Request from Consumer to Producer to fetch update previously notified by a Data ready message.DataSupplyRequestStructure.Builder.mergeConsumerRef(ParticipantRefStructure value) Unique identifier of Consumer - a Participant reference.DataSupplyRequestStructure.Builder.mergeDelegatorRef(ParticipantRefStructure value) Identifier of delegating system that originated message.DataSupplyRequestStructure.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DataSupplyRequestStructure.Builder.mergeFrom(com.google.protobuf.Message other) DataSupplyRequestStructure.Builder.mergeFrom(DataSupplyRequestStructure other) DataSupplyRequestStructure.Builder.mergeMessageIdentifier(MessageQualifierStructure value) Arbitrary unique reference to this message.DataSupplyRequestStructure.Builder.mergeNotificationRef(MessageRefStructure value) Reference to a specific notification message for which data is to be fetched.DataSupplyRequestStructure.Builder.mergeRequestTimestamp(com.google.protobuf.Timestamp value) Timestamp on request.DataSupplyRequestStructure.newBuilder()DataSupplyRequestStructure.newBuilder(DataSupplyRequestStructure prototype) DataSupplyRequestStructure.newBuilderForType()protected DataSupplyRequestStructure.BuilderDataSupplyRequestStructure.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) DataSupplyRequestStructure.Builder.setAccountId(String value) Account Identifier.DataSupplyRequestStructure.Builder.setAccountIdBytes(com.google.protobuf.ByteString value) Account Identifier.DataSupplyRequestStructure.Builder.setAccountKey(String value) Authentication key for request.DataSupplyRequestStructure.Builder.setAccountKeyBytes(com.google.protobuf.ByteString value) Authentication key for request.DataSupplyRequestStructure.Builder.setAddress(String value) Address to which response is to be sent.DataSupplyRequestStructure.Builder.setAddressBytes(com.google.protobuf.ByteString value) Address to which response is to be sent.DataSupplyRequestStructure.Builder.setAllData(boolean value) Whether to return all data, or just new updates since the last delivery.DataSupplyRequestStructure.Builder.setConsumerRef(ParticipantRefStructure value) Unique identifier of Consumer - a Participant reference.DataSupplyRequestStructure.Builder.setConsumerRef(ParticipantRefStructure.Builder builderForValue) Unique identifier of Consumer - a Participant reference.DataSupplyRequestStructure.Builder.setDelegatorAddress(String value) Address of original Consumer, i.e. requesting system to which delegating response is to be returned.DataSupplyRequestStructure.Builder.setDelegatorAddressBytes(com.google.protobuf.ByteString value) Address of original Consumer, i.e. requesting system to which delegating response is to be returned.DataSupplyRequestStructure.Builder.setDelegatorRef(ParticipantRefStructure value) Identifier of delegating system that originated message.DataSupplyRequestStructure.Builder.setDelegatorRef(ParticipantRefStructure.Builder builderForValue) Identifier of delegating system that originated message.DataSupplyRequestStructure.Builder.setMessageIdentifier(MessageQualifierStructure value) Arbitrary unique reference to this message.DataSupplyRequestStructure.Builder.setMessageIdentifier(MessageQualifierStructure.Builder builderForValue) Arbitrary unique reference to this message.DataSupplyRequestStructure.Builder.setNotificationRef(MessageRefStructure value) Reference to a specific notification message for which data is to be fetched.DataSupplyRequestStructure.Builder.setNotificationRef(MessageRefStructure.Builder builderForValue) Reference to a specific notification message for which data is to be fetched.DataSupplyRequestStructure.Builder.setRequestTimestamp(com.google.protobuf.Timestamp value) Timestamp on request.DataSupplyRequestStructure.Builder.setRequestTimestamp(com.google.protobuf.Timestamp.Builder builderForValue) Timestamp on request.DataSupplyRequestStructure.toBuilder()Methods in uk.org.siri.www.siri with parameters of type DataSupplyRequestStructure.BuilderModifier and TypeMethodDescriptionSiriSchema.Builder.setDataSupplyRequest(DataSupplyRequestStructure.Builder builderForValue) Request from Consumer to Producer to fetch update previously notified by a Data ready message.