Interface Parking_VersionStructureOrBuilder

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

@Generated public interface Parking_VersionStructureOrBuilder 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 = 1812;
      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 = 1812;
      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 = 1813;
      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 = 1813;
      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 GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 97:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      Whether the name field is set.
    • getName

       Name of GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 97:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      The name.
    • getNameOrBuilder

      MultilingualStringOrBuilder getNameOrBuilder()
       Name of GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 97:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • hasShortName

      boolean hasShortName()
       Short Name of GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 102:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Returns:
      Whether the shortName field is set.
    • getShortName

      MultilingualString getShortName()
       Short Name of GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 102:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Returns:
      The shortName.
    • getShortNameOrBuilder

      MultilingualStringOrBuilder getShortNameOrBuilder()
       Short Name of GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 102:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
    • hasDescription

      boolean hasDescription()
       Further Description of a GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 107:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Returns:
      Whether the description field is set.
    • getDescription

      MultilingualString getDescription()
       Further Description of a GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 107:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Returns:
      The description.
    • getDescriptionOrBuilder

      MultilingualStringOrBuilder getDescriptionOrBuilder()
       Further Description of a GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 107:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • hasPurposeOfGroupingRef

      boolean hasPurposeOfGroupingRef()
       Reference to a PURPOSE OF GROUPING.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 164;
      Returns:
      Whether the purposeOfGroupingRef field is set.
    • getPurposeOfGroupingRef

      VersionOfObjectRefStructure getPurposeOfGroupingRef()
       Reference to a PURPOSE OF GROUPING.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 164;
      Returns:
      The purposeOfGroupingRef.
    • getPurposeOfGroupingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPurposeOfGroupingRefOrBuilder()
       Reference to a PURPOSE OF GROUPING.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 164;
    • 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 = 165;
      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 = 165;
      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 = 165;
    • hasInfoLinks

      boolean hasInfoLinks()
       Hyperlinks associated with GROUP OF ENTITIES.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 118:48]
       
      .uk.org.netex.www.netex.Parking_VersionStructure.InfoLinksType info_links = 166;
      Returns:
      Whether the infoLinks field is set.
    • getInfoLinks

       Hyperlinks associated with GROUP OF ENTITIES.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 118:48]
       
      .uk.org.netex.www.netex.Parking_VersionStructure.InfoLinksType info_links = 166;
      Returns:
      The infoLinks.
    • getInfoLinksOrBuilder

       Hyperlinks associated with GROUP OF ENTITIES.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 118:48]
       
      .uk.org.netex.www.netex.Parking_VersionStructure.InfoLinksType info_links = 166;
    • hasMembers

      boolean hasMembers()
       POINTs in GROUP OF POINTs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 468:76]
       
      .uk.org.netex.www.netex.PointRefs_RelStructure members = 281;
      Returns:
      Whether the members field is set.
    • getMembers

       POINTs in GROUP OF POINTs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 468:76]
       
      .uk.org.netex.www.netex.PointRefs_RelStructure members = 281;
      Returns:
      The members.
    • getMembersOrBuilder

      PointRefs_RelStructureOrBuilder getMembersOrBuilder()
       POINTs in GROUP OF POINTs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 468:76]
       
      .uk.org.netex.www.netex.PointRefs_RelStructure members = 281;
    • hasTypes

      boolean hasTypes()
       Classification of ZONE. Used for arbitrary documentation -.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 118:79]
       
      .uk.org.netex.www.netex.TypeOfZoneRefs_RelStructure types = 431;
      Returns:
      Whether the types field is set.
    • getTypes

       Classification of ZONE. Used for arbitrary documentation -.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 118:79]
       
      .uk.org.netex.www.netex.TypeOfZoneRefs_RelStructure types = 431;
      Returns:
      The types.
    • getTypesOrBuilder

       Classification of ZONE. Used for arbitrary documentation -.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 118:79]
       
      .uk.org.netex.www.netex.TypeOfZoneRefs_RelStructure types = 431;
    • hasCentroid

      boolean hasCentroid()
       Centre Coordinates of ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 123:83]
       
      .uk.org.netex.www.netex.SimplePoint_VersionStructure centroid = 432;
      Returns:
      Whether the centroid field is set.
    • getCentroid

       Centre Coordinates of ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 123:83]
       
      .uk.org.netex.www.netex.SimplePoint_VersionStructure centroid = 432;
      Returns:
      The centroid.
    • getCentroidOrBuilder

       Centre Coordinates of ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 123:83]
       
      .uk.org.netex.www.netex.SimplePoint_VersionStructure centroid = 432;
    • hasPolygon

      boolean hasPolygon()
       A Polygon is a special surface that is defined by a single surface patch (see D.3.6). The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. The elements exterior and interior describe the surface boundary of the polygon.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 59:89]
       
      .net.opengis.www.gml.v3_2.PolygonType polygon = 433;
      Returns:
      Whether the polygon field is set.
    • getPolygon

      PolygonType getPolygon()
       A Polygon is a special surface that is defined by a single surface patch (see D.3.6). The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. The elements exterior and interior describe the surface boundary of the polygon.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 59:89]
       
      .net.opengis.www.gml.v3_2.PolygonType polygon = 433;
      Returns:
      The polygon.
    • getPolygonOrBuilder

      PolygonTypeOrBuilder getPolygonOrBuilder()
       A Polygon is a special surface that is defined by a single surface patch (see D.3.6). The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. The elements exterior and interior describe the surface boundary of the polygon.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 59:89]
       
      .net.opengis.www.gml.v3_2.PolygonType polygon = 433;
    • hasProjections

      boolean hasProjections()
       Projections of ZONE onto another layer.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 129:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 434;
      Returns:
      Whether the projections field is set.
    • getProjections

      Projections_RelStructure getProjections()
       Projections of ZONE onto another layer.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 129:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 434;
      Returns:
      The projections.
    • getProjectionsOrBuilder

      Projections_RelStructureOrBuilder getProjectionsOrBuilder()
       Projections of ZONE onto another layer.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 129:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 434;
    • hasParentZoneRef

      boolean hasParentZoneRef()
       Parent ZONE that contains this ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 134:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_zone_ref = 435;
      Returns:
      Whether the parentZoneRef field is set.
    • getParentZoneRef

      VersionOfObjectRefStructure getParentZoneRef()
       Parent ZONE that contains this ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 134:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_zone_ref = 435;
      Returns:
      The parentZoneRef.
    • getParentZoneRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParentZoneRefOrBuilder()
       Parent ZONE that contains this ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 134:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_zone_ref = 435;
    • hasPlaceTypes

      boolean hasPlaceTypes()
       Classification of PLACE.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 99:85]
       
      .uk.org.netex.www.netex.TypeOfPlaceRefs_RelStructure place_types = 611;
      Returns:
      Whether the placeTypes field is set.
    • getPlaceTypes

       Classification of PLACE.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 99:85]
       
      .uk.org.netex.www.netex.TypeOfPlaceRefs_RelStructure place_types = 611;
      Returns:
      The placeTypes.
    • getPlaceTypesOrBuilder

      TypeOfPlaceRefs_RelStructureOrBuilder getPlaceTypesOrBuilder()
       Classification of PLACE.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 99:85]
       
      .uk.org.netex.www.netex.TypeOfPlaceRefs_RelStructure place_types = 611;
    • getUrl

      String getUrl()
       Default URL for ADDRESSABLE PLACE.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 144:60]
       
      string url = 801;
      Returns:
      The url.
    • getUrlBytes

      com.google.protobuf.ByteString getUrlBytes()
       Default URL for ADDRESSABLE PLACE.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 144:60]
       
      string url = 801;
      Returns:
      The bytes for url.
    • getImage

      String getImage()
       Default image for ADDRESSABLE PLACE.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 149:62]
       
      string image = 802;
      Returns:
      The image.
    • getImageBytes

      com.google.protobuf.ByteString getImageBytes()
       Default image for ADDRESSABLE PLACE.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 149:62]
       
      string image = 802;
      Returns:
      The bytes for image.
    • hasPostalAddress

      boolean hasPostalAddress()
       A POSTAL ADDRESS to which mail can be sent.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 267:81]
       
      .uk.org.netex.www.netex.PostalAddressType postal_address = 803;
      Returns:
      Whether the postalAddress field is set.
    • getPostalAddress

      PostalAddressType getPostalAddress()
       A POSTAL ADDRESS to which mail can be sent.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 267:81]
       
      .uk.org.netex.www.netex.PostalAddressType postal_address = 803;
      Returns:
      The postalAddress.
    • getPostalAddressOrBuilder

      PostalAddressTypeOrBuilder getPostalAddressOrBuilder()
       A POSTAL ADDRESS to which mail can be sent.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 267:81]
       
      .uk.org.netex.www.netex.PostalAddressType postal_address = 803;
    • hasRoadAddress

      boolean hasRoadAddress()
       Specialisation of ADDRESS refining it by using the characteristics such as road number, and name used for conventional identification of along a road.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 163:79]
       
      .uk.org.netex.www.netex.RoadAddressType road_address = 804;
      Returns:
      Whether the roadAddress field is set.
    • getRoadAddress

      RoadAddressType getRoadAddress()
       Specialisation of ADDRESS refining it by using the characteristics such as road number, and name used for conventional identification of along a road.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 163:79]
       
      .uk.org.netex.www.netex.RoadAddressType road_address = 804;
      Returns:
      The roadAddress.
    • getRoadAddressOrBuilder

      RoadAddressTypeOrBuilder getRoadAddressOrBuilder()
       Specialisation of ADDRESS refining it by using the characteristics such as road number, and name used for conventional identification of along a road.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 163:79]
       
      .uk.org.netex.www.netex.RoadAddressType road_address = 804;
    • hasAccessibilityAssessment

      boolean hasAccessibilityAssessment()
       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 1031;
      Returns:
      Whether the accessibilityAssessment field is set.
    • getAccessibilityAssessment

      AccessibilityAssessmentType getAccessibilityAssessment()
       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 1031;
      Returns:
      The accessibilityAssessment.
    • getAccessibilityAssessmentOrBuilder

      AccessibilityAssessmentTypeOrBuilder getAccessibilityAssessmentOrBuilder()
       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 1031;
    • getAccessModesList

      List<AccessModeEnumeration> getAccessModesList()
       Allowed MODEs to access SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 91:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 1032 [packed = true];
      Returns:
      A list containing the accessModes.
    • getAccessModesCount

      int getAccessModesCount()
       Allowed MODEs to access SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 91:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 1032 [packed = true];
      Returns:
      The count of accessModes.
    • getAccessModes

      AccessModeEnumeration getAccessModes(int index)
       Allowed MODEs to access SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 91:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 1032 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The accessModes at the given index.
    • getAccessModesValueList

      List<Integer> getAccessModesValueList()
       Allowed MODEs to access SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 91:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 1032 [packed = true];
      Returns:
      A list containing the enum numeric values on the wire for accessModes.
    • getAccessModesValue

      int getAccessModesValue(int index)
       Allowed MODEs to access SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 91:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 1032 [packed = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of accessModes at the given index.
    • hasNameSuffix

      boolean hasNameSuffix()
       Further suffix to name that may be used in some contexts.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 114:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 1033;
      Returns:
      Whether the nameSuffix field is set.
    • getNameSuffix

      MultilingualString getNameSuffix()
       Further suffix to name that may be used in some contexts.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 114:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 1033;
      Returns:
      The nameSuffix.
    • getNameSuffixOrBuilder

      MultilingualStringOrBuilder getNameSuffixOrBuilder()
       Further suffix to name that may be used in some contexts.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 114:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 1033;
    • hasAlternativeNames

      boolean hasAlternativeNames()
       Alternative names.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 119:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 1034;
      Returns:
      Whether the alternativeNames field is set.
    • getAlternativeNames

      AlternativeNames_RelStructure getAlternativeNames()
       Alternative names.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 119:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 1034;
      Returns:
      The alternativeNames.
    • getAlternativeNamesOrBuilder

      AlternativeNames_RelStructureOrBuilder getAlternativeNamesOrBuilder()
       Alternative names.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 119:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 1034;
    • hasCrossRoad

      boolean hasCrossRoad()
       Name of a Road that crosses the Road the street near the SITE ELEMENT that can be used to describe its relative location.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 178:74]
       
      .uk.org.netex.www.netex.MultilingualString cross_road = 1041;
      Returns:
      Whether the crossRoad field is set.
    • getCrossRoad

      MultilingualString getCrossRoad()
       Name of a Road that crosses the Road the street near the SITE ELEMENT that can be used to describe its relative location.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 178:74]
       
      .uk.org.netex.www.netex.MultilingualString cross_road = 1041;
      Returns:
      The crossRoad.
    • getCrossRoadOrBuilder

      MultilingualStringOrBuilder getCrossRoadOrBuilder()
       Name of a Road that crosses the Road the street near the SITE ELEMENT that can be used to describe its relative location.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 178:74]
       
      .uk.org.netex.www.netex.MultilingualString cross_road = 1041;
    • hasLandmark

      boolean hasLandmark()
       Name of a Landmark near the SITE ELEMENT that can be used to describe its relative location.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 183:73]
       
      .uk.org.netex.www.netex.MultilingualString landmark = 1042;
      Returns:
      Whether the landmark field is set.
    • getLandmark

      MultilingualString getLandmark()
       Name of a Landmark near the SITE ELEMENT that can be used to describe its relative location.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 183:73]
       
      .uk.org.netex.www.netex.MultilingualString landmark = 1042;
      Returns:
      The landmark.
    • getLandmarkOrBuilder

      MultilingualStringOrBuilder getLandmarkOrBuilder()
       Name of a Landmark near the SITE ELEMENT that can be used to describe its relative location.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 183:73]
       
      .uk.org.netex.www.netex.MultilingualString landmark = 1042;
    • getPublicUseValue

      int getPublicUseValue()
       Whether the component is available for public use or is restricted.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 131:90]
       
      .uk.org.netex.www.netex.PublicUseEnumeration public_use = 1051;
      Returns:
      The enum numeric value on the wire for publicUse.
    • getPublicUse

      PublicUseEnumeration getPublicUse()
       Whether the component is available for public use or is restricted.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 131:90]
       
      .uk.org.netex.www.netex.PublicUseEnumeration public_use = 1051;
      Returns:
      The publicUse.
    • getCoveredValue

      int getCoveredValue()
       Whether the component is Indoors or outdoors. Default is Indoors.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 136:90]
       
      .uk.org.netex.www.netex.CoveredEnumeration covered = 1052;
      Returns:
      The enum numeric value on the wire for covered.
    • getCovered

      CoveredEnumeration getCovered()
       Whether the component is Indoors or outdoors. Default is Indoors.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 136:90]
       
      .uk.org.netex.www.netex.CoveredEnumeration covered = 1052;
      Returns:
      The covered.
    • getGatedValue

      int getGatedValue()
       Whether the component is within a gated area or freely accessible without a pass or ticket.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 141:68]
       
      .uk.org.netex.www.netex.GatedEnumeration gated = 1053;
      Returns:
      The enum numeric value on the wire for gated.
    • getGated

      GatedEnumeration getGated()
       Whether the component is within a gated area or freely accessible without a pass or ticket.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 141:68]
       
      .uk.org.netex.www.netex.GatedEnumeration gated = 1053;
      Returns:
      The gated.
    • getLightingValue

      int getLightingValue()
       Whether the component is lit or not. Default is well Lit.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 146:92]
       
      .uk.org.netex.www.netex.LightingEnumeration lighting = 1054;
      Returns:
      The enum numeric value on the wire for lighting.
    • getLighting

      LightingEnumeration getLighting()
       Whether the component is lit or not. Default is well Lit.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 146:92]
       
      .uk.org.netex.www.netex.LightingEnumeration lighting = 1054;
      Returns:
      The lighting.
    • getAllAreasWheelchairAccessible

      boolean getAllAreasWheelchairAccessible()
       Whether all areas of the component are wheelchair accessible.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 151:101]
       
      bool all_areas_wheelchair_accessible = 1055;
      Returns:
      The allAreasWheelchairAccessible.
    • getPersonCapacity

      int getPersonCapacity()
       Total number of people that component can contain.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 156:83]
       
      uint32 person_capacity = 1056;
      Returns:
      The personCapacity.
    • hasPresentation

      boolean hasPresentation()
       Presentation defaults for SITE ELEMENT. +V1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 161:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 1047;
      Returns:
      Whether the presentation field is set.
    • getPresentation

      PresentationStructure getPresentation()
       Presentation defaults for SITE ELEMENT. +V1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 161:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 1047;
      Returns:
      The presentation.
    • getPresentationOrBuilder

      PresentationStructureOrBuilder getPresentationOrBuilder()
       Presentation defaults for SITE ELEMENT. +V1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 161:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 1047;
    • hasFacilities

      boolean hasFacilities()
       Facilities available at SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 166:86]
       
      .uk.org.netex.www.netex.SiteFacilitySets_RelStructure facilities = 1057;
      Returns:
      Whether the facilities field is set.
    • getFacilities

       Facilities available at SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 166:86]
       
      .uk.org.netex.www.netex.SiteFacilitySets_RelStructure facilities = 1057;
      Returns:
      The facilities.
    • getFacilitiesOrBuilder

      SiteFacilitySets_RelStructureOrBuilder getFacilitiesOrBuilder()
       Facilities available at SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 166:86]
       
      .uk.org.netex.www.netex.SiteFacilitySets_RelStructure facilities = 1057;
    • hasTopographicPlaceRef

      boolean hasTopographicPlaceRef()
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 1331;
      Returns:
      Whether the topographicPlaceRef field is set.
    • getTopographicPlaceRef

      VersionOfObjectRefStructure getTopographicPlaceRef()
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 1331;
      Returns:
      The topographicPlaceRef.
    • getTopographicPlaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTopographicPlaceRefOrBuilder()
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 1331;
    • hasTopographicPlaceView

      boolean hasTopographicPlaceView()
       Simplified view of TOPOGRAPHIC PLACE. Data is derived through the relationship.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 341:75]
       
      .uk.org.netex.www.netex.TopographicPlaceViewType topographic_place_view = 1332;
      Returns:
      Whether the topographicPlaceView field is set.
    • getTopographicPlaceView

      TopographicPlaceViewType getTopographicPlaceView()
       Simplified view of TOPOGRAPHIC PLACE. Data is derived through the relationship.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 341:75]
       
      .uk.org.netex.www.netex.TopographicPlaceViewType topographic_place_view = 1332;
      Returns:
      The topographicPlaceView.
    • getTopographicPlaceViewOrBuilder

      TopographicPlaceViewTypeOrBuilder getTopographicPlaceViewOrBuilder()
       Simplified view of TOPOGRAPHIC PLACE. Data is derived through the relationship.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 341:75]
       
      .uk.org.netex.www.netex.TopographicPlaceViewType topographic_place_view = 1332;
    • hasAdditionalTopographicPlaces

      boolean hasAdditionalTopographicPlaces()
       Additional Topographic Places in which SITE is located.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 220:107]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure additional_topographic_places = 1341;
      Returns:
      Whether the additionalTopographicPlaces field is set.
    • getAdditionalTopographicPlaces

      TopographicPlaceRefs_RelStructure getAdditionalTopographicPlaces()
       Additional Topographic Places in which SITE is located.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 220:107]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure additional_topographic_places = 1341;
      Returns:
      The additionalTopographicPlaces.
    • getAdditionalTopographicPlacesOrBuilder

      TopographicPlaceRefs_RelStructureOrBuilder getAdditionalTopographicPlacesOrBuilder()
       Additional Topographic Places in which SITE is located.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 220:107]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure additional_topographic_places = 1341;
    • getSiteTypeValue

      int getSiteTypeValue()
       Type of SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 225:74]
       
      .uk.org.netex.www.netex.SiteTypeEnumeration site_type = 1342;
      Returns:
      The enum numeric value on the wire for siteType.
    • getSiteType

      SiteTypeEnumeration getSiteType()
       Type of SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 225:74]
       
      .uk.org.netex.www.netex.SiteTypeEnumeration site_type = 1342;
      Returns:
      The siteType.
    • getAtCentre

      boolean getAtCentre()
       Whether SITE is at centre of TOPOGRAPHIC PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 230:66]
       
      bool at_centre = 1343;
      Returns:
      The atCentre.
    • hasLocale

      boolean hasLocale()
       Common LOCALE dependent properties.  [netex_framework/netex_utility/netex_utility_types.xsd at 137:52]
       
      .uk.org.netex.www.netex.LocaleStructure locale = 1344;
      Returns:
      Whether the locale field is set.
    • getLocale

      LocaleStructure getLocale()
       Common LOCALE dependent properties.  [netex_framework/netex_utility/netex_utility_types.xsd at 137:52]
       
      .uk.org.netex.www.netex.LocaleStructure locale = 1344;
      Returns:
      The locale.
    • getLocaleOrBuilder

      LocaleStructureOrBuilder getLocaleOrBuilder()
       Common LOCALE dependent properties.  [netex_framework/netex_utility/netex_utility_types.xsd at 137:52]
       
      .uk.org.netex.www.netex.LocaleStructure locale = 1344;
    • hasOperatingOrganisationView

      boolean hasOperatingOrganisationView()
       Reference to OPERATOR of SITE - derived details can be included.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 238:92]
       
      .uk.org.netex.www.netex.Organisation_DerivedViewStructure operating_organisation_view = 1354;
      Returns:
      Whether the operatingOrganisationView field is set.
    • getOperatingOrganisationView

      Organisation_DerivedViewStructure getOperatingOrganisationView()
       Reference to OPERATOR of SITE - derived details can be included.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 238:92]
       
      .uk.org.netex.www.netex.Organisation_DerivedViewStructure operating_organisation_view = 1354;
      Returns:
      The operatingOrganisationView.
    • getOperatingOrganisationViewOrBuilder

      Organisation_DerivedViewStructureOrBuilder getOperatingOrganisationViewOrBuilder()
       Reference to OPERATOR of SITE - derived details can be included.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 238:92]
       
      .uk.org.netex.www.netex.Organisation_DerivedViewStructure operating_organisation_view = 1354;
    • hasParentSiteRef

      boolean hasParentSiteRef()
       Reference to another SITE of which this SITE is deemed to be a subzone.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 267:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_site_ref = 1361;
      Returns:
      Whether the parentSiteRef field is set.
    • getParentSiteRef

      VersionOfObjectRefStructure getParentSiteRef()
       Reference to another SITE of which this SITE is deemed to be a subzone.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 267:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_site_ref = 1361;
      Returns:
      The parentSiteRef.
    • getParentSiteRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParentSiteRefOrBuilder()
       Reference to another SITE of which this SITE is deemed to be a subzone.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 267:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_site_ref = 1361;
    • hasAdjacentSites

      boolean hasAdjacentSites()
       Any references to another SITE of which this STOP PLACE is deemed to be a nearby but distinct.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 272:81]
       
      .uk.org.netex.www.netex.SiteRefs_RelStructure adjacent_sites = 1362;
      Returns:
      Whether the adjacentSites field is set.
    • getAdjacentSites

      SiteRefs_RelStructure getAdjacentSites()
       Any references to another SITE of which this STOP PLACE is deemed to be a nearby but distinct.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 272:81]
       
      .uk.org.netex.www.netex.SiteRefs_RelStructure adjacent_sites = 1362;
      Returns:
      The adjacentSites.
    • getAdjacentSitesOrBuilder

      SiteRefs_RelStructureOrBuilder getAdjacentSitesOrBuilder()
       Any references to another SITE of which this STOP PLACE is deemed to be a nearby but distinct.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 272:81]
       
      .uk.org.netex.www.netex.SiteRefs_RelStructure adjacent_sites = 1362;
    • hasContainedInPlaceRef

      boolean hasContainedInPlaceRef()
       Most specific TOPOGRAPHIC PLACE within which the SITE lies. The TOPOGRAPHIC model can be used to determine what other places this also implies.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 277:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure contained_in_place_ref = 1363;
      Returns:
      Whether the containedInPlaceRef field is set.
    • getContainedInPlaceRef

      VersionOfObjectRefStructure getContainedInPlaceRef()
       Most specific TOPOGRAPHIC PLACE within which the SITE lies. The TOPOGRAPHIC model can be used to determine what other places this also implies.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 277:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure contained_in_place_ref = 1363;
      Returns:
      The containedInPlaceRef.
    • getContainedInPlaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getContainedInPlaceRefOrBuilder()
       Most specific TOPOGRAPHIC PLACE within which the SITE lies. The TOPOGRAPHIC model can be used to determine what other places this also implies.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 277:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure contained_in_place_ref = 1363;
    • hasLevels

      boolean hasLevels()
       LEVELs found within SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 249:72]
       
      .uk.org.netex.www.netex.Levels_RelStructure levels = 1371;
      Returns:
      Whether the levels field is set.
    • getLevels

      Levels_RelStructure getLevels()
       LEVELs found within SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 249:72]
       
      .uk.org.netex.www.netex.Levels_RelStructure levels = 1371;
      Returns:
      The levels.
    • getLevelsOrBuilder

      Levels_RelStructureOrBuilder getLevelsOrBuilder()
       LEVELs found within SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 249:72]
       
      .uk.org.netex.www.netex.Levels_RelStructure levels = 1371;
    • hasEntrances

      boolean hasEntrances()
       Entrances to and within SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 254:82]
       
      .uk.org.netex.www.netex.SiteEntrances_RelStructure entrances = 1372;
      Returns:
      Whether the entrances field is set.
    • getEntrances

       Entrances to and within SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 254:82]
       
      .uk.org.netex.www.netex.SiteEntrances_RelStructure entrances = 1372;
      Returns:
      The entrances.
    • getEntrancesOrBuilder

      SiteEntrances_RelStructureOrBuilder getEntrancesOrBuilder()
       Entrances to and within SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 254:82]
       
      .uk.org.netex.www.netex.SiteEntrances_RelStructure entrances = 1372;
    • hasEquipmentPlaces

      boolean hasEquipmentPlaces()
       EQUIPMENT PLACEs within SITE COMPONENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 46:90]
       
      .uk.org.netex.www.netex.EquipmentPlaces_RelStructure equipment_places = 1373;
      Returns:
      Whether the equipmentPlaces field is set.
    • getEquipmentPlaces

      EquipmentPlaces_RelStructure getEquipmentPlaces()
       EQUIPMENT PLACEs within SITE COMPONENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 46:90]
       
      .uk.org.netex.www.netex.EquipmentPlaces_RelStructure equipment_places = 1373;
      Returns:
      The equipmentPlaces.
    • getEquipmentPlacesOrBuilder

      EquipmentPlaces_RelStructureOrBuilder getEquipmentPlacesOrBuilder()
       EQUIPMENT PLACEs within SITE COMPONENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 46:90]
       
      .uk.org.netex.www.netex.EquipmentPlaces_RelStructure equipment_places = 1373;
    • hasPlaceEquipments

      boolean hasPlaceEquipments()
       Items of fixed EQUIPMENT that may be located in places within the SITE  ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 51:90]
       
      .uk.org.netex.www.netex.PlaceEquipments_RelStructure place_equipments = 1374;
      Returns:
      Whether the placeEquipments field is set.
    • getPlaceEquipments

      PlaceEquipments_RelStructure getPlaceEquipments()
       Items of fixed EQUIPMENT that may be located in places within the SITE  ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 51:90]
       
      .uk.org.netex.www.netex.PlaceEquipments_RelStructure place_equipments = 1374;
      Returns:
      The placeEquipments.
    • getPlaceEquipmentsOrBuilder

      PlaceEquipments_RelStructureOrBuilder getPlaceEquipmentsOrBuilder()
       Items of fixed EQUIPMENT that may be located in places within the SITE  ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 51:90]
       
      .uk.org.netex.www.netex.PlaceEquipments_RelStructure place_equipments = 1374;
    • hasLocalServices

      boolean hasLocalServices()
       LOCAL SERVICEs that may be located in PLACEs within the SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 56:86]
       
      .uk.org.netex.www.netex.LocalServices_RelStructure local_services = 1375;
      Returns:
      Whether the localServices field is set.
    • getLocalServices

      LocalServices_RelStructure getLocalServices()
       LOCAL SERVICEs that may be located in PLACEs within the SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 56:86]
       
      .uk.org.netex.www.netex.LocalServices_RelStructure local_services = 1375;
      Returns:
      The localServices.
    • getLocalServicesOrBuilder

      LocalServices_RelStructureOrBuilder getLocalServicesOrBuilder()
       LOCAL SERVICEs that may be located in PLACEs within the SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 56:86]
       
      .uk.org.netex.www.netex.LocalServices_RelStructure local_services = 1375;
    • hasPathLinks

      boolean hasPathLinks()
       PATH LINKs for SITE.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 155:82]
       
      .uk.org.netex.www.netex.SitePathLinks_RelStructure path_links = 1731;
      Returns:
      Whether the pathLinks field is set.
    • getPathLinks

       PATH LINKs for SITE.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 155:82]
       
      .uk.org.netex.www.netex.SitePathLinks_RelStructure path_links = 1731;
      Returns:
      The pathLinks.
    • getPathLinksOrBuilder

      SitePathLinks_RelStructureOrBuilder getPathLinksOrBuilder()
       PATH LINKs for SITE.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 155:82]
       
      .uk.org.netex.www.netex.SitePathLinks_RelStructure path_links = 1731;
    • hasPathJunctions

      boolean hasPathJunctions()
       PATH JUNCTIONs within the SITE and or between the SITE elsewhere.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 160:86]
       
      .uk.org.netex.www.netex.PathJunctions_RelStructure path_junctions = 1732;
      Returns:
      Whether the pathJunctions field is set.
    • getPathJunctions

      PathJunctions_RelStructure getPathJunctions()
       PATH JUNCTIONs within the SITE and or between the SITE elsewhere.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 160:86]
       
      .uk.org.netex.www.netex.PathJunctions_RelStructure path_junctions = 1732;
      Returns:
      The pathJunctions.
    • getPathJunctionsOrBuilder

      PathJunctions_RelStructureOrBuilder getPathJunctionsOrBuilder()
       PATH JUNCTIONs within the SITE and or between the SITE elsewhere.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 160:86]
       
      .uk.org.netex.www.netex.PathJunctions_RelStructure path_junctions = 1732;
    • hasAccesses

      boolean hasAccesses()
       ACCESS links for SITE.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 165:76]
       
      .uk.org.netex.www.netex.Accesses_RelStructure accesses = 1733;
      Returns:
      Whether the accesses field is set.
    • getAccesses

      Accesses_RelStructure getAccesses()
       ACCESS links for SITE.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 165:76]
       
      .uk.org.netex.www.netex.Accesses_RelStructure accesses = 1733;
      Returns:
      The accesses.
    • getAccessesOrBuilder

      Accesses_RelStructureOrBuilder getAccessesOrBuilder()
       ACCESS links for SITE.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 165:76]
       
      .uk.org.netex.www.netex.Accesses_RelStructure accesses = 1733;
    • hasNavigationPaths

      boolean hasNavigationPaths()
       NAVIGATION PATHs within the SITE and or between the SITE elsewhere.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 170:90]
       
      .uk.org.netex.www.netex.NavigationPaths_RelStructure navigation_paths = 1734;
      Returns:
      Whether the navigationPaths field is set.
    • getNavigationPaths

      NavigationPaths_RelStructure getNavigationPaths()
       NAVIGATION PATHs within the SITE and or between the SITE elsewhere.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 170:90]
       
      .uk.org.netex.www.netex.NavigationPaths_RelStructure navigation_paths = 1734;
      Returns:
      The navigationPaths.
    • getNavigationPathsOrBuilder

      NavigationPaths_RelStructureOrBuilder getNavigationPathsOrBuilder()
       NAVIGATION PATHs within the SITE and or between the SITE elsewhere.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 170:90]
       
      .uk.org.netex.www.netex.NavigationPaths_RelStructure navigation_paths = 1734;
    • getPublicCode

      String getPublicCode()
       Short public code for passengers to use when uniquely identifying the stop by SMS and other self-service channels.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 349:78]
       
      string public_code = 1741;
      Returns:
      The publicCode.
    • getPublicCodeBytes

      com.google.protobuf.ByteString getPublicCodeBytes()
       Short public code for passengers to use when uniquely identifying the stop by SMS and other self-service channels.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 349:78]
       
      string public_code = 1741;
      Returns:
      The bytes for publicCode.
    • hasLabel

      boolean hasLabel()
       Additional Label of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 185:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 1751;
      Returns:
      Whether the label field is set.
    • getLabel

      MultilingualString getLabel()
       Additional Label of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 185:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 1751;
      Returns:
      The label.
    • getLabelOrBuilder

      MultilingualStringOrBuilder getLabelOrBuilder()
       Additional Label of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 185:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 1751;
    • getParkingTypeValue

      int getParkingTypeValue()
       Type of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 190:80]
       
      .uk.org.netex.www.netex.ParkingTypeEnumeration parking_type = 1752;
      Returns:
      The enum numeric value on the wire for parkingType.
    • getParkingType

      ParkingTypeEnumeration getParkingType()
       Type of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 190:80]
       
      .uk.org.netex.www.netex.ParkingTypeEnumeration parking_type = 1752;
      Returns:
      The parkingType.
    • hasTypeOfParkingRef

      boolean hasTypeOfParkingRef()
       Reference to a TYPE OF PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 571:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_parking_ref = 1804;
      Returns:
      Whether the typeOfParkingRef field is set.
    • getTypeOfParkingRef

      VersionOfObjectRefStructure getTypeOfParkingRef()
       Reference to a TYPE OF PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 571:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_parking_ref = 1804;
      Returns:
      The typeOfParkingRef.
    • getTypeOfParkingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfParkingRefOrBuilder()
       Reference to a TYPE OF PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 571:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_parking_ref = 1804;
    • getParkingVehicleTypesList

      List<ParkingVehicleEnumeration> getParkingVehicleTypesList()
       Types of Vehicle allowed in PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 196:98]
       
      repeated .uk.org.netex.www.netex.ParkingVehicleEnumeration parking_vehicle_types = 1753 [packed = true];
      Returns:
      A list containing the parkingVehicleTypes.
    • getParkingVehicleTypesCount

      int getParkingVehicleTypesCount()
       Types of Vehicle allowed in PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 196:98]
       
      repeated .uk.org.netex.www.netex.ParkingVehicleEnumeration parking_vehicle_types = 1753 [packed = true];
      Returns:
      The count of parkingVehicleTypes.
    • getParkingVehicleTypes

      ParkingVehicleEnumeration getParkingVehicleTypes(int index)
       Types of Vehicle allowed in PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 196:98]
       
      repeated .uk.org.netex.www.netex.ParkingVehicleEnumeration parking_vehicle_types = 1753 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The parkingVehicleTypes at the given index.
    • getParkingVehicleTypesValueList

      List<Integer> getParkingVehicleTypesValueList()
       Types of Vehicle allowed in PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 196:98]
       
      repeated .uk.org.netex.www.netex.ParkingVehicleEnumeration parking_vehicle_types = 1753 [packed = true];
      Returns:
      A list containing the enum numeric values on the wire for parkingVehicleTypes.
    • getParkingVehicleTypesValue

      int getParkingVehicleTypesValue(int index)
       Types of Vehicle allowed in PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 196:98]
       
      repeated .uk.org.netex.www.netex.ParkingVehicleEnumeration parking_vehicle_types = 1753 [packed = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of parkingVehicleTypes at the given index.
    • hasVehicleTypes

      boolean hasVehicleTypes()
       TRANSPORT TYPEs  that may use PARKING - open codes.  +v1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 201:89]
       
      .uk.org.netex.www.netex.TransportTypeRefs_RelStructure vehicle_types = 1805;
      Returns:
      Whether the vehicleTypes field is set.
    • getVehicleTypes

       TRANSPORT TYPEs  that may use PARKING - open codes.  +v1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 201:89]
       
      .uk.org.netex.www.netex.TransportTypeRefs_RelStructure vehicle_types = 1805;
      Returns:
      The vehicleTypes.
    • getVehicleTypesOrBuilder

      TransportTypeRefs_RelStructureOrBuilder getVehicleTypesOrBuilder()
       TRANSPORT TYPEs  that may use PARKING - open codes.  +v1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 201:89]
       
      .uk.org.netex.www.netex.TransportTypeRefs_RelStructure vehicle_types = 1805;
    • getParkingLayoutValue

      int getParkingLayoutValue()
       Format of building.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 206:84]
       
      .uk.org.netex.www.netex.ParkingLayoutEnumeration parking_layout = 1754;
      Returns:
      The enum numeric value on the wire for parkingLayout.
    • getParkingLayout

      ParkingLayoutEnumeration getParkingLayout()
       Format of building.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 206:84]
       
      .uk.org.netex.www.netex.ParkingLayoutEnumeration parking_layout = 1754;
      Returns:
      The parkingLayout.
    • getNumberOfParkingLevels

      int getNumberOfParkingLevels()
       Total number of levels.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 211:90]
       
      uint32 number_of_parking_levels = 1755;
      Returns:
      The numberOfParkingLevels.
    • getPrincipalCapacity

      int getPrincipalCapacity()
       Number of parking places normamally available excluding special spaces, reserved spaces etc.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 216:86]
       
      uint32 principal_capacity = 1756;
      Returns:
      The principalCapacity.
    • getTotalCapacity

      int getTotalCapacity()
       Total number of parking places including disabled spaces etc.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 221:82]
       
      uint32 total_capacity = 1757;
      Returns:
      The totalCapacity.
    • getOvernightParkingPermitted

      boolean getOvernightParkingPermitted()
       Whether Overnight Parking is permitted.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 226:83]
       
      bool overnight_parking_permitted = 1758;
      Returns:
      The overnightParkingPermitted.
    • getProhibitedForHazardousMaterials

      boolean getProhibitedForHazardousMaterials()
       Whether parking of vehicles containing hazardous materials is prohibited. Default is true.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 231:104]
       
      bool prohibited_for_hazardous_materials = 1759;
      Returns:
      The prohibitedForHazardousMaterials.
    • getRechargingAvailable

      boolean getRechargingAvailable()
       Whether car park has recharging points.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 236:77]
       
      bool recharging_available = 1760;
      Returns:
      The rechargingAvailable.
    • getSecure

      boolean getSecure()
       Whether Parking is offered as secure.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 241:64]
       
      bool secure = 1761;
      Returns:
      The secure.
    • getRealTimeOccupancyAvailable

      boolean getRealTimeOccupancyAvailable()
       Whether Real-time occupancy data is normally available.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 246:84]
       
      bool real_time_occupancy_available = 1762;
      Returns:
      The realTimeOccupancyAvailable.
    • getParkingPaymentProcessList

      List<ParkingPaymentProcessEnumeration> getParkingPaymentProcessList()
       Payment Process for use of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 287:107]
       
      repeated .uk.org.netex.www.netex.ParkingPaymentProcessEnumeration parking_payment_process = 1771 [packed = true];
      Returns:
      A list containing the parkingPaymentProcess.
    • getParkingPaymentProcessCount

      int getParkingPaymentProcessCount()
       Payment Process for use of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 287:107]
       
      repeated .uk.org.netex.www.netex.ParkingPaymentProcessEnumeration parking_payment_process = 1771 [packed = true];
      Returns:
      The count of parkingPaymentProcess.
    • getParkingPaymentProcess

      ParkingPaymentProcessEnumeration getParkingPaymentProcess(int index)
       Payment Process for use of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 287:107]
       
      repeated .uk.org.netex.www.netex.ParkingPaymentProcessEnumeration parking_payment_process = 1771 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The parkingPaymentProcess at the given index.
    • getParkingPaymentProcessValueList

      List<Integer> getParkingPaymentProcessValueList()
       Payment Process for use of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 287:107]
       
      repeated .uk.org.netex.www.netex.ParkingPaymentProcessEnumeration parking_payment_process = 1771 [packed = true];
      Returns:
      A list containing the enum numeric values on the wire for parkingPaymentProcess.
    • getParkingPaymentProcessValue

      int getParkingPaymentProcessValue(int index)
       Payment Process for use of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 287:107]
       
      repeated .uk.org.netex.www.netex.ParkingPaymentProcessEnumeration parking_payment_process = 1771 [packed = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of parkingPaymentProcess at the given index.
    • getPaymentMethodsList

      List<PaymentMethodEnumeration> getPaymentMethodsList()
       Method of Payment for use of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 292:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 1772 [packed = true];
      Returns:
      A list containing the paymentMethods.
    • getPaymentMethodsCount

      int getPaymentMethodsCount()
       Method of Payment for use of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 292:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 1772 [packed = true];
      Returns:
      The count of paymentMethods.
    • getPaymentMethods

      PaymentMethodEnumeration getPaymentMethods(int index)
       Method of Payment for use of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 292:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 1772 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The paymentMethods at the given index.
    • getPaymentMethodsValueList

      List<Integer> getPaymentMethodsValueList()
       Method of Payment for use of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 292:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 1772 [packed = true];
      Returns:
      A list containing the enum numeric values on the wire for paymentMethods.
    • getPaymentMethodsValue

      int getPaymentMethodsValue(int index)
       Method of Payment for use of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 292:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 1772 [packed = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of paymentMethods at the given index.
    • hasTypesOfPaymentMethod

      boolean hasTypesOfPaymentMethod()
       Method of Payment - open values.  =V1.1  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 297:103]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethodRefs_RelStructure types_of_payment_method = 1773;
      Returns:
      Whether the typesOfPaymentMethod field is set.
    • getTypesOfPaymentMethod

      TypeOfPaymentMethodRefs_RelStructure getTypesOfPaymentMethod()
       Method of Payment - open values.  =V1.1  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 297:103]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethodRefs_RelStructure types_of_payment_method = 1773;
      Returns:
      The typesOfPaymentMethod.
    • getTypesOfPaymentMethodOrBuilder

      TypeOfPaymentMethodRefs_RelStructureOrBuilder getTypesOfPaymentMethodOrBuilder()
       Method of Payment - open values.  =V1.1  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 297:103]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethodRefs_RelStructure types_of_payment_method = 1773;
    • getDefaultCurrency

      String getDefaultCurrency()
       Default Currency for payment.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 302:74]
       
      string default_currency = 1774;
      Returns:
      The defaultCurrency.
    • getDefaultCurrencyBytes

      com.google.protobuf.ByteString getDefaultCurrencyBytes()
       Default Currency for payment.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 302:74]
       
      string default_currency = 1774;
      Returns:
      The bytes for defaultCurrency.
    • getCurrenciesAcceptedList

      List<String> getCurrenciesAcceptedList()
       Currencies accepted.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 307:91]
       
      repeated string currencies_accepted = 1775;
      Returns:
      A list containing the currenciesAccepted.
    • getCurrenciesAcceptedCount

      int getCurrenciesAcceptedCount()
       Currencies accepted.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 307:91]
       
      repeated string currencies_accepted = 1775;
      Returns:
      The count of currenciesAccepted.
    • getCurrenciesAccepted

      String getCurrenciesAccepted(int index)
       Currencies accepted.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 307:91]
       
      repeated string currencies_accepted = 1775;
      Parameters:
      index - The index of the element to return.
      Returns:
      The currenciesAccepted at the given index.
    • getCurrenciesAcceptedBytes

      com.google.protobuf.ByteString getCurrenciesAcceptedBytes(int index)
       Currencies accepted.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 307:91]
       
      repeated string currencies_accepted = 1775;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the currenciesAccepted at the given index.
    • getCardsAccepted

      String getCardsAccepted()
       Cards accepted.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 312:72]
       
      string cards_accepted = 1776;
      Returns:
      The cardsAccepted.
    • getCardsAcceptedBytes

      com.google.protobuf.ByteString getCardsAcceptedBytes()
       Cards accepted.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 312:72]
       
      string cards_accepted = 1776;
      Returns:
      The bytes for cardsAccepted.
    • getParkingReservationValue

      int getParkingReservationValue()
       Reservation facilities for PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 317:94]
       
      .uk.org.netex.www.netex.ParkingReservationEnumeration parking_reservation = 1777;
      Returns:
      The enum numeric value on the wire for parkingReservation.
    • getParkingReservation

      ParkingReservationEnumeration getParkingReservation()
       Reservation facilities for PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 317:94]
       
      .uk.org.netex.www.netex.ParkingReservationEnumeration parking_reservation = 1777;
      Returns:
      The parkingReservation.
    • getBookingUrl

      String getBookingUrl()
       URL to make booking.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 322:67]
       
      string booking_url = 1778;
      Returns:
      The bookingUrl.
    • getBookingUrlBytes

      com.google.protobuf.ByteString getBookingUrlBytes()
       URL to make booking.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 322:67]
       
      string booking_url = 1778;
      Returns:
      The bytes for bookingUrl.
    • hasPaymentByMobile

      boolean hasPaymentByMobile()
       How to make payment by phone.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 327:86]
       
      .uk.org.netex.www.netex.PaymentByMobileStructure payment_by_mobile = 1779;
      Returns:
      Whether the paymentByMobile field is set.
    • getPaymentByMobile

      PaymentByMobileStructure getPaymentByMobile()
       How to make payment by phone.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 327:86]
       
      .uk.org.netex.www.netex.PaymentByMobileStructure payment_by_mobile = 1779;
      Returns:
      The paymentByMobile.
    • getPaymentByMobileOrBuilder

      PaymentByMobileStructureOrBuilder getPaymentByMobileOrBuilder()
       How to make payment by phone.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 327:86]
       
      .uk.org.netex.www.netex.PaymentByMobileStructure payment_by_mobile = 1779;
    • getFreeParkingOutOfHours

      boolean getFreeParkingOutOfHours()
       Whether there is free parking out of hours.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 332:94]
       
      bool free_parking_out_of_hours = 1780;
      Returns:
      The freeParkingOutOfHours.
    • hasParkingProperties

      boolean hasParkingProperties()
       Properties of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 258:94]
       
      .uk.org.netex.www.netex.ParkingProperties_RelStructure parking_properties = 1791;
      Returns:
      Whether the parkingProperties field is set.
    • getParkingProperties

      ParkingProperties_RelStructure getParkingProperties()
       Properties of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 258:94]
       
      .uk.org.netex.www.netex.ParkingProperties_RelStructure parking_properties = 1791;
      Returns:
      The parkingProperties.
    • getParkingPropertiesOrBuilder

      ParkingProperties_RelStructureOrBuilder getParkingPropertiesOrBuilder()
       Properties of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 258:94]
       
      .uk.org.netex.www.netex.ParkingProperties_RelStructure parking_properties = 1791;
    • hasParkingAreas

      boolean hasParkingAreas()
       PARKING AREAs within PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 263:84]
       
      .uk.org.netex.www.netex.ParkingAreas_RelStructure parking_areas = 1792;
      Returns:
      Whether the parkingAreas field is set.
    • getParkingAreas

      ParkingAreas_RelStructure getParkingAreas()
       PARKING AREAs within PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 263:84]
       
      .uk.org.netex.www.netex.ParkingAreas_RelStructure parking_areas = 1792;
      Returns:
      The parkingAreas.
    • getParkingAreasOrBuilder

      ParkingAreas_RelStructureOrBuilder getParkingAreasOrBuilder()
       PARKING AREAs within PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 263:84]
       
      .uk.org.netex.www.netex.ParkingAreas_RelStructure parking_areas = 1792;
    • hasVehicleEntrances

      boolean hasVehicleEntrances()
       VEHICLE ENTRANCEs within PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 275:103]
       
      .uk.org.netex.www.netex.ParkingEntrancesForVehicles_RelStructure vehicle_entrances = 1801;
      Returns:
      Whether the vehicleEntrances field is set.
    • getVehicleEntrances

       VEHICLE ENTRANCEs within PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 275:103]
       
      .uk.org.netex.www.netex.ParkingEntrancesForVehicles_RelStructure vehicle_entrances = 1801;
      Returns:
      The vehicleEntrances.
    • getVehicleEntrancesOrBuilder

       VEHICLE ENTRANCEs within PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 275:103]
       
      .uk.org.netex.www.netex.ParkingEntrancesForVehicles_RelStructure vehicle_entrances = 1801;
    • hasOrganisationRef

      boolean hasOrganisationRef()
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 1345;
      Returns:
      Whether the organisationRef field is set.
    • getOrganisationRef

      VersionOfObjectRefStructure getOrganisationRef()
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 1345;
      Returns:
      The organisationRef.
    • getOrganisationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOrganisationRefOrBuilder()
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 1345;
    • hasOtherOrganisationRef

      boolean hasOtherOrganisationRef()
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 1346;
      Returns:
      Whether the otherOrganisationRef field is set.
    • getOtherOrganisationRef

      VersionOfObjectRefStructure getOtherOrganisationRef()
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 1346;
      Returns:
      The otherOrganisationRef.
    • getOtherOrganisationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOtherOrganisationRefOrBuilder()
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 1346;
    • hasTravelAgentRef

      boolean hasTravelAgentRef()
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 1347;
      Returns:
      Whether the travelAgentRef field is set.
    • getTravelAgentRef

      VersionOfObjectRefStructure getTravelAgentRef()
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 1347;
      Returns:
      The travelAgentRef.
    • getTravelAgentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTravelAgentRefOrBuilder()
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 1347;
    • hasServicedOrganisationRef

      boolean hasServicedOrganisationRef()
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 1348;
      Returns:
      Whether the servicedOrganisationRef field is set.
    • getServicedOrganisationRef

      VersionOfObjectRefStructure getServicedOrganisationRef()
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 1348;
      Returns:
      The servicedOrganisationRef.
    • getServicedOrganisationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getServicedOrganisationRefOrBuilder()
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 1348;
    • hasManagementAgentRef

      boolean hasManagementAgentRef()
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 1349;
      Returns:
      Whether the managementAgentRef field is set.
    • getManagementAgentRef

      VersionOfObjectRefStructure getManagementAgentRef()
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 1349;
      Returns:
      The managementAgentRef.
    • getManagementAgentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getManagementAgentRefOrBuilder()
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 1349;
    • hasGeneralOrganisationRef

      boolean hasGeneralOrganisationRef()
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 1350;
      Returns:
      Whether the generalOrganisationRef field is set.
    • getGeneralOrganisationRef

      VersionOfObjectRefStructure getGeneralOrganisationRef()
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 1350;
      Returns:
      The generalOrganisationRef.
    • getGeneralOrganisationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getGeneralOrganisationRefOrBuilder()
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 1350;
    • hasOperatorRef

      boolean hasOperatorRef()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 1351;
      Returns:
      Whether the operatorRef field is set.
    • getOperatorRef

      VersionOfObjectRefStructure getOperatorRef()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 1351;
      Returns:
      The operatorRef.
    • getOperatorRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOperatorRefOrBuilder()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 1351;
    • hasAuthorityRef

      boolean hasAuthorityRef()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 1352;
      Returns:
      Whether the authorityRef field is set.
    • getAuthorityRef

      VersionOfObjectRefStructure getAuthorityRef()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 1352;
      Returns:
      The authorityRef.
    • getAuthorityRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAuthorityRefOrBuilder()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 1352;
    • hasRetailConsortiumRef

      boolean hasRetailConsortiumRef()
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 1353;
      Returns:
      Whether the retailConsortiumRef field is set.
    • getRetailConsortiumRef

      VersionOfObjectRefStructure getRetailConsortiumRef()
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 1353;
      Returns:
      The retailConsortiumRef.
    • getRetailConsortiumRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRetailConsortiumRefOrBuilder()
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 1353;
    • hasOnlineServiceOperatorRef

      boolean hasOnlineServiceOperatorRef()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 1803;
      Returns:
      Whether the onlineServiceOperatorRef field is set.
    • getOnlineServiceOperatorRef

      VersionOfObjectRefStructure getOnlineServiceOperatorRef()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 1803;
      Returns:
      The onlineServiceOperatorRef.
    • getOnlineServiceOperatorRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOnlineServiceOperatorRefOrBuilder()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 1803;
    • getOrganisationRefStructureCase