Class UnknownParticipantErrorStructure.Builder

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

public static final class UnknownParticipantErrorStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<UnknownParticipantErrorStructure.Builder> implements UnknownParticipantErrorStructureOrBuilder
 Type for Error: Unknown Participant. +SIRI v2.0  [siri/siri_request_errorConditions-v2.0.xsd at 249:59]
 
Protobuf type uk.org.siri.www.siri.UnknownParticipantErrorStructure
  • 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<UnknownParticipantErrorStructure.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<UnknownParticipantErrorStructure.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<UnknownParticipantErrorStructure.Builder>
    • getDefaultInstanceForType

      public UnknownParticipantErrorStructure 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 UnknownParticipantErrorStructure buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public UnknownParticipantErrorStructure.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<UnknownParticipantErrorStructure.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<UnknownParticipantErrorStructure.Builder>
    • mergeFrom

      public UnknownParticipantErrorStructure.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<UnknownParticipantErrorStructure.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 UnknownParticipantErrorStructureOrBuilder
      Returns:
      The number.
    • setNumber

      public UnknownParticipantErrorStructure.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 UnknownParticipantErrorStructureOrBuilder
      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 UnknownParticipantErrorStructureOrBuilder
      Returns:
      The bytes for errorText.
    • setErrorText

      public UnknownParticipantErrorStructure.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

       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 UnknownParticipantErrorStructure.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.
    • hasParticipantRef

      public boolean hasParticipantRef()
       Reference to  Participant who is unknown. + SIRI v2.0  [siri/siri_request_errorConditions-v2.0.xsd at 256:86]
       
      .uk.org.siri.www.siri.ParticipantRefStructure participant_ref = 21;
      Specified by:
      hasParticipantRef in interface UnknownParticipantErrorStructureOrBuilder
      Returns:
      Whether the participantRef field is set.
    • getParticipantRef

      public ParticipantRefStructure getParticipantRef()
       Reference to  Participant who is unknown. + SIRI v2.0  [siri/siri_request_errorConditions-v2.0.xsd at 256:86]
       
      .uk.org.siri.www.siri.ParticipantRefStructure participant_ref = 21;
      Specified by:
      getParticipantRef in interface UnknownParticipantErrorStructureOrBuilder
      Returns:
      The participantRef.
    • setParticipantRef

       Reference to  Participant who is unknown. + SIRI v2.0  [siri/siri_request_errorConditions-v2.0.xsd at 256:86]
       
      .uk.org.siri.www.siri.ParticipantRefStructure participant_ref = 21;
    • setParticipantRef

       Reference to  Participant who is unknown. + SIRI v2.0  [siri/siri_request_errorConditions-v2.0.xsd at 256:86]
       
      .uk.org.siri.www.siri.ParticipantRefStructure participant_ref = 21;
    • mergeParticipantRef

       Reference to  Participant who is unknown. + SIRI v2.0  [siri/siri_request_errorConditions-v2.0.xsd at 256:86]
       
      .uk.org.siri.www.siri.ParticipantRefStructure participant_ref = 21;
    • clearParticipantRef

      public UnknownParticipantErrorStructure.Builder clearParticipantRef()
       Reference to  Participant who is unknown. + SIRI v2.0  [siri/siri_request_errorConditions-v2.0.xsd at 256:86]
       
      .uk.org.siri.www.siri.ParticipantRefStructure participant_ref = 21;
    • getParticipantRefBuilder

      public ParticipantRefStructure.Builder getParticipantRefBuilder()
       Reference to  Participant who is unknown. + SIRI v2.0  [siri/siri_request_errorConditions-v2.0.xsd at 256:86]
       
      .uk.org.siri.www.siri.ParticipantRefStructure participant_ref = 21;
    • getParticipantRefOrBuilder

      public ParticipantRefStructureOrBuilder getParticipantRefOrBuilder()
       Reference to  Participant who is unknown. + SIRI v2.0  [siri/siri_request_errorConditions-v2.0.xsd at 256:86]
       
      .uk.org.siri.www.siri.ParticipantRefStructure participant_ref = 21;
      Specified by:
      getParticipantRefOrBuilder in interface UnknownParticipantErrorStructureOrBuilder