Package uk.org.netex.www.netex
Interface PrivateCodeStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PrivateCodeStructure,PrivateCodeStructure.Builder
@Generated
public interface PrivateCodeStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getType
String getType()Nature of code. [netex_framework/netex_utility/netex_utility_types.xsd at 111:60]
string type = 1;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()Nature of code. [netex_framework/netex_utility/netex_utility_types.xsd at 111:60]
string type = 1;- Returns:
- The bytes for type.
-
getValue
String getValue()Type describing a private code. [netex_framework/netex_utility/netex_utility_types.xsd at 105:47]
string value = 2;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()Type describing a private code. [netex_framework/netex_utility/netex_utility_types.xsd at 105:47]
string value = 2;- Returns:
- The bytes for value.
-