Uses of Class
uk.org.siri.www.siri.SubscriptionResponseStructure.Builder
Packages that use SubscriptionResponseStructure.Builder
-
Uses of SubscriptionResponseStructure.Builder in uk.org.siri.www.siri
Methods in uk.org.siri.www.siri that return SubscriptionResponseStructure.BuilderModifier and TypeMethodDescriptionSubscriptionResponseStructure.Builder.addAllResponseStatus(Iterable<? extends StatusResponseStructure> values) Contains infromation about the processing of a an individual service subscription - either success info or an error condition.SubscriptionResponseStructure.Builder.addResponseStatus(int index, StatusResponseStructure value) Contains infromation about the processing of a an individual service subscription - either success info or an error condition.SubscriptionResponseStructure.Builder.addResponseStatus(int index, StatusResponseStructure.Builder builderForValue) Contains infromation about the processing of a an individual service subscription - either success info or an error condition.SubscriptionResponseStructure.Builder.addResponseStatus(StatusResponseStructure value) Contains infromation about the processing of a an individual service subscription - either success info or an error condition.SubscriptionResponseStructure.Builder.addResponseStatus(StatusResponseStructure.Builder builderForValue) Contains infromation about the processing of a an individual service subscription - either success info or an error condition.SubscriptionResponseStructure.Builder.clear()SubscriptionResponseStructure.Builder.clearAddress()Address for further interaction.SubscriptionResponseStructure.Builder.clearDelegatorAddress()Address of original Consumer, i.e. requesting system to which delegating response is to be returned.SubscriptionResponseStructure.Builder.clearDelegatorRef()Identifier of delegating system that originated message.SubscriptionResponseStructure.Builder.clearExtensions()Extensions to schema.SubscriptionResponseStructure.Builder.clearRequestMessageRef()Reference to an arbitrary unique reference associated with the request which gave rise to this response.SubscriptionResponseStructure.Builder.clearResponderRef()Participant reference that identifies responder.SubscriptionResponseStructure.Builder.clearResponseStatus()Contains infromation about the processing of a an individual service subscription - either success info or an error condition.SubscriptionResponseStructure.Builder.clearResponseTimestamp()Time individual response element was created.SubscriptionResponseStructure.Builder.clearServiceStartedTime()Time at which service providing the subscription was last started.SubscriptionResponseStructure.Builder.clearSubscriptionManagerAddress()Endpoint address of subscription manager if different from that of the Producer or known default.SiriSchema.Builder.getSubscriptionResponseBuilder()Response from Producer to Consumer to inform whether subscriptions have been created.SubscriptionResponseStructure.Builder.mergeDelegatorRef(ParticipantRefStructure value) Identifier of delegating system that originated message.SubscriptionResponseStructure.Builder.mergeExtensions(ExtensionsStructure value) Extensions to schema.SubscriptionResponseStructure.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SubscriptionResponseStructure.Builder.mergeFrom(com.google.protobuf.Message other) SubscriptionResponseStructure.Builder.mergeFrom(SubscriptionResponseStructure other) SubscriptionResponseStructure.Builder.mergeRequestMessageRef(MessageQualifierStructure value) Reference to an arbitrary unique reference associated with the request which gave rise to this response.SubscriptionResponseStructure.Builder.mergeResponderRef(ParticipantRefStructure value) Participant reference that identifies responder.SubscriptionResponseStructure.Builder.mergeResponseTimestamp(com.google.protobuf.Timestamp value) Time individual response element was created.SubscriptionResponseStructure.Builder.mergeServiceStartedTime(com.google.protobuf.Timestamp value) Time at which service providing the subscription was last started.SubscriptionResponseStructure.newBuilder()SubscriptionResponseStructure.newBuilder(SubscriptionResponseStructure prototype) SubscriptionResponseStructure.newBuilderForType()protected SubscriptionResponseStructure.BuilderSubscriptionResponseStructure.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) SubscriptionResponseStructure.Builder.removeResponseStatus(int index) Contains infromation about the processing of a an individual service subscription - either success info or an error condition.SubscriptionResponseStructure.Builder.setAddress(String value) Address for further interaction.SubscriptionResponseStructure.Builder.setAddressBytes(com.google.protobuf.ByteString value) Address for further interaction.SubscriptionResponseStructure.Builder.setDelegatorAddress(String value) Address of original Consumer, i.e. requesting system to which delegating response is to be returned.SubscriptionResponseStructure.Builder.setDelegatorAddressBytes(com.google.protobuf.ByteString value) Address of original Consumer, i.e. requesting system to which delegating response is to be returned.SubscriptionResponseStructure.Builder.setDelegatorRef(ParticipantRefStructure value) Identifier of delegating system that originated message.SubscriptionResponseStructure.Builder.setDelegatorRef(ParticipantRefStructure.Builder builderForValue) Identifier of delegating system that originated message.SubscriptionResponseStructure.Builder.setExtensions(ExtensionsStructure value) Extensions to schema.SubscriptionResponseStructure.Builder.setExtensions(ExtensionsStructure.Builder builderForValue) Extensions to schema.SubscriptionResponseStructure.Builder.setRequestMessageRef(MessageQualifierStructure value) Reference to an arbitrary unique reference associated with the request which gave rise to this response.SubscriptionResponseStructure.Builder.setRequestMessageRef(MessageQualifierStructure.Builder builderForValue) Reference to an arbitrary unique reference associated with the request which gave rise to this response.SubscriptionResponseStructure.Builder.setResponderRef(ParticipantRefStructure value) Participant reference that identifies responder.SubscriptionResponseStructure.Builder.setResponderRef(ParticipantRefStructure.Builder builderForValue) Participant reference that identifies responder.SubscriptionResponseStructure.Builder.setResponseStatus(int index, StatusResponseStructure value) Contains infromation about the processing of a an individual service subscription - either success info or an error condition.SubscriptionResponseStructure.Builder.setResponseStatus(int index, StatusResponseStructure.Builder builderForValue) Contains infromation about the processing of a an individual service subscription - either success info or an error condition.SubscriptionResponseStructure.Builder.setResponseTimestamp(com.google.protobuf.Timestamp value) Time individual response element was created.SubscriptionResponseStructure.Builder.setResponseTimestamp(com.google.protobuf.Timestamp.Builder builderForValue) Time individual response element was created.SubscriptionResponseStructure.Builder.setServiceStartedTime(com.google.protobuf.Timestamp value) Time at which service providing the subscription was last started.SubscriptionResponseStructure.Builder.setServiceStartedTime(com.google.protobuf.Timestamp.Builder builderForValue) Time at which service providing the subscription was last started.SubscriptionResponseStructure.Builder.setSubscriptionManagerAddress(String value) Endpoint address of subscription manager if different from that of the Producer or known default.SubscriptionResponseStructure.Builder.setSubscriptionManagerAddressBytes(com.google.protobuf.ByteString value) Endpoint address of subscription manager if different from that of the Producer or known default.SubscriptionResponseStructure.toBuilder()Methods in uk.org.siri.www.siri with parameters of type SubscriptionResponseStructure.BuilderModifier and TypeMethodDescriptionSiriSchema.Builder.setSubscriptionResponse(SubscriptionResponseStructure.Builder builderForValue) Response from Producer to Consumer to inform whether subscriptions have been created.