Interface TransportDescriptionStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TransportDescriptionStructure, TransportDescriptionStructure.Builder

public interface TransportDescriptionStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Communications Transport method used to exchange messages.
    int
    Communications Transport method used to exchange messages.
    Compression method used to compress messages for transmission.
    int
    Compression method used to compress messages for transmission.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getCommunicationsTransportMethodValue

      int getCommunicationsTransportMethodValue()
       Communications Transport method used to exchange messages. Default is 'httpPost'.  [siri/siri_requests-v2.0.xsd at 1028:121]
       
      .uk.org.siri.www.siri.CommunicationsTransportMethodEnumeration communications_transport_method = 1;
      Returns:
      The enum numeric value on the wire for communicationsTransportMethod.
    • getCommunicationsTransportMethod

      CommunicationsTransportMethodEnumeration getCommunicationsTransportMethod()
       Communications Transport method used to exchange messages. Default is 'httpPost'.  [siri/siri_requests-v2.0.xsd at 1028:121]
       
      .uk.org.siri.www.siri.CommunicationsTransportMethodEnumeration communications_transport_method = 1;
      Returns:
      The communicationsTransportMethod.
    • getCompressionMethodValue

      int getCompressionMethodValue()
       Compression method used to compress messages for transmission. Default is 'none'.  [siri/siri_requests-v2.0.xsd at 1033:93]
       
      .uk.org.siri.www.siri.CompressionMethodEnumeration compression_method = 2;
      Returns:
      The enum numeric value on the wire for compressionMethod.
    • getCompressionMethod

      CompressionMethodEnumeration getCompressionMethod()
       Compression method used to compress messages for transmission. Default is 'none'.  [siri/siri_requests-v2.0.xsd at 1033:93]
       
      .uk.org.siri.www.siri.CompressionMethodEnumeration compression_method = 2;
      Returns:
      The compressionMethod.