Package uk.org.netex.www.netex
Interface InfoLinkStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InfoLinkStructure,InfoLinkStructure.Builder
public interface InfoLinkStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSoftware platform for which link is targeted, eg ios, android [netex_framework/netex_utility/netex_utility_types.xsd at 467:42]com.google.protobuf.ByteStringSoftware platform for which link is targeted, eg ios, android [netex_framework/netex_utility/netex_utility_types.xsd at 467:42]getTypeOfInfoLink(int index) Functional classifcation of infolink [netex_framework/netex_utility/netex_utility_types.xsd at 459:42]intFunctional classifcation of infolink [netex_framework/netex_utility/netex_utility_types.xsd at 459:42]Functional classifcation of infolink [netex_framework/netex_utility/netex_utility_types.xsd at 459:42]intgetTypeOfInfoLinkValue(int index) Functional classifcation of infolink [netex_framework/netex_utility/netex_utility_types.xsd at 459:42]Functional classifcation of infolink [netex_framework/netex_utility/netex_utility_types.xsd at 459:42]getValue()Type for Info LinK.com.google.protobuf.ByteStringType for Info LinK.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
-
getTypeOfInfoLinkList
List<TypeOfInfolinkEnumeration> getTypeOfInfoLinkList()Functional classifcation of infolink [netex_framework/netex_utility/netex_utility_types.xsd at 459:42]
repeated .uk.org.netex.www.netex.TypeOfInfolinkEnumeration type_of_info_link = 1 [packed = true];- Returns:
- A list containing the typeOfInfoLink.
-
getTypeOfInfoLinkCount
int getTypeOfInfoLinkCount()Functional classifcation of infolink [netex_framework/netex_utility/netex_utility_types.xsd at 459:42]
repeated .uk.org.netex.www.netex.TypeOfInfolinkEnumeration type_of_info_link = 1 [packed = true];- Returns:
- The count of typeOfInfoLink.
-
getTypeOfInfoLink
Functional classifcation of infolink [netex_framework/netex_utility/netex_utility_types.xsd at 459:42]
repeated .uk.org.netex.www.netex.TypeOfInfolinkEnumeration type_of_info_link = 1 [packed = true];- Parameters:
index- The index of the element to return.- Returns:
- The typeOfInfoLink at the given index.
-
getTypeOfInfoLinkValueList
Functional classifcation of infolink [netex_framework/netex_utility/netex_utility_types.xsd at 459:42]
repeated .uk.org.netex.www.netex.TypeOfInfolinkEnumeration type_of_info_link = 1 [packed = true];- Returns:
- A list containing the enum numeric values on the wire for typeOfInfoLink.
-
getTypeOfInfoLinkValue
int getTypeOfInfoLinkValue(int index) Functional classifcation of infolink [netex_framework/netex_utility/netex_utility_types.xsd at 459:42]
repeated .uk.org.netex.www.netex.TypeOfInfolinkEnumeration type_of_info_link = 1 [packed = true];- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of typeOfInfoLink at the given index.
-
getTargetPlatform
String getTargetPlatform()Software platform for which link is targeted, eg ios, android [netex_framework/netex_utility/netex_utility_types.xsd at 467:42]
string target_platform = 4;- Returns:
- The targetPlatform.
-
getTargetPlatformBytes
com.google.protobuf.ByteString getTargetPlatformBytes()Software platform for which link is targeted, eg ios, android [netex_framework/netex_utility/netex_utility_types.xsd at 467:42]
string target_platform = 4;- Returns:
- The bytes for targetPlatform.
-
getValue
String getValue()Type for Info LinK. [netex_framework/netex_utility/netex_utility_types.xsd at 453:44]
string value = 2;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()Type for Info LinK. [netex_framework/netex_utility/netex_utility_types.xsd at 453:44]
string value = 2;- Returns:
- The bytes for value.
-