Uses of Class
uk.org.siri.www.siri.ServiceRequestStructure.Builder
Packages that use ServiceRequestStructure.Builder
-
Uses of ServiceRequestStructure.Builder in uk.org.siri.www.siri
Methods in uk.org.siri.www.siri that return ServiceRequestStructure.BuilderModifier and TypeMethodDescriptionServiceRequestStructure.Builder.clear()ServiceRequestStructure.Builder.clearAccountId()Account Identifier.ServiceRequestStructure.Builder.clearAccountKey()Authentication key for request.ServiceRequestStructure.Builder.clearAddress()Address to which response is to be sent.ServiceRequestStructure.Builder.clearDelegatorAddress()Address of original Consumer, i.e. requesting system to which delegating response is to be returned.ServiceRequestStructure.Builder.clearDelegatorRef()Identifier of delegating system that originated message.ServiceRequestStructure.Builder.clearMessageIdentifier()Arbitrary unique identifier that can be used to reference this message in subsequent interactions.ServiceRequestStructure.Builder.clearRequestorRef()Reference to a requestor - Participant Code.ServiceRequestStructure.Builder.clearRequestTimestamp()Timestamp on request.ServiceRequestStructure.Builder.clearServiceRequestContext()General request properties - typically configured rather than repeated on request.ServiceRequestStructure.Builder.mergeDelegatorRef(ParticipantRefStructure value) Identifier of delegating system that originated message.ServiceRequestStructure.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ServiceRequestStructure.Builder.mergeFrom(com.google.protobuf.Message other) ServiceRequestStructure.Builder.mergeFrom(ServiceRequestStructure other) ServiceRequestStructure.Builder.mergeMessageIdentifier(MessageQualifierStructure value) Arbitrary unique identifier that can be used to reference this message in subsequent interactions.ServiceRequestStructure.Builder.mergeRequestorRef(ParticipantRefStructure value) Reference to a requestor - Participant Code.ServiceRequestStructure.Builder.mergeRequestTimestamp(com.google.protobuf.Timestamp value) Timestamp on request.ServiceRequestStructure.Builder.mergeServiceRequestContext(ServiceRequestContextStructure value) General request properties - typically configured rather than repeated on request.ServiceRequestStructure.newBuilder()ServiceRequestStructure.newBuilder(ServiceRequestStructure prototype) ServiceRequestStructure.newBuilderForType()protected ServiceRequestStructure.BuilderServiceRequestStructure.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ServiceRequestStructure.Builder.setAccountId(String value) Account Identifier.ServiceRequestStructure.Builder.setAccountIdBytes(com.google.protobuf.ByteString value) Account Identifier.ServiceRequestStructure.Builder.setAccountKey(String value) Authentication key for request.ServiceRequestStructure.Builder.setAccountKeyBytes(com.google.protobuf.ByteString value) Authentication key for request.ServiceRequestStructure.Builder.setAddress(String value) Address to which response is to be sent.ServiceRequestStructure.Builder.setAddressBytes(com.google.protobuf.ByteString value) Address to which response is to be sent.ServiceRequestStructure.Builder.setDelegatorAddress(String value) Address of original Consumer, i.e. requesting system to which delegating response is to be returned.ServiceRequestStructure.Builder.setDelegatorAddressBytes(com.google.protobuf.ByteString value) Address of original Consumer, i.e. requesting system to which delegating response is to be returned.ServiceRequestStructure.Builder.setDelegatorRef(ParticipantRefStructure value) Identifier of delegating system that originated message.ServiceRequestStructure.Builder.setDelegatorRef(ParticipantRefStructure.Builder builderForValue) Identifier of delegating system that originated message.ServiceRequestStructure.Builder.setMessageIdentifier(MessageQualifierStructure value) Arbitrary unique identifier that can be used to reference this message in subsequent interactions.ServiceRequestStructure.Builder.setMessageIdentifier(MessageQualifierStructure.Builder builderForValue) Arbitrary unique identifier that can be used to reference this message in subsequent interactions.ServiceRequestStructure.Builder.setRequestorRef(ParticipantRefStructure value) Reference to a requestor - Participant Code.ServiceRequestStructure.Builder.setRequestorRef(ParticipantRefStructure.Builder builderForValue) Reference to a requestor - Participant Code.ServiceRequestStructure.Builder.setRequestTimestamp(com.google.protobuf.Timestamp value) Timestamp on request.ServiceRequestStructure.Builder.setRequestTimestamp(com.google.protobuf.Timestamp.Builder builderForValue) Timestamp on request.ServiceRequestStructure.Builder.setServiceRequestContext(ServiceRequestContextStructure value) General request properties - typically configured rather than repeated on request.ServiceRequestStructure.Builder.setServiceRequestContext(ServiceRequestContextStructure.Builder builderForValue) General request properties - typically configured rather than repeated on request.ServiceRequestStructure.toBuilder()