Class ServiceBookingArrangementsStructure

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
uk.org.netex.www.netex.ServiceBookingArrangementsStructure
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, ServiceBookingArrangementsStructureOrBuilder

@Generated public final class ServiceBookingArrangementsStructure extends com.google.protobuf.GeneratedMessage implements ServiceBookingArrangementsStructureOrBuilder
 Type for SERVICE BOOKING ARRANGEMENTs.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 197:79]
 
Protobuf type uk.org.netex.www.netex.ServiceBookingArrangementsStructure
See Also:
  • Field Details

    • BOOKING_CONTACT_FIELD_NUMBER

      public static final int BOOKING_CONTACT_FIELD_NUMBER
      See Also:
    • BOOKING_METHODS_FIELD_NUMBER

      public static final int BOOKING_METHODS_FIELD_NUMBER
      See Also:
    • BOOKING_ACCESS_FIELD_NUMBER

      public static final int BOOKING_ACCESS_FIELD_NUMBER
      See Also:
    • BOOK_WHEN_FIELD_NUMBER

      public static final int BOOK_WHEN_FIELD_NUMBER
      See Also:
    • BUY_WHEN_FIELD_NUMBER

      public static final int BUY_WHEN_FIELD_NUMBER
      See Also:
    • LATEST_BOOKING_TIME_FIELD_NUMBER

      public static final int LATEST_BOOKING_TIME_FIELD_NUMBER
      See Also:
    • MINIMUM_BOOKING_PERIOD_FIELD_NUMBER

      public static final int MINIMUM_BOOKING_PERIOD_FIELD_NUMBER
      See Also:
    • MAXIMUM_BOOKING_PERIOD_FIELD_NUMBER

      public static final int MAXIMUM_BOOKING_PERIOD_FIELD_NUMBER
      See Also:
    • BOOKING_URL_FIELD_NUMBER

      public static final int BOOKING_URL_FIELD_NUMBER
      See Also:
    • BOOKING_NOTE_FIELD_NUMBER

      public static final int BOOKING_NOTE_FIELD_NUMBER
      See Also:
    • MINIMUM_BOOKING_DURATION_FIELD_NUMBER

      public static final int MINIMUM_BOOKING_DURATION_FIELD_NUMBER
      See Also:
    • MAXIMUM_BOOKING_DURATION_FIELD_NUMBER

      public static final int MAXIMUM_BOOKING_DURATION_FIELD_NUMBER
      See Also:
    • DEPOSIT_REQUIRED_FIELD_NUMBER

      public static final int DEPOSIT_REQUIRED_FIELD_NUMBER
      See Also:
    • BOOKING_CHARGE_TYPE_FIELD_NUMBER

      public static final int BOOKING_CHARGE_TYPE_FIELD_NUMBER
      See Also:
  • 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
    • hasBookingContact

      public boolean hasBookingContact()
       Contact for Booking. +v1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 145:77]
       
      .uk.org.netex.www.netex.ContactStructure booking_contact = 1;
      Specified by:
      hasBookingContact in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      Whether the bookingContact field is set.
    • getBookingContact

      public ContactStructure getBookingContact()
       Contact for Booking. +v1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 145:77]
       
      .uk.org.netex.www.netex.ContactStructure booking_contact = 1;
      Specified by:
      getBookingContact in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      The bookingContact.
    • getBookingContactOrBuilder

      public ContactStructureOrBuilder getBookingContactOrBuilder()
       Contact for Booking. +v1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 145:77]
       
      .uk.org.netex.www.netex.ContactStructure booking_contact = 1;
      Specified by:
      getBookingContactOrBuilder in interface ServiceBookingArrangementsStructureOrBuilder
    • getBookingMethodsList

      public List<BookingMethodEnumeration> getBookingMethodsList()
       Allowed Ways of Making a BOOKING.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 150:92]
       
      repeated .uk.org.netex.www.netex.BookingMethodEnumeration booking_methods = 2 [packed = true];
      Specified by:
      getBookingMethodsList in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      A list containing the bookingMethods.
    • getBookingMethodsCount

      public int getBookingMethodsCount()
       Allowed Ways of Making a BOOKING.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 150:92]
       
      repeated .uk.org.netex.www.netex.BookingMethodEnumeration booking_methods = 2 [packed = true];
      Specified by:
      getBookingMethodsCount in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      The count of bookingMethods.
    • getBookingMethods

      public BookingMethodEnumeration getBookingMethods(int index)
       Allowed Ways of Making a BOOKING.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 150:92]
       
      repeated .uk.org.netex.www.netex.BookingMethodEnumeration booking_methods = 2 [packed = true];
      Specified by:
      getBookingMethods in interface ServiceBookingArrangementsStructureOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The bookingMethods at the given index.
    • getBookingMethodsValueList

      public List<Integer> getBookingMethodsValueList()
       Allowed Ways of Making a BOOKING.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 150:92]
       
      repeated .uk.org.netex.www.netex.BookingMethodEnumeration booking_methods = 2 [packed = true];
      Specified by:
      getBookingMethodsValueList in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for bookingMethods.
    • getBookingMethodsValue

      public int getBookingMethodsValue(int index)
       Allowed Ways of Making a BOOKING.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 150:92]
       
      repeated .uk.org.netex.www.netex.BookingMethodEnumeration booking_methods = 2 [packed = true];
      Specified by:
      getBookingMethodsValue in interface ServiceBookingArrangementsStructureOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of bookingMethods at the given index.
    • getBookingAccessValue

      public int getBookingAccessValue()
       Who can make a booking. Default is public.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 155:84]
       
      .uk.org.netex.www.netex.BookingAccessEnumeration booking_access = 3;
      Specified by:
      getBookingAccessValue in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      The enum numeric value on the wire for bookingAccess.
    • getBookingAccess

      public BookingAccessEnumeration getBookingAccess()
       Who can make a booking. Default is public.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 155:84]
       
      .uk.org.netex.www.netex.BookingAccessEnumeration booking_access = 3;
      Specified by:
      getBookingAccess in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      The bookingAccess.
    • getBookWhenValue

      public int getBookWhenValue()
       When Booking can be made. +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 160:78]
       
      .uk.org.netex.www.netex.PurchaseWhenEnumeration book_when = 4;
      Specified by:
      getBookWhenValue in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      The enum numeric value on the wire for bookWhen.
    • getBookWhen

      public PurchaseWhenEnumeration getBookWhen()
       When Booking can be made. +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 160:78]
       
      .uk.org.netex.www.netex.PurchaseWhenEnumeration book_when = 4;
      Specified by:
      getBookWhen in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      The bookWhen.
    • getBuyWhenList

      public List<PurchaseMomentEnumeration> getBuyWhenList()
       When purchase can be made.  +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 165:86]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration buy_when = 5 [packed = true];
      Specified by:
      getBuyWhenList in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      A list containing the buyWhen.
    • getBuyWhenCount

      public int getBuyWhenCount()
       When purchase can be made.  +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 165:86]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration buy_when = 5 [packed = true];
      Specified by:
      getBuyWhenCount in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      The count of buyWhen.
    • getBuyWhen

      public PurchaseMomentEnumeration getBuyWhen(int index)
       When purchase can be made.  +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 165:86]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration buy_when = 5 [packed = true];
      Specified by:
      getBuyWhen in interface ServiceBookingArrangementsStructureOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The buyWhen at the given index.
    • getBuyWhenValueList

      public List<Integer> getBuyWhenValueList()
       When purchase can be made.  +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 165:86]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration buy_when = 5 [packed = true];
      Specified by:
      getBuyWhenValueList in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for buyWhen.
    • getBuyWhenValue

      public int getBuyWhenValue(int index)
       When purchase can be made.  +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 165:86]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration buy_when = 5 [packed = true];
      Specified by:
      getBuyWhenValue in interface ServiceBookingArrangementsStructureOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of buyWhen at the given index.
    • hasLatestBookingTime

      public boolean hasLatestBookingTime()
       Latest time in day that booking can be made.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 170:72]
       
      .google.type.TimeOfDay latest_booking_time = 6;
      Specified by:
      hasLatestBookingTime in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      Whether the latestBookingTime field is set.
    • getLatestBookingTime

      public com.google.type.TimeOfDay getLatestBookingTime()
       Latest time in day that booking can be made.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 170:72]
       
      .google.type.TimeOfDay latest_booking_time = 6;
      Specified by:
      getLatestBookingTime in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      The latestBookingTime.
    • getLatestBookingTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getLatestBookingTimeOrBuilder()
       Latest time in day that booking can be made.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 170:72]
       
      .google.type.TimeOfDay latest_booking_time = 6;
      Specified by:
      getLatestBookingTimeOrBuilder in interface ServiceBookingArrangementsStructureOrBuilder
    • hasMinimumBookingPeriod

      public boolean hasMinimumBookingPeriod()
       Minimum interval in advance of departure day or time that Service may be ordered.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 175:79]
       
      .google.protobuf.Duration minimum_booking_period = 7;
      Specified by:
      hasMinimumBookingPeriod in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      Whether the minimumBookingPeriod field is set.
    • getMinimumBookingPeriod

      public com.google.protobuf.Duration getMinimumBookingPeriod()
       Minimum interval in advance of departure day or time that Service may be ordered.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 175:79]
       
      .google.protobuf.Duration minimum_booking_period = 7;
      Specified by:
      getMinimumBookingPeriod in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      The minimumBookingPeriod.
    • getMinimumBookingPeriodOrBuilder

      public com.google.protobuf.DurationOrBuilder getMinimumBookingPeriodOrBuilder()
       Minimum interval in advance of departure day or time that Service may be ordered.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 175:79]
       
      .google.protobuf.Duration minimum_booking_period = 7;
      Specified by:
      getMinimumBookingPeriodOrBuilder in interface ServiceBookingArrangementsStructureOrBuilder
    • hasMaximumBookingPeriod

      public boolean hasMaximumBookingPeriod()
       Maximum interval in advance of departure day or time that Service may be ordered. +V1.2..2  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 180:79]
       
      .google.protobuf.Duration maximum_booking_period = 8;
      Specified by:
      hasMaximumBookingPeriod in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      Whether the maximumBookingPeriod field is set.
    • getMaximumBookingPeriod

      public com.google.protobuf.Duration getMaximumBookingPeriod()
       Maximum interval in advance of departure day or time that Service may be ordered. +V1.2..2  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 180:79]
       
      .google.protobuf.Duration maximum_booking_period = 8;
      Specified by:
      getMaximumBookingPeriod in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      The maximumBookingPeriod.
    • getMaximumBookingPeriodOrBuilder

      public com.google.protobuf.DurationOrBuilder getMaximumBookingPeriodOrBuilder()
       Maximum interval in advance of departure day or time that Service may be ordered. +V1.2..2  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 180:79]
       
      .google.protobuf.Duration maximum_booking_period = 8;
      Specified by:
      getMaximumBookingPeriodOrBuilder in interface ServiceBookingArrangementsStructureOrBuilder
    • getBookingUrl

      public String getBookingUrl()
       URL for booking. +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 185:67]
       
      string booking_url = 9;
      Specified by:
      getBookingUrl in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      The bookingUrl.
    • getBookingUrlBytes

      public com.google.protobuf.ByteString getBookingUrlBytes()
       URL for booking. +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 185:67]
       
      string booking_url = 9;
      Specified by:
      getBookingUrlBytes in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      The bytes for bookingUrl.
    • hasBookingNote

      public boolean hasBookingNote()
       Note about booking the FLEXIBLE LINE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 190:76]
       
      .uk.org.netex.www.netex.MultilingualString booking_note = 10;
      Specified by:
      hasBookingNote in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      Whether the bookingNote field is set.
    • getBookingNote

      public MultilingualString getBookingNote()
       Note about booking the FLEXIBLE LINE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 190:76]
       
      .uk.org.netex.www.netex.MultilingualString booking_note = 10;
      Specified by:
      getBookingNote in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      The bookingNote.
    • getBookingNoteOrBuilder

      public MultilingualStringOrBuilder getBookingNoteOrBuilder()
       Note about booking the FLEXIBLE LINE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 190:76]
       
      .uk.org.netex.www.netex.MultilingualString booking_note = 10;
      Specified by:
      getBookingNoteOrBuilder in interface ServiceBookingArrangementsStructureOrBuilder
    • hasMinimumBookingDuration

      public boolean hasMinimumBookingDuration()
       Minimum period for which a booking can be mad +v.1.2.2  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 212:81]
       
      .google.protobuf.Duration minimum_booking_duration = 31;
      Specified by:
      hasMinimumBookingDuration in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      Whether the minimumBookingDuration field is set.
    • getMinimumBookingDuration

      public com.google.protobuf.Duration getMinimumBookingDuration()
       Minimum period for which a booking can be mad +v.1.2.2  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 212:81]
       
      .google.protobuf.Duration minimum_booking_duration = 31;
      Specified by:
      getMinimumBookingDuration in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      The minimumBookingDuration.
    • getMinimumBookingDurationOrBuilder

      public com.google.protobuf.DurationOrBuilder getMinimumBookingDurationOrBuilder()
       Minimum period for which a booking can be mad +v.1.2.2  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 212:81]
       
      .google.protobuf.Duration minimum_booking_duration = 31;
      Specified by:
      getMinimumBookingDurationOrBuilder in interface ServiceBookingArrangementsStructureOrBuilder
    • hasMaximumBookingDuration

      public boolean hasMaximumBookingDuration()
       Maximum period for which a booking can be mad +v.1.2.2  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 217:81]
       
      .google.protobuf.Duration maximum_booking_duration = 32;
      Specified by:
      hasMaximumBookingDuration in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      Whether the maximumBookingDuration field is set.
    • getMaximumBookingDuration

      public com.google.protobuf.Duration getMaximumBookingDuration()
       Maximum period for which a booking can be mad +v.1.2.2  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 217:81]
       
      .google.protobuf.Duration maximum_booking_duration = 32;
      Specified by:
      getMaximumBookingDuration in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      The maximumBookingDuration.
    • getMaximumBookingDurationOrBuilder

      public com.google.protobuf.DurationOrBuilder getMaximumBookingDurationOrBuilder()
       Maximum period for which a booking can be mad +v.1.2.2  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 217:81]
       
      .google.protobuf.Duration maximum_booking_duration = 32;
      Specified by:
      getMaximumBookingDurationOrBuilder in interface ServiceBookingArrangementsStructureOrBuilder
    • getDepositRequired

      public boolean getDepositRequired()
       Whether a deposit is required. +v1.2.2  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 222:73]
       
      bool deposit_required = 33;
      Specified by:
      getDepositRequired in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      The depositRequired.
    • getBookingChargeTypeValue

      public int getBookingChargeTypeValue()
       Nature of booking fee. v1.2.2  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 227:92]
       
      .uk.org.netex.www.netex.BookingChargeTypeEnumeration booking_charge_type = 34;
      Specified by:
      getBookingChargeTypeValue in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      The enum numeric value on the wire for bookingChargeType.
    • getBookingChargeType

      public BookingChargeTypeEnumeration getBookingChargeType()
       Nature of booking fee. v1.2.2  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 227:92]
       
      .uk.org.netex.www.netex.BookingChargeTypeEnumeration booking_charge_type = 34;
      Specified by:
      getBookingChargeType in interface ServiceBookingArrangementsStructureOrBuilder
      Returns:
      The bookingChargeType.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ServiceBookingArrangementsStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ServiceBookingArrangementsStructure parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ServiceBookingArrangementsStructure parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ServiceBookingArrangementsStructure parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ServiceBookingArrangementsStructure parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ServiceBookingArrangementsStructure parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ServiceBookingArrangementsStructure parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ServiceBookingArrangementsStructure parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ServiceBookingArrangementsStructure parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ServiceBookingArrangementsStructure parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ServiceBookingArrangementsStructure parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ServiceBookingArrangementsStructure parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ServiceBookingArrangementsStructure.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static ServiceBookingArrangementsStructure.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected ServiceBookingArrangementsStructure.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static ServiceBookingArrangementsStructure getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ServiceBookingArrangementsStructure> parser()
    • getParserForType

      public com.google.protobuf.Parser<ServiceBookingArrangementsStructure> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public ServiceBookingArrangementsStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder