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