Interface PurposeOfGroupingTypeOrBuilder

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

@Generated public interface PurposeOfGroupingTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • 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 = 353;
      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 = 353;
      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 = 354;
      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 = 354;
      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;
    • hasKeyList

      boolean hasKeyList()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Returns:
      Whether the keyList field is set.
    • getKeyList

      KeyListStructure getKeyList()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Returns:
      The keyList.
    • getKeyListOrBuilder

      KeyListStructureOrBuilder getKeyListOrBuilder()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
    • 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 = 72;
      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 = 72;
      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 = 72;
    • hasBrandingRef

      boolean hasBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Returns:
      Whether the brandingRef field is set.
    • getBrandingRef

      VersionOfObjectRefStructure getBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Returns:
      The brandingRef.
    • getBrandingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getBrandingRefOrBuilder()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • hasName

      boolean hasName()
       Name of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 120:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      Whether the name field is set.
    • getName

       Name of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 120:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      The name.
    • getNameOrBuilder

      MultilingualStringOrBuilder getNameOrBuilder()
       Name of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 120:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • hasShortName

      boolean hasShortName()
       Short Name for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 125:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Returns:
      Whether the shortName field is set.
    • getShortName

      MultilingualString getShortName()
       Short Name for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 125:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Returns:
      The shortName.
    • getShortNameOrBuilder

      MultilingualStringOrBuilder getShortNameOrBuilder()
       Short Name for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 125:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
    • hasDescription

      boolean hasDescription()
       Description of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 130:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Returns:
      Whether the description field is set.
    • getDescription

      MultilingualString getDescription()
       Description of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 130:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Returns:
      The description.
    • getDescriptionOrBuilder

      MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 130:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • getImage

      String getImage()
       Default image for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 135:62]
       
      string image = 164;
      Returns:
      The image.
    • getImageBytes

      com.google.protobuf.ByteString getImageBytes()
       Default image for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 135:62]
       
      string image = 164;
      Returns:
      The bytes for image.
    • getUrl

      String getUrl()
       Default URL for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 140:60]
       
      string url = 165;
      Returns:
      The url.
    • getUrlBytes

      com.google.protobuf.ByteString getUrlBytes()
       Default URL for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 140:60]
       
      string url = 165;
      Returns:
      The bytes for url.
    • hasPrivateCode

      boolean hasPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 166;
      Returns:
      Whether the privateCode field is set.
    • getPrivateCode

      PrivateCodeStructure getPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 166;
      Returns:
      The privateCode.
    • getPrivateCodeOrBuilder

      PrivateCodeStructureOrBuilder getPrivateCodeOrBuilder()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 166;
    • hasClasses

      boolean hasClasses()
       Allowed class types for grouping.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 231:76]
       
      .uk.org.netex.www.netex.ClassRefs_RelStructure classes = 281;
      Returns:
      Whether the classes field is set.
    • getClasses

       Allowed class types for grouping.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 231:76]
       
      .uk.org.netex.www.netex.ClassRefs_RelStructure classes = 281;
      Returns:
      The classes.
    • getClassesOrBuilder

      ClassRefs_RelStructureOrBuilder getClassesOrBuilder()
       Allowed class types for grouping.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 231:76]
       
      .uk.org.netex.www.netex.ClassRefs_RelStructure classes = 281;
    • getId

      String getId()
       [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 209:63]
       
      string id = 351;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 209:63]
       
      string id = 351;
      Returns:
      The bytes for id.
    • hasTypeOfEntity

      boolean hasTypeOfEntity()
       A Type of value used to classify an ENTITY.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 215:104]
       
      .uk.org.netex.www.netex.TypeOfEntity_VersionStructure type_of_entity = 282;
      Returns:
      Whether the typeOfEntity field is set.
    • getTypeOfEntity

       A Type of value used to classify an ENTITY.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 215:104]
       
      .uk.org.netex.www.netex.TypeOfEntity_VersionStructure type_of_entity = 282;
      Returns:
      The typeOfEntity.
    • getTypeOfEntityOrBuilder

      TypeOfEntity_VersionStructureOrBuilder getTypeOfEntityOrBuilder()
       A Type of value used to classify an ENTITY.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 215:104]
       
      .uk.org.netex.www.netex.TypeOfEntity_VersionStructure type_of_entity = 282;
    • hasTypeOfResponsibilityRole

      boolean hasTypeOfResponsibilityRole()
       Classification of a RESPONSIBILITY ROLE  [netex_framework/netex_responsibility/netex_responsibilitySet_version.xsd at 314:97]
       
      .uk.org.netex.www.netex.TypeOfResponsibilityRoleType type_of_responsibility_role = 283;
      Returns:
      Whether the typeOfResponsibilityRole field is set.
    • getTypeOfResponsibilityRole

      TypeOfResponsibilityRoleType getTypeOfResponsibilityRole()
       Classification of a RESPONSIBILITY ROLE  [netex_framework/netex_responsibility/netex_responsibilitySet_version.xsd at 314:97]
       
      .uk.org.netex.www.netex.TypeOfResponsibilityRoleType type_of_responsibility_role = 283;
      Returns:
      The typeOfResponsibilityRole.
    • getTypeOfResponsibilityRoleOrBuilder

      TypeOfResponsibilityRoleTypeOrBuilder getTypeOfResponsibilityRoleOrBuilder()
       Classification of a RESPONSIBILITY ROLE  [netex_framework/netex_responsibility/netex_responsibilitySet_version.xsd at 314:97]
       
      .uk.org.netex.www.netex.TypeOfResponsibilityRoleType type_of_responsibility_role = 283;
    • hasTypeOfFrame

      boolean hasTypeOfFrame()
       Classification of TYPE OF VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 270:67]
       
      .uk.org.netex.www.netex.TypeOfFrameType type_of_frame = 284;
      Returns:
      Whether the typeOfFrame field is set.
    • getTypeOfFrame

      TypeOfFrameType getTypeOfFrame()
       Classification of TYPE OF VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 270:67]
       
      .uk.org.netex.www.netex.TypeOfFrameType type_of_frame = 284;
      Returns:
      The typeOfFrame.
    • getTypeOfFrameOrBuilder

      TypeOfFrameTypeOrBuilder getTypeOfFrameOrBuilder()
       Classification of TYPE OF VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 270:67]
       
      .uk.org.netex.www.netex.TypeOfFrameType type_of_frame = 284;
    • hasTypeOfProjection

      boolean hasTypeOfProjection()
       Classification of a PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 499:89]
       
      .uk.org.netex.www.netex.TypeOfProjectionType type_of_projection = 285;
      Returns:
      Whether the typeOfProjection field is set.
    • getTypeOfProjection

      TypeOfProjectionType getTypeOfProjection()
       Classification of a PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 499:89]
       
      .uk.org.netex.www.netex.TypeOfProjectionType type_of_projection = 285;
      Returns:
      The typeOfProjection.
    • getTypeOfProjectionOrBuilder

      TypeOfProjectionTypeOrBuilder getTypeOfProjectionOrBuilder()
       Classification of a PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 499:89]
       
      .uk.org.netex.www.netex.TypeOfProjectionType type_of_projection = 285;
    • hasTypeOfPoint

      boolean hasTypeOfPoint()
       A classification of POINTs according to their functional purpose.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 339:84]
       
      .uk.org.netex.www.netex.TypeOfPointType type_of_point = 286;
      Returns:
      Whether the typeOfPoint field is set.
    • getTypeOfPoint

      TypeOfPointType getTypeOfPoint()
       A classification of POINTs according to their functional purpose.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 339:84]
       
      .uk.org.netex.www.netex.TypeOfPointType type_of_point = 286;
      Returns:
      The typeOfPoint.
    • getTypeOfPointOrBuilder

      TypeOfPointTypeOrBuilder getTypeOfPointOrBuilder()
       A classification of POINTs according to their functional purpose.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 339:84]
       
      .uk.org.netex.www.netex.TypeOfPointType type_of_point = 286;
    • hasTypeOfLink

      boolean hasTypeOfLink()
       A classification of LINKs according to their functional purpose.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 376:83]
       
      .uk.org.netex.www.netex.TypeOfLinkType type_of_link = 287;
      Returns:
      Whether the typeOfLink field is set.
    • getTypeOfLink

      TypeOfLinkType getTypeOfLink()
       A classification of LINKs according to their functional purpose.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 376:83]
       
      .uk.org.netex.www.netex.TypeOfLinkType type_of_link = 287;
      Returns:
      The typeOfLink.
    • getTypeOfLinkOrBuilder

      TypeOfLinkTypeOrBuilder getTypeOfLinkOrBuilder()
       A classification of LINKs according to their functional purpose.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 376:83]
       
      .uk.org.netex.www.netex.TypeOfLinkType type_of_link = 287;
    • hasTypeOfZone

      boolean hasTypeOfZone()
       Classification of a ZONe.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 327:83]
       
      .uk.org.netex.www.netex.TypeOfZoneType type_of_zone = 288;
      Returns:
      Whether the typeOfZone field is set.
    • getTypeOfZone

      TypeOfZoneType getTypeOfZone()
       Classification of a ZONe.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 327:83]
       
      .uk.org.netex.www.netex.TypeOfZoneType type_of_zone = 288;
      Returns:
      The typeOfZone.
    • getTypeOfZoneOrBuilder

      TypeOfZoneTypeOrBuilder getTypeOfZoneOrBuilder()
       Classification of a ZONe.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 327:83]
       
      .uk.org.netex.www.netex.TypeOfZoneType type_of_zone = 288;
    • hasTypeOfOrganisation

      boolean hasTypeOfOrganisation()
       Classification of an ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 850:91]
       
      .uk.org.netex.www.netex.TypeOfOrganisationType type_of_organisation = 289;
      Returns:
      Whether the typeOfOrganisation field is set.
    • getTypeOfOrganisation

      TypeOfOrganisationType getTypeOfOrganisation()
       Classification of an ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 850:91]
       
      .uk.org.netex.www.netex.TypeOfOrganisationType type_of_organisation = 289;
      Returns:
      The typeOfOrganisation.
    • getTypeOfOrganisationOrBuilder

      TypeOfOrganisationTypeOrBuilder getTypeOfOrganisationOrBuilder()
       Classification of an ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 850:91]
       
      .uk.org.netex.www.netex.TypeOfOrganisationType type_of_organisation = 289;
    • hasTypeOfOrganisationPart

      boolean hasTypeOfOrganisationPart()
       Classification of an ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 887:95]
       
      .uk.org.netex.www.netex.TypeOfOrganisationPartType type_of_organisation_part = 290;
      Returns:
      Whether the typeOfOrganisationPart field is set.
    • getTypeOfOrganisationPart

      TypeOfOrganisationPartType getTypeOfOrganisationPart()
       Classification of an ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 887:95]
       
      .uk.org.netex.www.netex.TypeOfOrganisationPartType type_of_organisation_part = 290;
      Returns:
      The typeOfOrganisationPart.
    • getTypeOfOrganisationPartOrBuilder

      TypeOfOrganisationPartTypeOrBuilder getTypeOfOrganisationPartOrBuilder()
       Classification of an ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 887:95]
       
      .uk.org.netex.www.netex.TypeOfOrganisationPartType type_of_organisation_part = 290;
    • hasTypeOfOperation

      boolean hasTypeOfOperation()
       Classification of an OPERATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 924:88]
       
      .uk.org.netex.www.netex.TypeOfOperationType type_of_operation = 291;
      Returns:
      Whether the typeOfOperation field is set.
    • getTypeOfOperation

      TypeOfOperationType getTypeOfOperation()
       Classification of an OPERATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 924:88]
       
      .uk.org.netex.www.netex.TypeOfOperationType type_of_operation = 291;
      Returns:
      The typeOfOperation.
    • getTypeOfOperationOrBuilder

      TypeOfOperationTypeOrBuilder getTypeOfOperationOrBuilder()
       Classification of an OPERATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 924:88]
       
      .uk.org.netex.www.netex.TypeOfOperationType type_of_operation = 291;
    • hasTypeOfTransfer

      boolean hasTypeOfTransfer()
       Classification of a TRANSFER.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 196:70]
       
      .uk.org.netex.www.netex.TypeOfTransferType type_of_transfer = 292;
      Returns:
      Whether the typeOfTransfer field is set.
    • getTypeOfTransfer

      TypeOfTransferType getTypeOfTransfer()
       Classification of a TRANSFER.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 196:70]
       
      .uk.org.netex.www.netex.TypeOfTransferType type_of_transfer = 292;
      Returns:
      The typeOfTransfer.
    • getTypeOfTransferOrBuilder

      TypeOfTransferTypeOrBuilder getTypeOfTransferOrBuilder()
       Classification of a TRANSFER.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 196:70]
       
      .uk.org.netex.www.netex.TypeOfTransferType type_of_transfer = 292;
    • hasTypeOfPlace

      boolean hasTypeOfPlace()
       Classification of a PLACE.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 228:67]
       
      .uk.org.netex.www.netex.TypeOfPlaceType type_of_place = 293;
      Returns:
      Whether the typeOfPlace field is set.
    • getTypeOfPlace

      TypeOfPlaceType getTypeOfPlace()
       Classification of a PLACE.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 228:67]
       
      .uk.org.netex.www.netex.TypeOfPlaceType type_of_place = 293;
      Returns:
      The typeOfPlace.
    • getTypeOfPlaceOrBuilder

      TypeOfPlaceTypeOrBuilder getTypeOfPlaceOrBuilder()
       Classification of a PLACE.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 228:67]
       
      .uk.org.netex.www.netex.TypeOfPlaceType type_of_place = 293;
    • hasTypeOfLinkSequence

      boolean hasTypeOfLinkSequence()
       A classification of LINK SEQUENCEs according to their functional purpose.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 209:91]
       
      .uk.org.netex.www.netex.TypeOfLinkSequenceType type_of_link_sequence = 294;
      Returns:
      Whether the typeOfLinkSequence field is set.
    • getTypeOfLinkSequence

      TypeOfLinkSequenceType getTypeOfLinkSequence()
       A classification of LINK SEQUENCEs according to their functional purpose.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 209:91]
       
      .uk.org.netex.www.netex.TypeOfLinkSequenceType type_of_link_sequence = 294;
      Returns:
      The typeOfLinkSequence.
    • getTypeOfLinkSequenceOrBuilder

      TypeOfLinkSequenceTypeOrBuilder getTypeOfLinkSequenceOrBuilder()
       A classification of LINK SEQUENCEs according to their functional purpose.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 209:91]
       
      .uk.org.netex.www.netex.TypeOfLinkSequenceType type_of_link_sequence = 294;
    • hasTypeOfFeature

      boolean hasTypeOfFeature()
       TYPE OF FEATURe.  [netex_framework/netex_genericFramework/netex_spatialFeature_version.xsd at 232:86]
       
      .uk.org.netex.www.netex.TypeOfFeatureType type_of_feature = 295;
      Returns:
      Whether the typeOfFeature field is set.
    • getTypeOfFeature

      TypeOfFeatureType getTypeOfFeature()
       TYPE OF FEATURe.  [netex_framework/netex_genericFramework/netex_spatialFeature_version.xsd at 232:86]
       
      .uk.org.netex.www.netex.TypeOfFeatureType type_of_feature = 295;
      Returns:
      The typeOfFeature.
    • getTypeOfFeatureOrBuilder

      TypeOfFeatureTypeOrBuilder getTypeOfFeatureOrBuilder()
       TYPE OF FEATURe.  [netex_framework/netex_genericFramework/netex_spatialFeature_version.xsd at 232:86]
       
      .uk.org.netex.www.netex.TypeOfFeatureType type_of_feature = 295;
    • hasTypeOfEquipment

      boolean hasTypeOfEquipment()
       A classification of a EQUIPMENT according to its functional purpose.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 262:88]
       
      .uk.org.netex.www.netex.TypeOfEquipmentType type_of_equipment = 296;
      Returns:
      Whether the typeOfEquipment field is set.
    • getTypeOfEquipment

      TypeOfEquipmentType getTypeOfEquipment()
       A classification of a EQUIPMENT according to its functional purpose.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 262:88]
       
      .uk.org.netex.www.netex.TypeOfEquipmentType type_of_equipment = 296;
      Returns:
      The typeOfEquipment.
    • getTypeOfEquipmentOrBuilder

      TypeOfEquipmentTypeOrBuilder getTypeOfEquipmentOrBuilder()
       A classification of a EQUIPMENT according to its functional purpose.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 262:88]
       
      .uk.org.netex.www.netex.TypeOfEquipmentType type_of_equipment = 296;
    • hasTypeOfService

      boolean hasTypeOfService()
       Classification of a Service.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 308:86]
       
      .uk.org.netex.www.netex.TypeOfServiceType type_of_service = 297;
      Returns:
      Whether the typeOfService field is set.
    • getTypeOfService

      TypeOfServiceType getTypeOfService()
       Classification of a Service.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 308:86]
       
      .uk.org.netex.www.netex.TypeOfServiceType type_of_service = 297;
      Returns:
      The typeOfService.
    • getTypeOfServiceOrBuilder

      TypeOfServiceTypeOrBuilder getTypeOfServiceOrBuilder()
       Classification of a Service.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 308:86]
       
      .uk.org.netex.www.netex.TypeOfServiceType type_of_service = 297;
    • hasTypeOfFacility

      boolean hasTypeOfFacility()
       A classification of FACILITYs expressing their general functionalities and local functional characteristics specific to the operator. Types of FACILITYs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 536:87]
       
      .uk.org.netex.www.netex.TypeOfFacilityType type_of_facility = 298;
      Returns:
      Whether the typeOfFacility field is set.
    • getTypeOfFacility

      TypeOfFacilityType getTypeOfFacility()
       A classification of FACILITYs expressing their general functionalities and local functional characteristics specific to the operator. Types of FACILITYs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 536:87]
       
      .uk.org.netex.www.netex.TypeOfFacilityType type_of_facility = 298;
      Returns:
      The typeOfFacility.
    • getTypeOfFacilityOrBuilder

      TypeOfFacilityTypeOrBuilder getTypeOfFacilityOrBuilder()
       A classification of FACILITYs expressing their general functionalities and local functional characteristics specific to the operator. Types of FACILITYs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 536:87]
       
      .uk.org.netex.www.netex.TypeOfFacilityType type_of_facility = 298;
    • hasTypeOfNotice

      boolean hasTypeOfNotice()
       A classification of a NOTICE according to its functional purpose.  [netex_framework/netex_reusableComponents/netex_notice_version.xsd at 255:85]
       
      .uk.org.netex.www.netex.TypeOfNoticeType type_of_notice = 299;
      Returns:
      Whether the typeOfNotice field is set.
    • getTypeOfNotice

      TypeOfNoticeType getTypeOfNotice()
       A classification of a NOTICE according to its functional purpose.  [netex_framework/netex_reusableComponents/netex_notice_version.xsd at 255:85]
       
      .uk.org.netex.www.netex.TypeOfNoticeType type_of_notice = 299;
      Returns:
      The typeOfNotice.
    • getTypeOfNoticeOrBuilder

      TypeOfNoticeTypeOrBuilder getTypeOfNoticeOrBuilder()
       A classification of a NOTICE according to its functional purpose.  [netex_framework/netex_reusableComponents/netex_notice_version.xsd at 255:85]
       
      .uk.org.netex.www.netex.TypeOfNoticeType type_of_notice = 299;
    • hasTypeOfDeliveryVariant

      boolean hasTypeOfDeliveryVariant()
       A classification of DELIVERY VARIANT according to its functional purpose.  [netex_framework/netex_reusableComponents/netex_notice_version.xsd at 287:94]
       
      .uk.org.netex.www.netex.TypeOfDeliveryVariantType type_of_delivery_variant = 300;
      Returns:
      Whether the typeOfDeliveryVariant field is set.
    • getTypeOfDeliveryVariant

      TypeOfDeliveryVariantType getTypeOfDeliveryVariant()
       A classification of DELIVERY VARIANT according to its functional purpose.  [netex_framework/netex_reusableComponents/netex_notice_version.xsd at 287:94]
       
      .uk.org.netex.www.netex.TypeOfDeliveryVariantType type_of_delivery_variant = 300;
      Returns:
      The typeOfDeliveryVariant.
    • getTypeOfDeliveryVariantOrBuilder

      TypeOfDeliveryVariantTypeOrBuilder getTypeOfDeliveryVariantOrBuilder()
       A classification of DELIVERY VARIANT according to its functional purpose.  [netex_framework/netex_reusableComponents/netex_notice_version.xsd at 287:94]
       
      .uk.org.netex.www.netex.TypeOfDeliveryVariantType type_of_delivery_variant = 300;
    • hasTypeOfActivation

      boolean hasTypeOfActivation()
       A classification of real-time processes that are activated when vehicles passes an ACTIVATION POINT or an ACTIVATION LINK.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 475:89]
       
      .uk.org.netex.www.netex.TypeOfActivationType type_of_activation = 301;
      Returns:
      Whether the typeOfActivation field is set.
    • getTypeOfActivation

      TypeOfActivationType getTypeOfActivation()
       A classification of real-time processes that are activated when vehicles passes an ACTIVATION POINT or an ACTIVATION LINK.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 475:89]
       
      .uk.org.netex.www.netex.TypeOfActivationType type_of_activation = 301;
      Returns:
      The typeOfActivation.
    • getTypeOfActivationOrBuilder

      TypeOfActivationTypeOrBuilder getTypeOfActivationOrBuilder()
       A classification of real-time processes that are activated when vehicles passes an ACTIVATION POINT or an ACTIVATION LINK.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 475:89]
       
      .uk.org.netex.www.netex.TypeOfActivationType type_of_activation = 301;
    • hasTypeOfLine

      boolean hasTypeOfLine()
       A classification of a LINE according to its functional purpose. +v1.1.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1108:83]
       
      .uk.org.netex.www.netex.TypeOfLineType type_of_line = 302;
      Returns:
      Whether the typeOfLine field is set.
    • getTypeOfLine

      TypeOfLineType getTypeOfLine()
       A classification of a LINE according to its functional purpose. +v1.1.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1108:83]
       
      .uk.org.netex.www.netex.TypeOfLineType type_of_line = 302;
      Returns:
      The typeOfLine.
    • getTypeOfLineOrBuilder

      TypeOfLineTypeOrBuilder getTypeOfLineOrBuilder()
       A classification of a LINE according to its functional purpose. +v1.1.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1108:83]
       
      .uk.org.netex.www.netex.TypeOfLineType type_of_line = 302;
    • hasTypeOfJourneyPattern

      boolean hasTypeOfJourneyPattern()
       A classification of JOURNEY PATTERNs according to their functional purpose.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 455:93]
       
      .uk.org.netex.www.netex.TypeOfJourneyPatternType type_of_journey_pattern = 303;
      Returns:
      Whether the typeOfJourneyPattern field is set.
    • getTypeOfJourneyPattern

      TypeOfJourneyPatternType getTypeOfJourneyPattern()
       A classification of JOURNEY PATTERNs according to their functional purpose.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 455:93]
       
      .uk.org.netex.www.netex.TypeOfJourneyPatternType type_of_journey_pattern = 303;
      Returns:
      The typeOfJourneyPattern.
    • getTypeOfJourneyPatternOrBuilder

      TypeOfJourneyPatternTypeOrBuilder getTypeOfJourneyPatternOrBuilder()
       A classification of JOURNEY PATTERNs according to their functional purpose.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 455:93]
       
      .uk.org.netex.www.netex.TypeOfJourneyPatternType type_of_journey_pattern = 303;
    • hasTypeOfCongestion

      boolean hasTypeOfCongestion()
       A classification of CONGESTIONs according to their functional purpose.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 435:89]
       
      .uk.org.netex.www.netex.TypeOfCongestionType type_of_congestion = 304;
      Returns:
      Whether the typeOfCongestion field is set.
    • getTypeOfCongestion

      TypeOfCongestionType getTypeOfCongestion()
       A classification of CONGESTIONs according to their functional purpose.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 435:89]
       
      .uk.org.netex.www.netex.TypeOfCongestionType type_of_congestion = 304;
      Returns:
      The typeOfCongestion.
    • getTypeOfCongestionOrBuilder

      TypeOfCongestionTypeOrBuilder getTypeOfCongestionOrBuilder()
       A classification of CONGESTIONs according to their functional purpose.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 435:89]
       
      .uk.org.netex.www.netex.TypeOfCongestionType type_of_congestion = 304;
    • hasTypeOfPassengerInformationEquipment

      boolean hasTypeOfPassengerInformationEquipment()
       Classification of a PASSENGER INFORMATION EQUIPMENT.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 398:91]
       
      .uk.org.netex.www.netex.TypeOfPassengerInformationEquipmentType type_of_passenger_information_equipment = 305;
      Returns:
      Whether the typeOfPassengerInformationEquipment field is set.
    • getTypeOfPassengerInformationEquipment

      TypeOfPassengerInformationEquipmentType getTypeOfPassengerInformationEquipment()
       Classification of a PASSENGER INFORMATION EQUIPMENT.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 398:91]
       
      .uk.org.netex.www.netex.TypeOfPassengerInformationEquipmentType type_of_passenger_information_equipment = 305;
      Returns:
      The typeOfPassengerInformationEquipment.
    • getTypeOfPassengerInformationEquipmentOrBuilder

      TypeOfPassengerInformationEquipmentTypeOrBuilder getTypeOfPassengerInformationEquipmentOrBuilder()
       Classification of a PASSENGER INFORMATION EQUIPMENT.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 398:91]
       
      .uk.org.netex.www.netex.TypeOfPassengerInformationEquipmentType type_of_passenger_information_equipment = 305;
    • hasTypeOfTimeDemandType

      boolean hasTypeOfTimeDemandType()
       Classification of a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 269:93]
       
      .uk.org.netex.www.netex.TypeOfTimeDemandTypeType type_of_time_demand_type = 306;
      Returns:
      Whether the typeOfTimeDemandType field is set.
    • getTypeOfTimeDemandType

      TypeOfTimeDemandTypeType getTypeOfTimeDemandType()
       Classification of a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 269:93]
       
      .uk.org.netex.www.netex.TypeOfTimeDemandTypeType type_of_time_demand_type = 306;
      Returns:
      The typeOfTimeDemandType.
    • getTypeOfTimeDemandTypeOrBuilder

      TypeOfTimeDemandTypeTypeOrBuilder getTypeOfTimeDemandTypeOrBuilder()
       Classification of a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 269:93]
       
      .uk.org.netex.www.netex.TypeOfTimeDemandTypeType type_of_time_demand_type = 306;
    • hasTypeOfFlexibleService

      boolean hasTypeOfFlexibleService()
       A classification of FLEXIBLE SERVICEs according to their functional purpose.  [netex_part_2/part2_journeyTimes/netex_flexibleService_version.xsd at 216:94]
       
      .uk.org.netex.www.netex.TypeOfFlexibleServiceType type_of_flexible_service = 307;
      Returns:
      Whether the typeOfFlexibleService field is set.
    • getTypeOfFlexibleService

      TypeOfFlexibleServiceType getTypeOfFlexibleService()
       A classification of FLEXIBLE SERVICEs according to their functional purpose.  [netex_part_2/part2_journeyTimes/netex_flexibleService_version.xsd at 216:94]
       
      .uk.org.netex.www.netex.TypeOfFlexibleServiceType type_of_flexible_service = 307;
      Returns:
      The typeOfFlexibleService.
    • getTypeOfFlexibleServiceOrBuilder

      TypeOfFlexibleServiceTypeOrBuilder getTypeOfFlexibleServiceOrBuilder()
       A classification of FLEXIBLE SERVICEs according to their functional purpose.  [netex_part_2/part2_journeyTimes/netex_flexibleService_version.xsd at 216:94]
       
      .uk.org.netex.www.netex.TypeOfFlexibleServiceType type_of_flexible_service = 307;
    • hasTypeOfFareStructureFactor

      boolean hasTypeOfFareStructureFactor()
       A classification of FARE STRUCTURE FACTORs expressing their general functionalities .  [netex_part_3/part3_fares/netex_fareStructure_version.xsd at 227:98]
       
      .uk.org.netex.www.netex.TypeOfFareStructureFactorType type_of_fare_structure_factor = 308;
      Returns:
      Whether the typeOfFareStructureFactor field is set.
    • getTypeOfFareStructureFactor

      TypeOfFareStructureFactorType getTypeOfFareStructureFactor()
       A classification of FARE STRUCTURE FACTORs expressing their general functionalities .  [netex_part_3/part3_fares/netex_fareStructure_version.xsd at 227:98]
       
      .uk.org.netex.www.netex.TypeOfFareStructureFactorType type_of_fare_structure_factor = 308;
      Returns:
      The typeOfFareStructureFactor.
    • getTypeOfFareStructureFactorOrBuilder

      TypeOfFareStructureFactorTypeOrBuilder getTypeOfFareStructureFactorOrBuilder()
       A classification of FARE STRUCTURE FACTORs expressing their general functionalities .  [netex_part_3/part3_fares/netex_fareStructure_version.xsd at 227:98]
       
      .uk.org.netex.www.netex.TypeOfFareStructureFactorType type_of_fare_structure_factor = 308;
    • hasTypeOfAccessRightAssignment

      boolean hasTypeOfAccessRightAssignment()
       A classification of ACCESS RIGHT ASSIGNMENTs expressing their general functionalities and local functional characteristics specific to the operator. Types of ACCESS RIGHT ASSIGNMENTs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories.  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 897:100]
       
      .uk.org.netex.www.netex.TypeOfAccessRightAssignmentType type_of_access_right_assignment = 309;
      Returns:
      Whether the typeOfAccessRightAssignment field is set.
    • getTypeOfAccessRightAssignment

      TypeOfAccessRightAssignmentType getTypeOfAccessRightAssignment()
       A classification of ACCESS RIGHT ASSIGNMENTs expressing their general functionalities and local functional characteristics specific to the operator. Types of ACCESS RIGHT ASSIGNMENTs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories.  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 897:100]
       
      .uk.org.netex.www.netex.TypeOfAccessRightAssignmentType type_of_access_right_assignment = 309;
      Returns:
      The typeOfAccessRightAssignment.
    • getTypeOfAccessRightAssignmentOrBuilder

      TypeOfAccessRightAssignmentTypeOrBuilder getTypeOfAccessRightAssignmentOrBuilder()
       A classification of ACCESS RIGHT ASSIGNMENTs expressing their general functionalities and local functional characteristics specific to the operator. Types of ACCESS RIGHT ASSIGNMENTs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories.  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 897:100]
       
      .uk.org.netex.www.netex.TypeOfAccessRightAssignmentType type_of_access_right_assignment = 309;
    • hasTypeOfTariff

      boolean hasTypeOfTariff()
       A classification of TARIFFs according to their functional purpose.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 349:85]
       
      .uk.org.netex.www.netex.TypeOfTariffType type_of_tariff = 310;
      Returns:
      Whether the typeOfTariff field is set.
    • getTypeOfTariff

      TypeOfTariffType getTypeOfTariff()
       A classification of TARIFFs according to their functional purpose.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 349:85]
       
      .uk.org.netex.www.netex.TypeOfTariffType type_of_tariff = 310;
      Returns:
      The typeOfTariff.
    • getTypeOfTariffOrBuilder

      TypeOfTariffTypeOrBuilder getTypeOfTariffOrBuilder()
       A classification of TARIFFs according to their functional purpose.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 349:85]
       
      .uk.org.netex.www.netex.TypeOfTariffType type_of_tariff = 310;
    • hasTypeOfFareStructureElement

      boolean hasTypeOfFareStructureElement()
       A classification of FARE STRUCTURE ELEMENTs expressing their general functionalities .  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 656:99]
       
      .uk.org.netex.www.netex.TypeOfFareStructureElementType type_of_fare_structure_element = 311;
      Returns:
      Whether the typeOfFareStructureElement field is set.
    • getTypeOfFareStructureElement

      TypeOfFareStructureElementType getTypeOfFareStructureElement()
       A classification of FARE STRUCTURE ELEMENTs expressing their general functionalities .  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 656:99]
       
      .uk.org.netex.www.netex.TypeOfFareStructureElementType type_of_fare_structure_element = 311;
      Returns:
      The typeOfFareStructureElement.
    • getTypeOfFareStructureElementOrBuilder

      TypeOfFareStructureElementTypeOrBuilder getTypeOfFareStructureElementOrBuilder()
       A classification of FARE STRUCTURE ELEMENTs expressing their general functionalities .  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 656:99]
       
      .uk.org.netex.www.netex.TypeOfFareStructureElementType type_of_fare_structure_element = 311;
    • hasTypeOfFareProduct

      boolean hasTypeOfFareProduct()
       A classification of FARE PRODUCTs expressing their general functionalities and local functional characteristics specific to the operator. Types of FARE PRODUCTs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 334:90]
       
      .uk.org.netex.www.netex.TypeOfFareProductType type_of_fare_product = 312;
      Returns:
      Whether the typeOfFareProduct field is set.
    • getTypeOfFareProduct

      TypeOfFareProductType getTypeOfFareProduct()
       A classification of FARE PRODUCTs expressing their general functionalities and local functional characteristics specific to the operator. Types of FARE PRODUCTs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 334:90]
       
      .uk.org.netex.www.netex.TypeOfFareProductType type_of_fare_product = 312;
      Returns:
      The typeOfFareProduct.
    • getTypeOfFareProductOrBuilder

      TypeOfFareProductTypeOrBuilder getTypeOfFareProductOrBuilder()
       A classification of FARE PRODUCTs expressing their general functionalities and local functional characteristics specific to the operator. Types of FARE PRODUCTs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 334:90]
       
      .uk.org.netex.www.netex.TypeOfFareProductType type_of_fare_product = 312;
    • hasTypeOfSalesOfferPackage

      boolean hasTypeOfSalesOfferPackage()
       A classification of SALES OFFER PACKAGEs expressing their general functionalities and local functional characteristics specific to the operator. Types of SALES OFFER PACKAGEs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 896:96]
       
      .uk.org.netex.www.netex.TypeOfSalesOfferPackageType type_of_sales_offer_package = 313;
      Returns:
      Whether the typeOfSalesOfferPackage field is set.
    • getTypeOfSalesOfferPackage

      TypeOfSalesOfferPackageType getTypeOfSalesOfferPackage()
       A classification of SALES OFFER PACKAGEs expressing their general functionalities and local functional characteristics specific to the operator. Types of SALES OFFER PACKAGEs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 896:96]
       
      .uk.org.netex.www.netex.TypeOfSalesOfferPackageType type_of_sales_offer_package = 313;
      Returns:
      The typeOfSalesOfferPackage.
    • getTypeOfSalesOfferPackageOrBuilder

      TypeOfSalesOfferPackageTypeOrBuilder getTypeOfSalesOfferPackageOrBuilder()
       A classification of SALES OFFER PACKAGEs expressing their general functionalities and local functional characteristics specific to the operator. Types of SALES OFFER PACKAGEs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 896:96]
       
      .uk.org.netex.www.netex.TypeOfSalesOfferPackageType type_of_sales_offer_package = 313;
    • hasTypeOfTravelDocument

      boolean hasTypeOfTravelDocument()
       A classification of TRAVEL DOCUMENTs expressing their general functionalities and local functional characteristics specific to the operator. Types of TRAVEL DOCUMENTs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories.  [netex_part_3/part3_fares/netex_typeOfTravelDocument_version.xsd at 110:93]
       
      .uk.org.netex.www.netex.TypeOfTravelDocumentType type_of_travel_document = 314;
      Returns:
      Whether the typeOfTravelDocument field is set.
    • getTypeOfTravelDocument

      TypeOfTravelDocumentType getTypeOfTravelDocument()
       A classification of TRAVEL DOCUMENTs expressing their general functionalities and local functional characteristics specific to the operator. Types of TRAVEL DOCUMENTs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories.  [netex_part_3/part3_fares/netex_typeOfTravelDocument_version.xsd at 110:93]
       
      .uk.org.netex.www.netex.TypeOfTravelDocumentType type_of_travel_document = 314;
      Returns:
      The typeOfTravelDocument.
    • getTypeOfTravelDocumentOrBuilder

      TypeOfTravelDocumentTypeOrBuilder getTypeOfTravelDocumentOrBuilder()
       A classification of TRAVEL DOCUMENTs expressing their general functionalities and local functional characteristics specific to the operator. Types of TRAVEL DOCUMENTs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories.  [netex_part_3/part3_fares/netex_typeOfTravelDocument_version.xsd at 110:93]
       
      .uk.org.netex.www.netex.TypeOfTravelDocumentType type_of_travel_document = 314;
    • hasTypeOfFareContract

      boolean hasTypeOfFareContract()
       A classification of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 526:91]
       
      .uk.org.netex.www.netex.TypeOfFareContractType type_of_fare_contract = 315;
      Returns:
      Whether the typeOfFareContract field is set.
    • getTypeOfFareContract

      TypeOfFareContractType getTypeOfFareContract()
       A classification of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 526:91]
       
      .uk.org.netex.www.netex.TypeOfFareContractType type_of_fare_contract = 315;
      Returns:
      The typeOfFareContract.
    • getTypeOfFareContractOrBuilder

      TypeOfFareContractTypeOrBuilder getTypeOfFareContractOrBuilder()
       A classification of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 526:91]
       
      .uk.org.netex.www.netex.TypeOfFareContractType type_of_fare_contract = 315;
    • hasTypeOfFareContractEntry

      boolean hasTypeOfFareContractEntry()
       A classification of a FARE CONTRACT ENTRY.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 568:96]
       
      .uk.org.netex.www.netex.TypeOfFareContractEntryType type_of_fare_contract_entry = 316;
      Returns:
      Whether the typeOfFareContractEntry field is set.
    • getTypeOfFareContractEntry

      TypeOfFareContractEntryType getTypeOfFareContractEntry()
       A classification of a FARE CONTRACT ENTRY.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 568:96]
       
      .uk.org.netex.www.netex.TypeOfFareContractEntryType type_of_fare_contract_entry = 316;
      Returns:
      The typeOfFareContractEntry.
    • getTypeOfFareContractEntryOrBuilder

      TypeOfFareContractEntryTypeOrBuilder getTypeOfFareContractEntryOrBuilder()
       A classification of a FARE CONTRACT ENTRY.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 568:96]
       
      .uk.org.netex.www.netex.TypeOfFareContractEntryType type_of_fare_contract_entry = 316;
    • hasTypeOfCustomerAccount

      boolean hasTypeOfCustomerAccount()
       A classification of a CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 746:94]
       
      .uk.org.netex.www.netex.TypeOfCustomerAccountType type_of_customer_account = 317;
      Returns:
      Whether the typeOfCustomerAccount field is set.
    • getTypeOfCustomerAccount

      TypeOfCustomerAccountType getTypeOfCustomerAccount()
       A classification of a CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 746:94]
       
      .uk.org.netex.www.netex.TypeOfCustomerAccountType type_of_customer_account = 317;
      Returns:
      The typeOfCustomerAccount.
    • getTypeOfCustomerAccountOrBuilder

      TypeOfCustomerAccountTypeOrBuilder getTypeOfCustomerAccountOrBuilder()
       A classification of a CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 746:94]
       
      .uk.org.netex.www.netex.TypeOfCustomerAccountType type_of_customer_account = 317;
    • hasCustomerAccountStatus

      boolean hasCustomerAccountStatus()
       A classification of a CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 791:94]
       
      .uk.org.netex.www.netex.CustomerAccountStatusType customer_account_status = 318;
      Returns:
      Whether the customerAccountStatus field is set.
    • getCustomerAccountStatus

      CustomerAccountStatusType getCustomerAccountStatus()
       A classification of a CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 791:94]
       
      .uk.org.netex.www.netex.CustomerAccountStatusType customer_account_status = 318;
      Returns:
      The customerAccountStatus.
    • getCustomerAccountStatusOrBuilder

      CustomerAccountStatusTypeOrBuilder getCustomerAccountStatusOrBuilder()
       A classification of a CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 791:94]
       
      .uk.org.netex.www.netex.CustomerAccountStatusType customer_account_status = 318;
    • hasTypeOfRetailDevice

      boolean hasTypeOfRetailDevice()
       A classification of RETAIL DEVICEs.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_version.xsd at 290:91]
       
      .uk.org.netex.www.netex.TypeOfRetailDeviceType type_of_retail_device = 319;
      Returns:
      Whether the typeOfRetailDevice field is set.
    • getTypeOfRetailDevice

      TypeOfRetailDeviceType getTypeOfRetailDevice()
       A classification of RETAIL DEVICEs.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_version.xsd at 290:91]
       
      .uk.org.netex.www.netex.TypeOfRetailDeviceType type_of_retail_device = 319;
      Returns:
      The typeOfRetailDevice.
    • getTypeOfRetailDeviceOrBuilder

      TypeOfRetailDeviceTypeOrBuilder getTypeOfRetailDeviceOrBuilder()
       A classification of RETAIL DEVICEs.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_version.xsd at 290:91]
       
      .uk.org.netex.www.netex.TypeOfRetailDeviceType type_of_retail_device = 319;
    • hasTypeOfBatteryChemistry

      boolean hasTypeOfBatteryChemistry()
       A classification of a BATTERY CHEMISTRY  +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_version.xsd at 276:95]
       
      .uk.org.netex.www.netex.TypeOfBatteryChemistryType type_of_battery_chemistry = 342;
      Returns:
      Whether the typeOfBatteryChemistry field is set.
    • getTypeOfBatteryChemistry

      TypeOfBatteryChemistryType getTypeOfBatteryChemistry()
       A classification of a BATTERY CHEMISTRY  +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_version.xsd at 276:95]
       
      .uk.org.netex.www.netex.TypeOfBatteryChemistryType type_of_battery_chemistry = 342;
      Returns:
      The typeOfBatteryChemistry.
    • getTypeOfBatteryChemistryOrBuilder

      TypeOfBatteryChemistryTypeOrBuilder getTypeOfBatteryChemistryOrBuilder()
       A classification of a BATTERY CHEMISTRY  +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_version.xsd at 276:95]
       
      .uk.org.netex.www.netex.TypeOfBatteryChemistryType type_of_battery_chemistry = 342;
    • hasTypeOfPlug

      boolean hasTypeOfPlug()
       A classification of a PLUG  +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_version.xsd at 313:83]
       
      .uk.org.netex.www.netex.TypeOfPlugType type_of_plug = 343;
      Returns:
      Whether the typeOfPlug field is set.
    • getTypeOfPlug

      TypeOfPlugType getTypeOfPlug()
       A classification of a PLUG  +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_version.xsd at 313:83]
       
      .uk.org.netex.www.netex.TypeOfPlugType type_of_plug = 343;
      Returns:
      The typeOfPlug.
    • getTypeOfPlugOrBuilder

      TypeOfPlugTypeOrBuilder getTypeOfPlugOrBuilder()
       A classification of a PLUG  +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_version.xsd at 313:83]
       
      .uk.org.netex.www.netex.TypeOfPlugType type_of_plug = 343;
    • hasTypeOfModeOfOperation

      boolean hasTypeOfModeOfOperation()
       A classification for a MODE OF OPERATION. +v1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_version.xsd at 544:77]
       
      .uk.org.netex.www.netex.TypeOfModeOfOperationType type_of_mode_of_operation = 344;
      Returns:
      Whether the typeOfModeOfOperation field is set.
    • getTypeOfModeOfOperation

      TypeOfModeOfOperationType getTypeOfModeOfOperation()
       A classification for a MODE OF OPERATION. +v1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_version.xsd at 544:77]
       
      .uk.org.netex.www.netex.TypeOfModeOfOperationType type_of_mode_of_operation = 344;
      Returns:
      The typeOfModeOfOperation.
    • getTypeOfModeOfOperationOrBuilder

      TypeOfModeOfOperationTypeOrBuilder getTypeOfModeOfOperationOrBuilder()
       A classification for a MODE OF OPERATION. +v1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_version.xsd at 544:77]
       
      .uk.org.netex.www.netex.TypeOfModeOfOperationType type_of_mode_of_operation = 344;
    • hasTypeOfMobilityService

      boolean hasTypeOfMobilityService()
       A classification of a MOBILITY SERVICE according to its functional purpose.  +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_version.xsd at 611:94]
       
      .uk.org.netex.www.netex.TypeOfMobilityServiceType type_of_mobility_service = 345;
      Returns:
      Whether the typeOfMobilityService field is set.
    • getTypeOfMobilityService

      TypeOfMobilityServiceType getTypeOfMobilityService()
       A classification of a MOBILITY SERVICE according to its functional purpose.  +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_version.xsd at 611:94]
       
      .uk.org.netex.www.netex.TypeOfMobilityServiceType type_of_mobility_service = 345;
      Returns:
      The typeOfMobilityService.
    • getTypeOfMobilityServiceOrBuilder

      TypeOfMobilityServiceTypeOrBuilder getTypeOfMobilityServiceOrBuilder()
       A classification of a MOBILITY SERVICE according to its functional purpose.  +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_version.xsd at 611:94]
       
      .uk.org.netex.www.netex.TypeOfMobilityServiceType type_of_mobility_service = 345;
    • getTypeOfEntityVersionStructureCase

      PurposeOfGroupingType.TypeOfEntityVersionStructureCase getTypeOfEntityVersionStructureCase()