Package uk.org.netex.www.netex
Interface MediumAccessDevicesInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MediumAccessDevicesInFrame_RelStructure,MediumAccessDevicesInFrame_RelStructure.Builder
@Generated
public interface MediumAccessDevicesInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChoiceWrapper(int index) Use explicit choice as workaround for SG issues [netex_part_3/part3_salesTransactions/netex_mediumApplication_version.xsd at 25:39]intUse explicit choice as workaround for SG issues [netex_part_3/part3_salesTransactions/netex_mediumApplication_version.xsd at 25:39]Use explicit choice as workaround for SG issues [netex_part_3/part3_salesTransactions/netex_mediumApplication_version.xsd at 25:39]getChoiceWrapperOrBuilder(int index) Use explicit choice as workaround for SG issues [netex_part_3/part3_salesTransactions/netex_mediumApplication_version.xsd at 25:39]List<? extends MediumAccessDevicesInFrame_RelStructure.ChoiceWrapper_MediumAccessDevicesInFrame_RelStructureOrBuilder> Use explicit choice as workaround for SG issues [netex_part_3/part3_salesTransactions/netex_mediumApplication_version.xsd at 25:39]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.
-
getChoiceWrapperList
List<MediumAccessDevicesInFrame_RelStructure.ChoiceWrapper_MediumAccessDevicesInFrame_RelStructure> getChoiceWrapperList()Use explicit choice as workaround for SG issues [netex_part_3/part3_salesTransactions/netex_mediumApplication_version.xsd at 25:39]
repeated .uk.org.netex.www.netex.MediumAccessDevicesInFrame_RelStructure.ChoiceWrapper_MediumAccessDevicesInFrame_RelStructure choice_wrapper = 2; -
getChoiceWrapper
MediumAccessDevicesInFrame_RelStructure.ChoiceWrapper_MediumAccessDevicesInFrame_RelStructure getChoiceWrapper(int index) Use explicit choice as workaround for SG issues [netex_part_3/part3_salesTransactions/netex_mediumApplication_version.xsd at 25:39]
repeated .uk.org.netex.www.netex.MediumAccessDevicesInFrame_RelStructure.ChoiceWrapper_MediumAccessDevicesInFrame_RelStructure choice_wrapper = 2; -
getChoiceWrapperCount
int getChoiceWrapperCount()Use explicit choice as workaround for SG issues [netex_part_3/part3_salesTransactions/netex_mediumApplication_version.xsd at 25:39]
repeated .uk.org.netex.www.netex.MediumAccessDevicesInFrame_RelStructure.ChoiceWrapper_MediumAccessDevicesInFrame_RelStructure choice_wrapper = 2; -
getChoiceWrapperOrBuilderList
List<? extends MediumAccessDevicesInFrame_RelStructure.ChoiceWrapper_MediumAccessDevicesInFrame_RelStructureOrBuilder> getChoiceWrapperOrBuilderList()Use explicit choice as workaround for SG issues [netex_part_3/part3_salesTransactions/netex_mediumApplication_version.xsd at 25:39]
repeated .uk.org.netex.www.netex.MediumAccessDevicesInFrame_RelStructure.ChoiceWrapper_MediumAccessDevicesInFrame_RelStructure choice_wrapper = 2; -
getChoiceWrapperOrBuilder
MediumAccessDevicesInFrame_RelStructure.ChoiceWrapper_MediumAccessDevicesInFrame_RelStructureOrBuilder getChoiceWrapperOrBuilder(int index) Use explicit choice as workaround for SG issues [netex_part_3/part3_salesTransactions/netex_mediumApplication_version.xsd at 25:39]
repeated .uk.org.netex.www.netex.MediumAccessDevicesInFrame_RelStructure.ChoiceWrapper_MediumAccessDevicesInFrame_RelStructure choice_wrapper = 2;
-