Package uk.org.netex.www.netex
Interface NoticeAssignmentsInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NoticeAssignmentsInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructure,NoticeAssignmentsInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructure.Builder
- Enclosing class:
NoticeAssignmentsInFrame_RelStructure
public static interface NoticeAssignmentsInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructureOrBuilder
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.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.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
-
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
NoticeAssignmentsInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructure.DataManagedObjectStructureCase getDataManagedObjectStructureCase()
-