Interface VersionsInFrame_RelStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
VersionsInFrame_RelStructure, VersionsInFrame_RelStructure.Builder

@Generated public interface VersionsInFrame_RelStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Identifier of the relationship.
    com.google.protobuf.ByteString
    Identifier of the relationship.
    Whether this is a list of all (revise) or just changes.
    int
    Whether this is a list of all (revise) or just changes.
    getVersion(int index)
    A group of operational data instances which share the same VALIDITY CONDITIONs.
    int
    A group of operational data instances which share the same VALIDITY CONDITIONs.
    A group of operational data instances which share the same VALIDITY CONDITIONs.
    A group of operational data instances which share the same VALIDITY CONDITIONs.
    A group of operational data instances which share the same VALIDITY CONDITIONs.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.
    • getModificationSetValue

      int getModificationSetValue()
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 198:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Returns:
      The enum numeric value on the wire for modificationSet.
    • getModificationSet

      ModificationSetEnumeration getModificationSet()
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 198:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Returns:
      The modificationSet.
    • getVersionList

      List<VersionType> getVersionList()
       A group of operational data instances which share the same VALIDITY CONDITIONs. A VERSION belongs to a unique VERSION FRAME and is characterized by a unique TYPE OF VERSION. E.g.  NETWORK VERSION for Line 12 starting from 2000-01-01.  [netex_framework/netex_responsibility/netex_version_version.xsd at 139:68]
       
      repeated .uk.org.netex.www.netex.VersionType version = 3;
    • getVersion

      VersionType getVersion(int index)
       A group of operational data instances which share the same VALIDITY CONDITIONs. A VERSION belongs to a unique VERSION FRAME and is characterized by a unique TYPE OF VERSION. E.g.  NETWORK VERSION for Line 12 starting from 2000-01-01.  [netex_framework/netex_responsibility/netex_version_version.xsd at 139:68]
       
      repeated .uk.org.netex.www.netex.VersionType version = 3;
    • getVersionCount

      int getVersionCount()
       A group of operational data instances which share the same VALIDITY CONDITIONs. A VERSION belongs to a unique VERSION FRAME and is characterized by a unique TYPE OF VERSION. E.g.  NETWORK VERSION for Line 12 starting from 2000-01-01.  [netex_framework/netex_responsibility/netex_version_version.xsd at 139:68]
       
      repeated .uk.org.netex.www.netex.VersionType version = 3;
    • getVersionOrBuilderList

      List<? extends VersionTypeOrBuilder> getVersionOrBuilderList()
       A group of operational data instances which share the same VALIDITY CONDITIONs. A VERSION belongs to a unique VERSION FRAME and is characterized by a unique TYPE OF VERSION. E.g.  NETWORK VERSION for Line 12 starting from 2000-01-01.  [netex_framework/netex_responsibility/netex_version_version.xsd at 139:68]
       
      repeated .uk.org.netex.www.netex.VersionType version = 3;
    • getVersionOrBuilder

      VersionTypeOrBuilder getVersionOrBuilder(int index)
       A group of operational data instances which share the same VALIDITY CONDITIONs. A VERSION belongs to a unique VERSION FRAME and is characterized by a unique TYPE OF VERSION. E.g.  NETWORK VERSION for Line 12 starting from 2000-01-01.  [netex_framework/netex_responsibility/netex_version_version.xsd at 139:68]
       
      repeated .uk.org.netex.www.netex.VersionType version = 3;