Interface ResponsibilityRoleAssignments_RelStructureOrBuilder

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

public interface ResponsibilityRoleAssignments_RelStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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.
    • getResponsibilityRoleAssignmentList

      List<ResponsibilityRoleAssignment_VersionedChildStructure> getResponsibilityRoleAssignmentList()
       Assignment of a specific RESPONSIBILITY ROLE to a specific organisation and/or subdivision.  [netex_framework/netex_responsibility/netex_responsibilitySet_version.xsd at 230:111]
       
      repeated .uk.org.netex.www.netex.ResponsibilityRoleAssignment_VersionedChildStructure responsibility_role_assignment = 2;
    • getResponsibilityRoleAssignment

      ResponsibilityRoleAssignment_VersionedChildStructure getResponsibilityRoleAssignment(int index)
       Assignment of a specific RESPONSIBILITY ROLE to a specific organisation and/or subdivision.  [netex_framework/netex_responsibility/netex_responsibilitySet_version.xsd at 230:111]
       
      repeated .uk.org.netex.www.netex.ResponsibilityRoleAssignment_VersionedChildStructure responsibility_role_assignment = 2;
    • getResponsibilityRoleAssignmentCount

      int getResponsibilityRoleAssignmentCount()
       Assignment of a specific RESPONSIBILITY ROLE to a specific organisation and/or subdivision.  [netex_framework/netex_responsibility/netex_responsibilitySet_version.xsd at 230:111]
       
      repeated .uk.org.netex.www.netex.ResponsibilityRoleAssignment_VersionedChildStructure responsibility_role_assignment = 2;
    • getResponsibilityRoleAssignmentOrBuilderList

      List<? extends ResponsibilityRoleAssignment_VersionedChildStructureOrBuilder> getResponsibilityRoleAssignmentOrBuilderList()
       Assignment of a specific RESPONSIBILITY ROLE to a specific organisation and/or subdivision.  [netex_framework/netex_responsibility/netex_responsibilitySet_version.xsd at 230:111]
       
      repeated .uk.org.netex.www.netex.ResponsibilityRoleAssignment_VersionedChildStructure responsibility_role_assignment = 2;
    • getResponsibilityRoleAssignmentOrBuilder

      ResponsibilityRoleAssignment_VersionedChildStructureOrBuilder getResponsibilityRoleAssignmentOrBuilder(int index)
       Assignment of a specific RESPONSIBILITY ROLE to a specific organisation and/or subdivision.  [netex_framework/netex_responsibility/netex_responsibilitySet_version.xsd at 230:111]
       
      repeated .uk.org.netex.www.netex.ResponsibilityRoleAssignment_VersionedChildStructure responsibility_role_assignment = 2;