Interface CommonCell_VersionedChildStructureOrBuilder

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

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

    • getId

      String getId()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Returns:
      The bytes for id.
    • hasCreated

      boolean hasCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Returns:
      Whether the created field is set.
    • getCreated

      com.google.protobuf.Timestamp getCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Returns:
      The created.
    • getCreatedOrBuilder

      com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • hasChanged

      boolean hasChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Returns:
      Whether the changed field is set.
    • getChanged

      com.google.protobuf.Timestamp getChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Returns:
      The changed.
    • getChangedOrBuilder

      com.google.protobuf.TimestampOrBuilder getChangedOrBuilder()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • getVersion

      String getVersion()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Returns:
      The version.
    • getVersionBytes

      com.google.protobuf.ByteString getVersionBytes()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Returns:
      The bytes for version.
    • getStatusValue

      int getStatusValue()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      StatusEnumeration getStatus()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Returns:
      The status.
    • getDerivedFromVersionRef

      String getDerivedFromVersionRef()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 168;
      Returns:
      The derivedFromVersionRef.
    • getDerivedFromVersionRefBytes

      com.google.protobuf.ByteString getDerivedFromVersionRefBytes()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 168;
      Returns:
      The bytes for derivedFromVersionRef.
    • getDerivedFromObjectRef

      String getDerivedFromObjectRef()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 169;
      Returns:
      The derivedFromObjectRef.
    • getDerivedFromObjectRefBytes

      com.google.protobuf.ByteString getDerivedFromObjectRefBytes()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 169;
      Returns:
      The bytes for derivedFromObjectRef.
    • hasValidityConditions

      boolean hasValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

      ValidityConditions_RelStructure getValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Returns:
      The validityConditions.
    • getValidityConditionsOrBuilder

      ValidityConditions_RelStructureOrBuilder getValidityConditionsOrBuilder()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
    • getValidBetweenList

      List<ValidBetweenType> getValidBetweenList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • getValidBetween

      ValidBetweenType getValidBetween(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • getValidBetweenCount

      int getValidBetweenCount()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • getValidBetweenOrBuilderList

      List<? extends ValidBetweenTypeOrBuilder> getValidBetweenOrBuilderList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • getValidBetweenOrBuilder

      ValidBetweenTypeOrBuilder getValidBetweenOrBuilder(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • hasAlternativeTexts

      boolean hasAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Returns:
      Whether the alternativeTexts field is set.
    • getAlternativeTexts

      AlternativeTexts_RelStructure getAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Returns:
      The alternativeTexts.
    • getAlternativeTextsOrBuilder

      AlternativeTexts_RelStructureOrBuilder getAlternativeTextsOrBuilder()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
    • hasExtensions

      boolean hasExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 71;
      Returns:
      Whether the extensions field is set.
    • getExtensions

      ExtensionsStructure getExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 71;
      Returns:
      The extensions.
    • getExtensionsOrBuilder

      ExtensionsStructureOrBuilder getExtensionsOrBuilder()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 71;
    • getOrder

      int getOrder()
       Order in which cell is to appear.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 469:52]
       
      int32 order = 101;
      Returns:
      The order.
    • hasName

      boolean hasName()
       Name of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 482:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      Whether the name field is set.
    • getName

       Name of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 482:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      The name.
    • getNameOrBuilder

      MultilingualStringOrBuilder getNameOrBuilder()
       Name of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 482:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • hasDescription

      boolean hasDescription()
       Description of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 487:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Returns:
      Whether the description field is set.
    • getDescription

      MultilingualString getDescription()
       Description of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 487:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Returns:
      The description.
    • getDescriptionOrBuilder

      MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 487:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • hasColumnRef

      boolean hasColumnRef()
       Column for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 725:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure column_ref = 165;
      Returns:
      Whether the columnRef field is set.
    • getColumnRef

       Column for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 725:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure column_ref = 165;
      Returns:
      The columnRef.
    • getColumnRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getColumnRefOrBuilder()
       Column for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 725:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure column_ref = 165;
    • hasRowRef

      boolean hasRowRef()
       Row for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 730:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure row_ref = 166;
      Returns:
      Whether the rowRef field is set.
    • getRowRef

       Row for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 730:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure row_ref = 166;
      Returns:
      The rowRef.
    • getRowRefOrBuilder

       Row for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 730:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure row_ref = 166;
    • hasFareTableRef

      boolean hasFareTableRef()
       Reference to a FARE TABLE.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 80:104]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure fare_table_ref = 163;
      Returns:
      Whether the fareTableRef field is set.
    • getFareTableRef

      GroupOfEntitiesRefStructure getFareTableRef()
       Reference to a FARE TABLE.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 80:104]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure fare_table_ref = 163;
      Returns:
      The fareTableRef.
    • getFareTableRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getFareTableRefOrBuilder()
       Reference to a FARE TABLE.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 80:104]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure fare_table_ref = 163;
    • hasStandardFareTableRef

      boolean hasStandardFareTableRef()
       Reference to a STANDARD FARE TABLE  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 118:113]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure standard_fare_table_ref = 164;
      Returns:
      Whether the standardFareTableRef field is set.
    • getStandardFareTableRef

      GroupOfEntitiesRefStructure getStandardFareTableRef()
       Reference to a STANDARD FARE TABLE  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 118:113]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure standard_fare_table_ref = 164;
      Returns:
      The standardFareTableRef.
    • getStandardFareTableRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getStandardFareTableRefOrBuilder()
       Reference to a STANDARD FARE TABLE  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 118:113]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure standard_fare_table_ref = 164;
    • getFareTableRefStructureCase