Class ParametersIgnoredErrorStructure.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<ParametersIgnoredErrorStructure.Builder>
com.google.protobuf.GeneratedMessage.Builder<ParametersIgnoredErrorStructure.Builder>
uk.org.siri.www.siri.ParametersIgnoredErrorStructure.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, ParametersIgnoredErrorStructureOrBuilder
Enclosing class:
ParametersIgnoredErrorStructure

public static final class ParametersIgnoredErrorStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<ParametersIgnoredErrorStructure.Builder> implements ParametersIgnoredErrorStructureOrBuilder
 Type for Parameters Ignored Error:. +SIRI v2.0.  [siri/siri_request_errorConditions-v2.0.xsd at 473:58]
 
Protobuf type uk.org.siri.www.siri.ParametersIgnoredErrorStructure
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ParametersIgnoredErrorStructure.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<ParametersIgnoredErrorStructure.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ParametersIgnoredErrorStructure.Builder>
    • getDefaultInstanceForType

      public ParametersIgnoredErrorStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public ParametersIgnoredErrorStructure buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public ParametersIgnoredErrorStructure.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ParametersIgnoredErrorStructure.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ParametersIgnoredErrorStructure.Builder>
    • mergeFrom

      public ParametersIgnoredErrorStructure.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ParametersIgnoredErrorStructure.Builder>
      Throws:
      IOException
    • getNumber

      public int getNumber()
       Error code number associated with error.  [siri/siri_request_errorConditions-v2.0.xsd at 168:51]
       
      int32 number = 1;
      Specified by:
      getNumber in interface ParametersIgnoredErrorStructureOrBuilder
      Returns:
      The number.
    • setNumber

      public ParametersIgnoredErrorStructure.Builder setNumber(int value)
       Error code number associated with error.  [siri/siri_request_errorConditions-v2.0.xsd at 168:51]
       
      int32 number = 1;
      Parameters:
      value - The number to set.
      Returns:
      This builder for chaining.
    • clearNumber

       Error code number associated with error.  [siri/siri_request_errorConditions-v2.0.xsd at 168:51]
       
      int32 number = 1;
      Returns:
      This builder for chaining.
    • getErrorText

      public 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;
      Specified by:
      getErrorText in interface ParametersIgnoredErrorStructureOrBuilder
      Returns:
      The errorText.
    • getErrorTextBytes

      public 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;
      Specified by:
      getErrorTextBytes in interface ParametersIgnoredErrorStructureOrBuilder
      Returns:
      The bytes for errorText.
    • setErrorText

      public ParametersIgnoredErrorStructure.Builder setErrorText(String value)
       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;
      Parameters:
      value - The errorText to set.
      Returns:
      This builder for chaining.
    • clearErrorText

      public ParametersIgnoredErrorStructure.Builder clearErrorText()
       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:
      This builder for chaining.
    • setErrorTextBytes

      public ParametersIgnoredErrorStructure.Builder setErrorTextBytes(com.google.protobuf.ByteString value)
       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;
      Parameters:
      value - The bytes for errorText to set.
      Returns:
      This builder for chaining.
    • getParameterNameList

      public com.google.protobuf.ProtocolStringList getParameterNameList()
       Name of the unsupported parameter.  [siri/siri_request_errorConditions-v2.0.xsd at 480:94]
       
      repeated string parameter_name = 21;
      Specified by:
      getParameterNameList in interface ParametersIgnoredErrorStructureOrBuilder
      Returns:
      A list containing the parameterName.
    • getParameterNameCount

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

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

      public 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;
      Specified by:
      getParameterNameBytes in interface ParametersIgnoredErrorStructureOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the parameterName at the given index.
    • setParameterName

      public ParametersIgnoredErrorStructure.Builder setParameterName(int index, String value)
       Name of the unsupported parameter.  [siri/siri_request_errorConditions-v2.0.xsd at 480:94]
       
      repeated string parameter_name = 21;
      Parameters:
      index - The index to set the value at.
      value - The parameterName to set.
      Returns:
      This builder for chaining.
    • addParameterName

      public ParametersIgnoredErrorStructure.Builder addParameterName(String value)
       Name of the unsupported parameter.  [siri/siri_request_errorConditions-v2.0.xsd at 480:94]
       
      repeated string parameter_name = 21;
      Parameters:
      value - The parameterName to add.
      Returns:
      This builder for chaining.
    • addAllParameterName

      public ParametersIgnoredErrorStructure.Builder addAllParameterName(Iterable<String> values)
       Name of the unsupported parameter.  [siri/siri_request_errorConditions-v2.0.xsd at 480:94]
       
      repeated string parameter_name = 21;
      Parameters:
      values - The parameterName to add.
      Returns:
      This builder for chaining.
    • clearParameterName

      public ParametersIgnoredErrorStructure.Builder clearParameterName()
       Name of the unsupported parameter.  [siri/siri_request_errorConditions-v2.0.xsd at 480:94]
       
      repeated string parameter_name = 21;
      Returns:
      This builder for chaining.
    • addParameterNameBytes

      public ParametersIgnoredErrorStructure.Builder addParameterNameBytes(com.google.protobuf.ByteString value)
       Name of the unsupported parameter.  [siri/siri_request_errorConditions-v2.0.xsd at 480:94]
       
      repeated string parameter_name = 21;
      Parameters:
      value - The bytes of the parameterName to add.
      Returns:
      This builder for chaining.