Interface CrossConstraints_RelStructureOrBuilder

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

public interface CrossConstraints_RelStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getCrossConstraint(int index)
    The definition of a CROSS CONSTRAINTS defining constraints for parameter selection [netex_part_3/part3_consumption/netex_consumption_version.xsd at 243:55]
    int
    The definition of a CROSS CONSTRAINTS defining constraints for parameter selection [netex_part_3/part3_consumption/netex_consumption_version.xsd at 243:55]
    The definition of a CROSS CONSTRAINTS defining constraints for parameter selection [netex_part_3/part3_consumption/netex_consumption_version.xsd at 243:55]
    The definition of a CROSS CONSTRAINTS defining constraints for parameter selection [netex_part_3/part3_consumption/netex_consumption_version.xsd at 243:55]
    The definition of a CROSS CONSTRAINTS defining constraints for parameter selection [netex_part_3/part3_consumption/netex_consumption_version.xsd at 243:55]
    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.

    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.
    • getCrossConstraintList

      List<CrossConstraintType> getCrossConstraintList()
       The definition of a CROSS CONSTRAINTS defining constraints for parameter selection  [netex_part_3/part3_consumption/netex_consumption_version.xsd at 243:55]
       
      repeated .uk.org.netex.www.netex.CrossConstraintType cross_constraint = 3;
    • getCrossConstraint

      CrossConstraintType getCrossConstraint(int index)
       The definition of a CROSS CONSTRAINTS defining constraints for parameter selection  [netex_part_3/part3_consumption/netex_consumption_version.xsd at 243:55]
       
      repeated .uk.org.netex.www.netex.CrossConstraintType cross_constraint = 3;
    • getCrossConstraintCount

      int getCrossConstraintCount()
       The definition of a CROSS CONSTRAINTS defining constraints for parameter selection  [netex_part_3/part3_consumption/netex_consumption_version.xsd at 243:55]
       
      repeated .uk.org.netex.www.netex.CrossConstraintType cross_constraint = 3;
    • getCrossConstraintOrBuilderList

      List<? extends CrossConstraintTypeOrBuilder> getCrossConstraintOrBuilderList()
       The definition of a CROSS CONSTRAINTS defining constraints for parameter selection  [netex_part_3/part3_consumption/netex_consumption_version.xsd at 243:55]
       
      repeated .uk.org.netex.www.netex.CrossConstraintType cross_constraint = 3;
    • getCrossConstraintOrBuilder

      CrossConstraintTypeOrBuilder getCrossConstraintOrBuilder(int index)
       The definition of a CROSS CONSTRAINTS defining constraints for parameter selection  [netex_part_3/part3_consumption/netex_consumption_version.xsd at 243:55]
       
      repeated .uk.org.netex.www.netex.CrossConstraintType cross_constraint = 3;