Interface PublicationDeliveryStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PublicationDeliveryStructure, PublicationDeliveryStructure.Builder

public interface PublicationDeliveryStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getVersion

      String getVersion()
       [NeTEx_publication.xsd at 11184:67]
       
      string version = 1;
      Returns:
      The version.
    • getVersionBytes

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

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

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

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

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

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

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

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

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

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

      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;
      Returns:
      The publicationRefreshInterval.
    • getPublicationRefreshIntervalOrBuilder

      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;
    • hasDescription

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

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

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

      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;
      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;
      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;