Package uk.org.netex.www.netex
Interface ClassRefStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClassRefStructure,ClassRefStructure.Builder
public interface ClassRefStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()Type for a reference to the Class of a ENTITY.com.google.protobuf.ByteStringType for a reference to the Class of a ENTITY.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
-
getValue
String getValue()Type for a reference to the Class of a ENTITY. [netex_framework/netex_responsibility/netex_entity_support.xsd at 119:44]
string value = 2;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()Type for a reference to the Class of a ENTITY. [netex_framework/netex_responsibility/netex_entity_support.xsd at 119:44]
string value = 2;- Returns:
- The bytes for value.
-