Uses of Class
uk.org.siri.www.siri.CheckStatusRequestStructure.Builder
Packages that use CheckStatusRequestStructure.Builder
-
Uses of CheckStatusRequestStructure.Builder in uk.org.siri.www.siri
Methods in uk.org.siri.www.siri that return CheckStatusRequestStructure.BuilderModifier and TypeMethodDescriptionCheckStatusRequestStructure.Builder.clear()CheckStatusRequestStructure.Builder.clearAccountId()Account Identifier.CheckStatusRequestStructure.Builder.clearAccountKey()Authentication key for request.CheckStatusRequestStructure.Builder.clearAddress()Address to which response is to be sent.CheckStatusRequestStructure.Builder.clearDelegatorAddress()Address of original Consumer, i.e. requesting system to which delegating response is to be returned.CheckStatusRequestStructure.Builder.clearDelegatorRef()Identifier of delegating system that originated message.CheckStatusRequestStructure.Builder.clearExtensions()Extensions to schema.CheckStatusRequestStructure.Builder.clearMessageIdentifier()Arbitrary unique identifier that can be used to reference this message in subsequent interactions.CheckStatusRequestStructure.Builder.clearRequestorRef()Reference to a requestor - Participant Code.CheckStatusRequestStructure.Builder.clearRequestTimestamp()Timestamp on request.CheckStatusRequestStructure.Builder.clearVersion()Version number of request.SiriSchema.Builder.getCheckStatusRequestBuilder()Request from Consumer to Producer to check whether services is working.CheckStatusRequestStructure.Builder.mergeDelegatorRef(ParticipantRefStructure value) Identifier of delegating system that originated message.CheckStatusRequestStructure.Builder.mergeExtensions(ExtensionsStructure value) Extensions to schema.CheckStatusRequestStructure.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CheckStatusRequestStructure.Builder.mergeFrom(com.google.protobuf.Message other) CheckStatusRequestStructure.Builder.mergeFrom(CheckStatusRequestStructure other) CheckStatusRequestStructure.Builder.mergeMessageIdentifier(MessageQualifierStructure value) Arbitrary unique identifier that can be used to reference this message in subsequent interactions.CheckStatusRequestStructure.Builder.mergeRequestorRef(ParticipantRefStructure value) Reference to a requestor - Participant Code.CheckStatusRequestStructure.Builder.mergeRequestTimestamp(com.google.protobuf.Timestamp value) Timestamp on request.CheckStatusRequestStructure.newBuilder()CheckStatusRequestStructure.newBuilder(CheckStatusRequestStructure prototype) CheckStatusRequestStructure.newBuilderForType()protected CheckStatusRequestStructure.BuilderCheckStatusRequestStructure.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) CheckStatusRequestStructure.Builder.setAccountId(String value) Account Identifier.CheckStatusRequestStructure.Builder.setAccountIdBytes(com.google.protobuf.ByteString value) Account Identifier.CheckStatusRequestStructure.Builder.setAccountKey(String value) Authentication key for request.CheckStatusRequestStructure.Builder.setAccountKeyBytes(com.google.protobuf.ByteString value) Authentication key for request.CheckStatusRequestStructure.Builder.setAddress(String value) Address to which response is to be sent.CheckStatusRequestStructure.Builder.setAddressBytes(com.google.protobuf.ByteString value) Address to which response is to be sent.CheckStatusRequestStructure.Builder.setDelegatorAddress(String value) Address of original Consumer, i.e. requesting system to which delegating response is to be returned.CheckStatusRequestStructure.Builder.setDelegatorAddressBytes(com.google.protobuf.ByteString value) Address of original Consumer, i.e. requesting system to which delegating response is to be returned.CheckStatusRequestStructure.Builder.setDelegatorRef(ParticipantRefStructure value) Identifier of delegating system that originated message.CheckStatusRequestStructure.Builder.setDelegatorRef(ParticipantRefStructure.Builder builderForValue) Identifier of delegating system that originated message.CheckStatusRequestStructure.Builder.setExtensions(ExtensionsStructure value) Extensions to schema.CheckStatusRequestStructure.Builder.setExtensions(ExtensionsStructure.Builder builderForValue) Extensions to schema.CheckStatusRequestStructure.Builder.setMessageIdentifier(MessageQualifierStructure value) Arbitrary unique identifier that can be used to reference this message in subsequent interactions.CheckStatusRequestStructure.Builder.setMessageIdentifier(MessageQualifierStructure.Builder builderForValue) Arbitrary unique identifier that can be used to reference this message in subsequent interactions.CheckStatusRequestStructure.Builder.setRequestorRef(ParticipantRefStructure value) Reference to a requestor - Participant Code.CheckStatusRequestStructure.Builder.setRequestorRef(ParticipantRefStructure.Builder builderForValue) Reference to a requestor - Participant Code.CheckStatusRequestStructure.Builder.setRequestTimestamp(com.google.protobuf.Timestamp value) Timestamp on request.CheckStatusRequestStructure.Builder.setRequestTimestamp(com.google.protobuf.Timestamp.Builder builderForValue) Timestamp on request.CheckStatusRequestStructure.Builder.setVersion(String value) Version number of request.CheckStatusRequestStructure.Builder.setVersionBytes(com.google.protobuf.ByteString value) Version number of request.CheckStatusRequestStructure.toBuilder()Methods in uk.org.siri.www.siri with parameters of type CheckStatusRequestStructure.BuilderModifier and TypeMethodDescriptionSiriSchema.Builder.setCheckStatusRequest(CheckStatusRequestStructure.Builder builderForValue) Request from Consumer to Producer to check whether services is working.