Package uk.org.netex.www.netex
Interface ChoiceWrapper_NoticeAssignments_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChoiceWrapper_NoticeAssignments_RelStructure,ChoiceWrapper_NoticeAssignments_RelStructure.Builder
public interface ChoiceWrapper_NoticeAssignments_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe assignment of a NOTICE showing an exception in a JOURNEY PATTERN, a COMMON SECTION, or a VEHICLE JOURNEY, possibly specifying at which POINT IN JOURNEY PATTERN the validity of the NOTICE starts and ends respectively.The assignment of a NOTICE showing an exception in a JOURNEY PATTERN, a COMMON SECTION, or a VEHICLE JOURNEY, possibly specifying at which POINT IN JOURNEY PATTERN the validity of the NOTICE starts and ends respectively.View of a NOTICE ASSIGNMENT. for use in a specific context such as a CALL.View of a NOTICE ASSIGNMENT. for use in a specific context such as a CALL.The assignment of a NOTICE to a SALES OFFER PACKAGE or a GROUP OF SALES OFFER PACKAGEs.The assignment of a NOTICE to a SALES OFFER PACKAGE or a GROUP OF SALES OFFER PACKAGEs.booleanThe assignment of a NOTICE showing an exception in a JOURNEY PATTERN, a COMMON SECTION, or a VEHICLE JOURNEY, possibly specifying at which POINT IN JOURNEY PATTERN the validity of the NOTICE starts and ends respectively.booleanView of a NOTICE ASSIGNMENT. for use in a specific context such as a CALL.booleanThe assignment of a NOTICE to a SALES OFFER PACKAGE or a GROUP OF SALES OFFER PACKAGEs.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
-
hasNoticeAssignmentView
boolean hasNoticeAssignmentView()View of a NOTICE ASSIGNMENT. for use in a specific context such as a CALL. This can be used to embed the notice itself in the context. [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 237:92]
.uk.org.netex.www.netex.NoticeAssignmentViewType notice_assignment_view = 3;- Returns:
- Whether the noticeAssignmentView field is set.
-
getNoticeAssignmentView
NoticeAssignmentViewType getNoticeAssignmentView()View of a NOTICE ASSIGNMENT. for use in a specific context such as a CALL. This can be used to embed the notice itself in the context. [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 237:92]
.uk.org.netex.www.netex.NoticeAssignmentViewType notice_assignment_view = 3;- Returns:
- The noticeAssignmentView.
-
getNoticeAssignmentViewOrBuilder
NoticeAssignmentViewTypeOrBuilder getNoticeAssignmentViewOrBuilder()View of a NOTICE ASSIGNMENT. for use in a specific context such as a CALL. This can be used to embed the notice itself in the context. [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 237:92]
.uk.org.netex.www.netex.NoticeAssignmentViewType notice_assignment_view = 3; -
hasNoticeAssignment
boolean hasNoticeAssignment()The assignment of a NOTICE showing an exception in a JOURNEY PATTERN, a COMMON SECTION, or a VEHICLE JOURNEY, possibly specifying at which POINT IN JOURNEY PATTERN the validity of the NOTICE starts and ends respectively. [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 110:94]
.uk.org.netex.www.netex.NoticeAssignmentType notice_assignment = 1;- Returns:
- Whether the noticeAssignment field is set.
-
getNoticeAssignment
NoticeAssignmentType getNoticeAssignment()The assignment of a NOTICE showing an exception in a JOURNEY PATTERN, a COMMON SECTION, or a VEHICLE JOURNEY, possibly specifying at which POINT IN JOURNEY PATTERN the validity of the NOTICE starts and ends respectively. [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 110:94]
.uk.org.netex.www.netex.NoticeAssignmentType notice_assignment = 1;- Returns:
- The noticeAssignment.
-
getNoticeAssignmentOrBuilder
NoticeAssignmentTypeOrBuilder getNoticeAssignmentOrBuilder()The assignment of a NOTICE showing an exception in a JOURNEY PATTERN, a COMMON SECTION, or a VEHICLE JOURNEY, possibly specifying at which POINT IN JOURNEY PATTERN the validity of the NOTICE starts and ends respectively. [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 110:94]
.uk.org.netex.www.netex.NoticeAssignmentType notice_assignment = 1; -
hasSalesNoticeAssignment
boolean hasSalesNoticeAssignment()The assignment of a NOTICE to a SALES OFFER PACKAGE or a GROUP OF SALES OFFER PACKAGEs. [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 575:99]
.uk.org.netex.www.netex.SalesNoticeAssignmentType sales_notice_assignment = 2;- Returns:
- Whether the salesNoticeAssignment field is set.
-
getSalesNoticeAssignment
SalesNoticeAssignmentType getSalesNoticeAssignment()The assignment of a NOTICE to a SALES OFFER PACKAGE or a GROUP OF SALES OFFER PACKAGEs. [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 575:99]
.uk.org.netex.www.netex.SalesNoticeAssignmentType sales_notice_assignment = 2;- Returns:
- The salesNoticeAssignment.
-
getSalesNoticeAssignmentOrBuilder
SalesNoticeAssignmentTypeOrBuilder getSalesNoticeAssignmentOrBuilder()The assignment of a NOTICE to a SALES OFFER PACKAGE or a GROUP OF SALES OFFER PACKAGEs. [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 575:99]
.uk.org.netex.www.netex.SalesNoticeAssignmentType sales_notice_assignment = 2; -
getDataManagedObjectStructureCase
ChoiceWrapper_NoticeAssignments_RelStructure.DataManagedObjectStructureCase getDataManagedObjectStructureCase()
-