Class DataSupplyRequestBodyStructure

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
uk.org.siri.www.siri.DataSupplyRequestBodyStructure
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, DataSupplyRequestBodyStructureOrBuilder

@Generated public final class DataSupplyRequestBodyStructure extends com.google.protobuf.GeneratedMessage implements DataSupplyRequestBodyStructureOrBuilder
 Type for Body of Data Supply Request. Used in WSDL.  [siri/siri_common_services-v2.0.xsd at 884:57]
 
Protobuf type uk.org.siri.www.siri.DataSupplyRequestBodyStructure
See Also:
  • Field Details

    • NOTIFICATION_REF_FIELD_NUMBER

      public static final int NOTIFICATION_REF_FIELD_NUMBER
      See Also:
    • ALL_DATA_FIELD_NUMBER

      public static final int ALL_DATA_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
    • hasNotificationRef

      public boolean hasNotificationRef()
       Reference to a specific notification message for which data is to be fetched. Can be used to distinguish between notfcatiosn for the same service and subscriber but for different filters.If none specified,  [siri/siri_common_services-v2.0.xsd at 684:81]
       
      .uk.org.siri.www.siri.MessageRefStructure notification_ref = 1;
      Specified by:
      hasNotificationRef in interface DataSupplyRequestBodyStructureOrBuilder
      Returns:
      Whether the notificationRef field is set.
    • getNotificationRef

      public MessageRefStructure getNotificationRef()
       Reference to a specific notification message for which data is to be fetched. Can be used to distinguish between notfcatiosn for the same service and subscriber but for different filters.If none specified,  [siri/siri_common_services-v2.0.xsd at 684:81]
       
      .uk.org.siri.www.siri.MessageRefStructure notification_ref = 1;
      Specified by:
      getNotificationRef in interface DataSupplyRequestBodyStructureOrBuilder
      Returns:
      The notificationRef.
    • getNotificationRefOrBuilder

      public MessageRefStructureOrBuilder getNotificationRefOrBuilder()
       Reference to a specific notification message for which data is to be fetched. Can be used to distinguish between notfcatiosn for the same service and subscriber but for different filters.If none specified,  [siri/siri_common_services-v2.0.xsd at 684:81]
       
      .uk.org.siri.www.siri.MessageRefStructure notification_ref = 1;
      Specified by:
      getNotificationRefOrBuilder in interface DataSupplyRequestBodyStructureOrBuilder
    • getAllData

      public boolean getAllData()
       Whether to return all data, or just new updates since the last delivery. Default false, i.e. just updates.  [siri/siri_common_services-v2.0.xsd at 689:81]
       
      bool all_data = 2;
      Specified by:
      getAllData in interface DataSupplyRequestBodyStructureOrBuilder
      Returns:
      The allData.
    • 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 DataSupplyRequestBodyStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static DataSupplyRequestBodyStructure.Builder newBuilder()
    • newBuilder

    • toBuilder

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

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

      public static DataSupplyRequestBodyStructure getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<DataSupplyRequestBodyStructure> 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 DataSupplyRequestBodyStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder