Class PublicationDeliveryStructure

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

public final class PublicationDeliveryStructure extends com.google.protobuf.GeneratedMessage implements PublicationDeliveryStructureOrBuilder
 Type for Publication Delivery.  [NeTEx_publication.xsd at 11176:55]
 
Protobuf type uk.org.netex.www.netex.PublicationDeliveryStructure
See Also:
  • Field Details

    • VERSION_FIELD_NUMBER

      public static final int VERSION_FIELD_NUMBER
      See Also:
    • PUBLICATION_TIMESTAMP_FIELD_NUMBER

      public static final int PUBLICATION_TIMESTAMP_FIELD_NUMBER
      See Also:
    • PARTICIPANT_REF_FIELD_NUMBER

      public static final int PARTICIPANT_REF_FIELD_NUMBER
      See Also:
    • PUBLICATION_REQUEST_FIELD_NUMBER

      public static final int PUBLICATION_REQUEST_FIELD_NUMBER
      See Also:
    • PUBLICATION_REFRESH_INTERVAL_FIELD_NUMBER

      public static final int PUBLICATION_REFRESH_INTERVAL_FIELD_NUMBER
      See Also:
    • DESCRIPTION_FIELD_NUMBER

      public static final int DESCRIPTION_FIELD_NUMBER
      See Also:
    • DATA_OBJECTS_FIELD_NUMBER

      public static final int DATA_OBJECTS_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
    • getVersion

      public String getVersion()
       [NeTEx_publication.xsd at 11184:67]
       
      string version = 1;
      Specified by:
      getVersion in interface PublicationDeliveryStructureOrBuilder
      Returns:
      The version.
    • getVersionBytes

      public com.google.protobuf.ByteString getVersionBytes()
       [NeTEx_publication.xsd at 11184:67]
       
      string version = 1;
      Specified by:
      getVersionBytes in interface PublicationDeliveryStructureOrBuilder
      Returns:
      The bytes for version.
    • hasPublicationTimestamp

      public boolean hasPublicationTimestamp()
       Time of output of data.  [NeTEx_publication.xsd at 11191:65]
       
      .google.protobuf.Timestamp publication_timestamp = 2;
      Specified by:
      hasPublicationTimestamp in interface PublicationDeliveryStructureOrBuilder
      Returns:
      Whether the publicationTimestamp field is set.
    • getPublicationTimestamp

      public com.google.protobuf.Timestamp getPublicationTimestamp()
       Time of output of data.  [NeTEx_publication.xsd at 11191:65]
       
      .google.protobuf.Timestamp publication_timestamp = 2;
      Specified by:
      getPublicationTimestamp in interface PublicationDeliveryStructureOrBuilder
      Returns:
      The publicationTimestamp.
    • getPublicationTimestampOrBuilder

      public com.google.protobuf.TimestampOrBuilder getPublicationTimestampOrBuilder()
       Time of output of data.  [NeTEx_publication.xsd at 11191:65]
       
      .google.protobuf.Timestamp publication_timestamp = 2;
      Specified by:
      getPublicationTimestampOrBuilder in interface PublicationDeliveryStructureOrBuilder
    • getParticipantRef

      public String getParticipantRef()
       Identifier of system requesting Data.  [NeTEx_publication.xsd at 192:69]
       
      string participant_ref = 3;
      Specified by:
      getParticipantRef in interface PublicationDeliveryStructureOrBuilder
      Returns:
      The participantRef.
    • getParticipantRefBytes

      public com.google.protobuf.ByteString getParticipantRefBytes()
       Identifier of system requesting Data.  [NeTEx_publication.xsd at 192:69]
       
      string participant_ref = 3;
      Specified by:
      getParticipantRefBytes in interface PublicationDeliveryStructureOrBuilder
      Returns:
      The bytes for participantRef.
    • hasPublicationRequest

      public boolean hasPublicationRequest()
       Echo Request used to create bulk response.  [NeTEx_publication.xsd at 11197:92]
       
      .uk.org.netex.www.netex.PublicationRequestStructure publication_request = 4;
      Specified by:
      hasPublicationRequest in interface PublicationDeliveryStructureOrBuilder
      Returns:
      Whether the publicationRequest field is set.
    • getPublicationRequest

      public PublicationRequestStructure getPublicationRequest()
       Echo Request used to create bulk response.  [NeTEx_publication.xsd at 11197:92]
       
      .uk.org.netex.www.netex.PublicationRequestStructure publication_request = 4;
      Specified by:
      getPublicationRequest in interface PublicationDeliveryStructureOrBuilder
      Returns:
      The publicationRequest.
    • getPublicationRequestOrBuilder

      public PublicationRequestStructureOrBuilder getPublicationRequestOrBuilder()
       Echo Request used to create bulk response.  [NeTEx_publication.xsd at 11197:92]
       
      .uk.org.netex.www.netex.PublicationRequestStructure publication_request = 4;
      Specified by:
      getPublicationRequestOrBuilder in interface PublicationDeliveryStructureOrBuilder
    • hasPublicationRefreshInterval

      public boolean hasPublicationRefreshInterval()
       How often data in publication is refreshed.  [NeTEx_publication.xsd at 11202:85]
       
      .google.protobuf.Duration publication_refresh_interval = 5;
      Specified by:
      hasPublicationRefreshInterval in interface PublicationDeliveryStructureOrBuilder
      Returns:
      Whether the publicationRefreshInterval field is set.
    • getPublicationRefreshInterval

      public com.google.protobuf.Duration getPublicationRefreshInterval()
       How often data in publication is refreshed.  [NeTEx_publication.xsd at 11202:85]
       
      .google.protobuf.Duration publication_refresh_interval = 5;
      Specified by:
      getPublicationRefreshInterval in interface PublicationDeliveryStructureOrBuilder
      Returns:
      The publicationRefreshInterval.
    • getPublicationRefreshIntervalOrBuilder

      public com.google.protobuf.DurationOrBuilder getPublicationRefreshIntervalOrBuilder()
       How often data in publication is refreshed.  [NeTEx_publication.xsd at 11202:85]
       
      .google.protobuf.Duration publication_refresh_interval = 5;
      Specified by:
      getPublicationRefreshIntervalOrBuilder in interface PublicationDeliveryStructureOrBuilder
    • hasDescription

      public boolean hasDescription()
       Description of contents.  [NeTEx_publication.xsd at 11207:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 6;
      Specified by:
      hasDescription in interface PublicationDeliveryStructureOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Description of contents.  [NeTEx_publication.xsd at 11207:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 6;
      Specified by:
      getDescription in interface PublicationDeliveryStructureOrBuilder
      Returns:
      The description.
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of contents.  [NeTEx_publication.xsd at 11207:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 6;
      Specified by:
      getDescriptionOrBuilder in interface PublicationDeliveryStructureOrBuilder
    • hasDataObjects

      public boolean hasDataObjects()
       NeTEx Entities of any type.  [netex_framework/netex_payload_framework.xsd at 18:50]
       
      .uk.org.netex.www.netex.PublicationDeliveryStructure.DataObjectsType data_objects = 11;
      Specified by:
      hasDataObjects in interface PublicationDeliveryStructureOrBuilder
      Returns:
      Whether the dataObjects field is set.
    • getDataObjects

       NeTEx Entities of any type.  [netex_framework/netex_payload_framework.xsd at 18:50]
       
      .uk.org.netex.www.netex.PublicationDeliveryStructure.DataObjectsType data_objects = 11;
      Specified by:
      getDataObjects in interface PublicationDeliveryStructureOrBuilder
      Returns:
      The dataObjects.
    • getDataObjectsOrBuilder

       NeTEx Entities of any type.  [netex_framework/netex_payload_framework.xsd at 18:50]
       
      .uk.org.netex.www.netex.PublicationDeliveryStructure.DataObjectsType data_objects = 11;
      Specified by:
      getDataObjectsOrBuilder in interface PublicationDeliveryStructureOrBuilder
    • 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 PublicationDeliveryStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static PublicationDeliveryStructure.Builder newBuilder()
    • newBuilder

    • toBuilder

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

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

      public static PublicationDeliveryStructure getDefaultInstance()
    • parser

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

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