Package uk.org.netex.www.netex
Interface TypesOfValueStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TypesOfValueStructure,TypesOfValueStructure.Builder
@Generated
public interface TypesOfValueStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getTypeOfValue(int index) A code value from an extensible set, i.e.intA code value from an extensible set, i.e.A code value from an extensible set, i.e.getTypeOfValueOrBuilder(int index) A code value from an extensible set, i.e.A code value from an extensible set, i.e.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.
-
getTypeOfValueList
List<TypesOfValueStructure.ChoiceWrapper_TypeOfValue_VersionStructure> getTypeOfValueList()A code value from an extensible set, i.e. which may be added to by user applications and is used to validate the properties of Entities. [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 98:124]
repeated .uk.org.netex.www.netex.TypesOfValueStructure.ChoiceWrapper_TypeOfValue_VersionStructure type_of_value = 65; -
getTypeOfValue
A code value from an extensible set, i.e. which may be added to by user applications and is used to validate the properties of Entities. [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 98:124]
repeated .uk.org.netex.www.netex.TypesOfValueStructure.ChoiceWrapper_TypeOfValue_VersionStructure type_of_value = 65; -
getTypeOfValueCount
int getTypeOfValueCount()A code value from an extensible set, i.e. which may be added to by user applications and is used to validate the properties of Entities. [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 98:124]
repeated .uk.org.netex.www.netex.TypesOfValueStructure.ChoiceWrapper_TypeOfValue_VersionStructure type_of_value = 65; -
getTypeOfValueOrBuilderList
List<? extends TypesOfValueStructure.ChoiceWrapper_TypeOfValue_VersionStructureOrBuilder> getTypeOfValueOrBuilderList()A code value from an extensible set, i.e. which may be added to by user applications and is used to validate the properties of Entities. [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 98:124]
repeated .uk.org.netex.www.netex.TypesOfValueStructure.ChoiceWrapper_TypeOfValue_VersionStructure type_of_value = 65; -
getTypeOfValueOrBuilder
TypesOfValueStructure.ChoiceWrapper_TypeOfValue_VersionStructureOrBuilder getTypeOfValueOrBuilder(int index) A code value from an extensible set, i.e. which may be added to by user applications and is used to validate the properties of Entities. [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 98:124]
repeated .uk.org.netex.www.netex.TypesOfValueStructure.ChoiceWrapper_TypeOfValue_VersionStructure type_of_value = 65;
-