Uses of Class
uk.org.siri.www.siri.ServiceRequestType.Builder
Packages that use ServiceRequestType.Builder
-
Uses of ServiceRequestType.Builder in uk.org.siri.www.siri
Methods in uk.org.siri.www.siri that return ServiceRequestType.BuilderModifier and TypeMethodDescriptionServiceRequestType.Builder.addAbstractFunctionalServiceRequest(int index, ServiceRequestType.ChoiceWrapper_AbstractFunctionalServiceRequestStructure value) Subsititutable type for a SIRI Functional Service request.ServiceRequestType.Builder.addAbstractFunctionalServiceRequest(int index, ServiceRequestType.ChoiceWrapper_AbstractFunctionalServiceRequestStructure.Builder builderForValue) Subsititutable type for a SIRI Functional Service request.ServiceRequestType.Builder.addAbstractFunctionalServiceRequest(ServiceRequestType.ChoiceWrapper_AbstractFunctionalServiceRequestStructure value) Subsititutable type for a SIRI Functional Service request.ServiceRequestType.Builder.addAbstractFunctionalServiceRequest(ServiceRequestType.ChoiceWrapper_AbstractFunctionalServiceRequestStructure.Builder builderForValue) Subsititutable type for a SIRI Functional Service request.ServiceRequestType.Builder.addAllAbstractFunctionalServiceRequest(Iterable<? extends ServiceRequestType.ChoiceWrapper_AbstractFunctionalServiceRequestStructure> values) Subsititutable type for a SIRI Functional Service request.ServiceRequestType.Builder.clear()ServiceRequestType.Builder.clearAbstractFunctionalServiceRequest()Subsititutable type for a SIRI Functional Service request.ServiceRequestType.Builder.clearAccountId()Account Identifier.ServiceRequestType.Builder.clearAccountKey()Authentication key for request.ServiceRequestType.Builder.clearAddress()Address to which response is to be sent.ServiceRequestType.Builder.clearDelegatorAddress()Address of original Consumer, i.e. requesting system to which delegating response is to be returned.ServiceRequestType.Builder.clearDelegatorRef()Identifier of delegating system that originated message.ServiceRequestType.Builder.clearMessageIdentifier()Arbitrary unique identifier that can be used to reference this message in subsequent interactions.ServiceRequestType.Builder.clearRequestorRef()Reference to a requestor - Participant Code.ServiceRequestType.Builder.clearRequestTimestamp()Timestamp on request.ServiceRequestType.Builder.clearServiceRequestContext()General request properties - typically configured rather than repeated on request.SiriSchema.Builder.getServiceRequestBuilder()Request from Consumer to Producer for immediate delivery of data.ServiceRequestType.Builder.mergeDelegatorRef(ParticipantRefStructure value) Identifier of delegating system that originated message.ServiceRequestType.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ServiceRequestType.Builder.mergeFrom(com.google.protobuf.Message other) ServiceRequestType.Builder.mergeFrom(ServiceRequestType other) ServiceRequestType.Builder.mergeMessageIdentifier(MessageQualifierStructure value) Arbitrary unique identifier that can be used to reference this message in subsequent interactions.ServiceRequestType.Builder.mergeRequestorRef(ParticipantRefStructure value) Reference to a requestor - Participant Code.ServiceRequestType.Builder.mergeRequestTimestamp(com.google.protobuf.Timestamp value) Timestamp on request.ServiceRequestType.Builder.mergeServiceRequestContext(ServiceRequestContextStructure value) General request properties - typically configured rather than repeated on request.static ServiceRequestType.BuilderServiceRequestType.newBuilder()static ServiceRequestType.BuilderServiceRequestType.newBuilder(ServiceRequestType prototype) ServiceRequestType.newBuilderForType()protected ServiceRequestType.BuilderServiceRequestType.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ServiceRequestType.Builder.removeAbstractFunctionalServiceRequest(int index) Subsititutable type for a SIRI Functional Service request.ServiceRequestType.Builder.setAbstractFunctionalServiceRequest(int index, ServiceRequestType.ChoiceWrapper_AbstractFunctionalServiceRequestStructure value) Subsititutable type for a SIRI Functional Service request.ServiceRequestType.Builder.setAbstractFunctionalServiceRequest(int index, ServiceRequestType.ChoiceWrapper_AbstractFunctionalServiceRequestStructure.Builder builderForValue) Subsititutable type for a SIRI Functional Service request.ServiceRequestType.Builder.setAccountId(String value) Account Identifier.ServiceRequestType.Builder.setAccountIdBytes(com.google.protobuf.ByteString value) Account Identifier.ServiceRequestType.Builder.setAccountKey(String value) Authentication key for request.ServiceRequestType.Builder.setAccountKeyBytes(com.google.protobuf.ByteString value) Authentication key for request.ServiceRequestType.Builder.setAddress(String value) Address to which response is to be sent.ServiceRequestType.Builder.setAddressBytes(com.google.protobuf.ByteString value) Address to which response is to be sent.ServiceRequestType.Builder.setDelegatorAddress(String value) Address of original Consumer, i.e. requesting system to which delegating response is to be returned.ServiceRequestType.Builder.setDelegatorAddressBytes(com.google.protobuf.ByteString value) Address of original Consumer, i.e. requesting system to which delegating response is to be returned.ServiceRequestType.Builder.setDelegatorRef(ParticipantRefStructure value) Identifier of delegating system that originated message.ServiceRequestType.Builder.setDelegatorRef(ParticipantRefStructure.Builder builderForValue) Identifier of delegating system that originated message.ServiceRequestType.Builder.setMessageIdentifier(MessageQualifierStructure value) Arbitrary unique identifier that can be used to reference this message in subsequent interactions.ServiceRequestType.Builder.setMessageIdentifier(MessageQualifierStructure.Builder builderForValue) Arbitrary unique identifier that can be used to reference this message in subsequent interactions.ServiceRequestType.Builder.setRequestorRef(ParticipantRefStructure value) Reference to a requestor - Participant Code.ServiceRequestType.Builder.setRequestorRef(ParticipantRefStructure.Builder builderForValue) Reference to a requestor - Participant Code.ServiceRequestType.Builder.setRequestTimestamp(com.google.protobuf.Timestamp value) Timestamp on request.ServiceRequestType.Builder.setRequestTimestamp(com.google.protobuf.Timestamp.Builder builderForValue) Timestamp on request.ServiceRequestType.Builder.setServiceRequestContext(ServiceRequestContextStructure value) General request properties - typically configured rather than repeated on request.ServiceRequestType.Builder.setServiceRequestContext(ServiceRequestContextStructure.Builder builderForValue) General request properties - typically configured rather than repeated on request.ServiceRequestType.toBuilder()Methods in uk.org.siri.www.siri with parameters of type ServiceRequestType.BuilderModifier and TypeMethodDescriptionSiriSchema.Builder.setServiceRequest(ServiceRequestType.Builder builderForValue) Request from Consumer to Producer for immediate delivery of data.