Package uk.org.netex.www.netex
Interface PublicationDeliveryStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PublicationDeliveryStructure,PublicationDeliveryStructure.Builder
@Generated
public interface PublicationDeliveryStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionNeTEx Entities of any type.NeTEx Entities of any type.Description of contents.Description of contents.Identifier of system requesting Data.com.google.protobuf.ByteStringIdentifier of system requesting Data.com.google.protobuf.DurationHow often data in publication is refreshed.com.google.protobuf.DurationOrBuilderHow often data in publication is refreshed.Echo Request used to create bulk response.Echo Request used to create bulk response.com.google.protobuf.TimestampTime of output of data.com.google.protobuf.TimestampOrBuilderTime of output of data.[NeTEx_publication.xsd at 11184:67]com.google.protobuf.ByteString[NeTEx_publication.xsd at 11184:67]booleanNeTEx Entities of any type.booleanDescription of contents.booleanHow often data in publication is refreshed.booleanEcho Request used to create bulk response.booleanTime of output of data.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
PublicationDeliveryStructure.DataObjectsType 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
PublicationDeliveryStructure.DataObjectsTypeOrBuilder 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;
-