Package uk.org.netex.www.netex
Interface MonthValidityOffsets_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MonthValidityOffsets_RelStructure,MonthValidityOffsets_RelStructure.Builder
@Generated
public interface MonthValidityOffsets_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getMonthValidityOffset(int index) Days before (negative) or after (positive) the start of the month that a product with a calendar period driven activation becomes valid.intDays before (negative) or after (positive) the start of the month that a product with a calendar period driven activation becomes valid.Days before (negative) or after (positive) the start of the month that a product with a calendar period driven activation becomes valid.getMonthValidityOffsetOrBuilder(int index) Days before (negative) or after (positive) the start of the month that a product with a calendar period driven activation becomes valid.List<? extends MonthValidityOffsetTypeOrBuilder> Days before (negative) or after (positive) the start of the month that a product with a calendar period driven activation becomes valid.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
-
getId
String getId()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The bytes for id.
-
getMonthValidityOffsetList
List<MonthValidityOffsetType> getMonthValidityOffsetList()Days before (negative) or after (positive) the start of the month that a product with a calendar period driven activation becomes valid. [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 424:105]
repeated .uk.org.netex.www.netex.MonthValidityOffsetType month_validity_offset = 2; -
getMonthValidityOffset
Days before (negative) or after (positive) the start of the month that a product with a calendar period driven activation becomes valid. [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 424:105]
repeated .uk.org.netex.www.netex.MonthValidityOffsetType month_validity_offset = 2; -
getMonthValidityOffsetCount
int getMonthValidityOffsetCount()Days before (negative) or after (positive) the start of the month that a product with a calendar period driven activation becomes valid. [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 424:105]
repeated .uk.org.netex.www.netex.MonthValidityOffsetType month_validity_offset = 2; -
getMonthValidityOffsetOrBuilderList
List<? extends MonthValidityOffsetTypeOrBuilder> getMonthValidityOffsetOrBuilderList()Days before (negative) or after (positive) the start of the month that a product with a calendar period driven activation becomes valid. [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 424:105]
repeated .uk.org.netex.www.netex.MonthValidityOffsetType month_validity_offset = 2; -
getMonthValidityOffsetOrBuilder
Days before (negative) or after (positive) the start of the month that a product with a calendar period driven activation becomes valid. [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 424:105]
repeated .uk.org.netex.www.netex.MonthValidityOffsetType month_validity_offset = 2;
-