Enum Class CommunicationsTransportMethodEnumeration

java.lang.Object
java.lang.Enum<CommunicationsTransportMethodEnumeration>
uk.org.siri.www.siri.CommunicationsTransportMethodEnumeration
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<CommunicationsTransportMethodEnumeration>, Constable

public enum CommunicationsTransportMethodEnumeration extends Enum<CommunicationsTransportMethodEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Enumeration of communications transport method usage.  [siri/siri_request_support-v2.0.xsd at 165:66]
 
Protobuf enum uk.org.siri.www.siri.CommunicationsTransportMethodEnumeration
  • Enum Constant Details

    • COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_UNSPECIFIED

      public static final CommunicationsTransportMethodEnumeration COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_UNSPECIFIED
       Default
       
      COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_UNSPECIFIED = 0;
    • COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_POST

      public static final CommunicationsTransportMethodEnumeration COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_POST
       [siri/siri_request_support-v2.0.xsd at 170:39]
       
      COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_POST = 1;
    • COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_OTHER

      public static final CommunicationsTransportMethodEnumeration COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_OTHER
       [siri/siri_request_support-v2.0.xsd at 171:36]
       
      COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_OTHER = 2;
    • COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_WSDL_SOAP

      public static final CommunicationsTransportMethodEnumeration COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_WSDL_SOAP
       [siri/siri_request_support-v2.0.xsd at 172:39]
       
      COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_WSDL_SOAP = 3;
    • COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_WSDL_SOAP_DOCUMENT_LITERAL

      public static final CommunicationsTransportMethodEnumeration COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_WSDL_SOAP_DOCUMENT_LITERAL
       [siri/siri_request_support-v2.0.xsd at 173:54]
       
      COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_WSDL_SOAP_DOCUMENT_LITERAL = 4;
    • COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_URL_JSON

      public static final CommunicationsTransportMethodEnumeration COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_URL_JSON
       [siri/siri_request_support-v2.0.xsd at 174:42]
       
      COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_URL_JSON = 5;
    • COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_URL_PROTO_BUFFERS

      public static final CommunicationsTransportMethodEnumeration COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_URL_PROTO_BUFFERS
       [siri/siri_request_support-v2.0.xsd at 175:50]
       
      COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_URL_PROTO_BUFFERS = 6;
    • UNRECOGNIZED

      public static final CommunicationsTransportMethodEnumeration UNRECOGNIZED
  • Field Details

    • COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_UNSPECIFIED_VALUE

      public static final int COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_POST_VALUE

      public static final int COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_POST_VALUE
       [siri/siri_request_support-v2.0.xsd at 170:39]
       
      COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_POST = 1;
      See Also:
    • COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_OTHER_VALUE

      public static final int COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_OTHER_VALUE
       [siri/siri_request_support-v2.0.xsd at 171:36]
       
      COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_OTHER = 2;
      See Also:
    • COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_WSDL_SOAP_VALUE

      public static final int COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_WSDL_SOAP_VALUE
       [siri/siri_request_support-v2.0.xsd at 172:39]
       
      COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_WSDL_SOAP = 3;
      See Also:
    • COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_WSDL_SOAP_DOCUMENT_LITERAL_VALUE

      public static final int COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_WSDL_SOAP_DOCUMENT_LITERAL_VALUE
       [siri/siri_request_support-v2.0.xsd at 173:54]
       
      COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_WSDL_SOAP_DOCUMENT_LITERAL = 4;
      See Also:
    • COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_URL_JSON_VALUE

      public static final int COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_URL_JSON_VALUE
       [siri/siri_request_support-v2.0.xsd at 174:42]
       
      COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_URL_JSON = 5;
      See Also:
    • COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_URL_PROTO_BUFFERS_VALUE

      public static final int COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_URL_PROTO_BUFFERS_VALUE
       [siri/siri_request_support-v2.0.xsd at 175:50]
       
      COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_URL_PROTO_BUFFERS = 6;
      See Also:
  • Method Details

    • values

      public static CommunicationsTransportMethodEnumeration[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static CommunicationsTransportMethodEnumeration valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static CommunicationsTransportMethodEnumeration valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static CommunicationsTransportMethodEnumeration forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<CommunicationsTransportMethodEnumeration> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static CommunicationsTransportMethodEnumeration valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null