Interface ClassRelationshipInFrameStructureOrBuilder

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

public interface ClassRelationshipInFrameStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getName

      String getName()
       Name of attribute in CLASS IN REPOSITORY.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 585:47]
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name of attribute in CLASS IN REPOSITORY.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 585:47]
       
      string name = 1;
      Returns:
      The bytes for name.
    • hasRelationshipRef

      boolean hasRelationshipRef()
       Reference to a Relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 133:70]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relationship_ref = 2;
      Returns:
      Whether the relationshipRef field is set.
    • getRelationshipRef

      VersionOfObjectRefStructure getRelationshipRef()
       Reference to a Relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 133:70]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relationship_ref = 2;
      Returns:
      The relationshipRef.
    • getRelationshipRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRelationshipRefOrBuilder()
       Reference to a Relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 133:70]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relationship_ref = 2;
    • getMandatoryValue

      int getMandatoryValue()
       Whether relationship is required, optional or not allowed.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 569:95]
       
      .uk.org.netex.www.netex.MandatoryEnumeration mandatory = 3;
      Returns:
      The enum numeric value on the wire for mandatory.
    • getMandatory

      MandatoryEnumeration getMandatory()
       Whether relationship is required, optional or not allowed.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 569:95]
       
      .uk.org.netex.www.netex.MandatoryEnumeration mandatory = 3;
      Returns:
      The mandatory.
    • getContainmentValue

      int getContainmentValue()
       Whether reference elements can be inline or by reference.  This is constrained by schema usage.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 574:95]
       
      .uk.org.netex.www.netex.ContainmentEnumeration containment = 4;
      Returns:
      The enum numeric value on the wire for containment.
    • getContainment

      ContainmentEnumeration getContainment()
       Whether reference elements can be inline or by reference.  This is constrained by schema usage.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 574:95]
       
      .uk.org.netex.www.netex.ContainmentEnumeration containment = 4;
      Returns:
      The containment.
    • getModificationSetValue

      int getModificationSetValue()
       Whether contained elements must be whole set or can be just a Delta.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 579:88]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 5;
      Returns:
      The enum numeric value on the wire for modificationSet.
    • getModificationSet

      ModificationSetEnumeration getModificationSet()
       Whether contained elements must be whole set or can be just a Delta.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 579:88]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 5;
      Returns:
      The modificationSet.