Interface ParametersIgnoredErrorStructureOrBuilder

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

@Generated public interface ParametersIgnoredErrorStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Addtional Description of error.
    com.google.protobuf.ByteString
    Addtional Description of error.
    int
    Error code number associated with error.
    getParameterName(int index)
    Name of the unsupported parameter.
    com.google.protobuf.ByteString
    Name of the unsupported parameter.
    int
    Name of the unsupported parameter.
    Name of the unsupported parameter.

    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

    • getNumber

      int getNumber()
       Error code number associated with error.  [siri/siri_request_errorConditions-v2.0.xsd at 168:51]
       
      int32 number = 1;
      Returns:
      The number.
    • getErrorText

      String getErrorText()
       Addtional Description of error. This allows a descripotion to be supplied when the Error code is used in a specific WSDL fault, rather than within a general error condition.  [siri/siri_request_errorConditions-v2.0.xsd at 162:66]
       
      string error_text = 2;
      Returns:
      The errorText.
    • getErrorTextBytes

      com.google.protobuf.ByteString getErrorTextBytes()
       Addtional Description of error. This allows a descripotion to be supplied when the Error code is used in a specific WSDL fault, rather than within a general error condition.  [siri/siri_request_errorConditions-v2.0.xsd at 162:66]
       
      string error_text = 2;
      Returns:
      The bytes for errorText.
    • getParameterNameList

      List<String> getParameterNameList()
       Name of the unsupported parameter.  [siri/siri_request_errorConditions-v2.0.xsd at 480:94]
       
      repeated string parameter_name = 21;
      Returns:
      A list containing the parameterName.
    • getParameterNameCount

      int getParameterNameCount()
       Name of the unsupported parameter.  [siri/siri_request_errorConditions-v2.0.xsd at 480:94]
       
      repeated string parameter_name = 21;
      Returns:
      The count of parameterName.
    • getParameterName

      String getParameterName(int index)
       Name of the unsupported parameter.  [siri/siri_request_errorConditions-v2.0.xsd at 480:94]
       
      repeated string parameter_name = 21;
      Parameters:
      index - The index of the element to return.
      Returns:
      The parameterName at the given index.
    • getParameterNameBytes

      com.google.protobuf.ByteString getParameterNameBytes(int index)
       Name of the unsupported parameter.  [siri/siri_request_errorConditions-v2.0.xsd at 480:94]
       
      repeated string parameter_name = 21;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the parameterName at the given index.