Package uk.org.netex.www.netex
Interface FareProductsInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FareProductsInFrame_RelStructure,FareProductsInFrame_RelStructure.Builder
@Generated
public interface FareProductsInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFareProductu(int index) An immaterial marketable element (access rights, discount rights etc), specific to a CHARGING MOMENT.intAn immaterial marketable element (access rights, discount rights etc), specific to a CHARGING MOMENT.An immaterial marketable element (access rights, discount rights etc), specific to a CHARGING MOMENT.getFareProductuOrBuilder(int index) An immaterial marketable element (access rights, discount rights etc), specific to a CHARGING MOMENT.An immaterial marketable element (access rights, discount rights etc), specific to a CHARGING MOMENT.getId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.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.
-
getFareProductuList
List<FareProductsInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructure> getFareProductuList()An immaterial marketable element (access rights, discount rights etc), specific to a CHARGING MOMENT. [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 191:125]
repeated .uk.org.netex.www.netex.FareProductsInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructure fare_productu = 9; -
getFareProductu
FareProductsInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructure getFareProductu(int index) An immaterial marketable element (access rights, discount rights etc), specific to a CHARGING MOMENT. [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 191:125]
repeated .uk.org.netex.www.netex.FareProductsInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructure fare_productu = 9; -
getFareProductuCount
int getFareProductuCount()An immaterial marketable element (access rights, discount rights etc), specific to a CHARGING MOMENT. [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 191:125]
repeated .uk.org.netex.www.netex.FareProductsInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructure fare_productu = 9; -
getFareProductuOrBuilderList
List<? extends FareProductsInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructureOrBuilder> getFareProductuOrBuilderList()An immaterial marketable element (access rights, discount rights etc), specific to a CHARGING MOMENT. [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 191:125]
repeated .uk.org.netex.www.netex.FareProductsInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructure fare_productu = 9; -
getFareProductuOrBuilder
FareProductsInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructureOrBuilder getFareProductuOrBuilder(int index) An immaterial marketable element (access rights, discount rights etc), specific to a CHARGING MOMENT. [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 191:125]
repeated .uk.org.netex.www.netex.FareProductsInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructure fare_productu = 9;
-