Class PointOfInterest_VersionStructure.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<PointOfInterest_VersionStructure.Builder>
com.google.protobuf.GeneratedMessage.Builder<PointOfInterest_VersionStructure.Builder>
uk.org.netex.www.netex.PointOfInterest_VersionStructure.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, PointOfInterest_VersionStructureOrBuilder
Enclosing class:
PointOfInterest_VersionStructure

public static final class PointOfInterest_VersionStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<PointOfInterest_VersionStructure.Builder> implements PointOfInterest_VersionStructureOrBuilder
 Type for a POINT OF INTEREST.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 371:59]
 
Protobuf type uk.org.netex.www.netex.PointOfInterest_VersionStructure
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<PointOfInterest_VersionStructure.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<PointOfInterest_VersionStructure.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<PointOfInterest_VersionStructure.Builder>
    • getDefaultInstanceForType

      public PointOfInterest_VersionStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public PointOfInterest_VersionStructure buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public PointOfInterest_VersionStructure.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PointOfInterest_VersionStructure.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<PointOfInterest_VersionStructure.Builder>
    • mergeFrom

      public PointOfInterest_VersionStructure.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PointOfInterest_VersionStructure.Builder>
      Throws:
      IOException
    • getOrganisationRefStructureCase

      public PointOfInterest_VersionStructure.OrganisationRefStructureCase getOrganisationRefStructureCase()
      Specified by:
      getOrganisationRefStructureCase in interface PointOfInterest_VersionStructureOrBuilder
    • clearOrganisationRefStructure

      public PointOfInterest_VersionStructure.Builder clearOrganisationRefStructure()
    • getId

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

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

       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Returns:
      This builder for chaining.
    • setIdBytes

      public PointOfInterest_VersionStructure.Builder setIdBytes(com.google.protobuf.ByteString value)
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • hasCreated

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

      public 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;
      Specified by:
      getCreated in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The created.
    • setCreated

      public PointOfInterest_VersionStructure.Builder setCreated(com.google.protobuf.Timestamp value)
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • setCreated

      public PointOfInterest_VersionStructure.Builder setCreated(com.google.protobuf.Timestamp.Builder builderForValue)
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • mergeCreated

      public PointOfInterest_VersionStructure.Builder mergeCreated(com.google.protobuf.Timestamp value)
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • clearCreated

       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • getCreatedBuilder

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

      public 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;
      Specified by:
      getCreatedOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasChanged

      public 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;
      Specified by:
      hasChanged in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the changed field is set.
    • getChanged

      public 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;
      Specified by:
      getChanged in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The changed.
    • setChanged

      public PointOfInterest_VersionStructure.Builder setChanged(com.google.protobuf.Timestamp value)
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • setChanged

      public PointOfInterest_VersionStructure.Builder setChanged(com.google.protobuf.Timestamp.Builder builderForValue)
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • mergeChanged

      public PointOfInterest_VersionStructure.Builder mergeChanged(com.google.protobuf.Timestamp value)
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • clearChanged

       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • getChangedBuilder

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

      public 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;
      Specified by:
      getChangedOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • getVersion

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

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

       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Parameters:
      value - The version to set.
      Returns:
      This builder for chaining.
    • clearVersion

       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Returns:
      This builder for chaining.
    • setVersionBytes

      public PointOfInterest_VersionStructure.Builder setVersionBytes(com.google.protobuf.ByteString value)
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Parameters:
      value - The bytes for version to set.
      Returns:
      This builder for chaining.
    • getStatusValue

      public 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;
      Specified by:
      getStatusValue in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • setStatusValue

      public PointOfInterest_VersionStructure.Builder setStatusValue(int value)
       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;
      Parameters:
      value - The enum numeric value on the wire for status to set.
      Returns:
      This builder for chaining.
    • getStatus

      public 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;
      Specified by:
      getStatus in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The status.
    • setStatus

       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;
      Parameters:
      value - The status to set.
      Returns:
      This builder for chaining.
    • clearStatus

       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:
      This builder for chaining.
    • getDerivedFromVersionRef

      public 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 = 1765;
      Specified by:
      getDerivedFromVersionRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The derivedFromVersionRef.
    • getDerivedFromVersionRefBytes

      public 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 = 1765;
      Specified by:
      getDerivedFromVersionRefBytes in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • setDerivedFromVersionRef

      public PointOfInterest_VersionStructure.Builder setDerivedFromVersionRef(String value)
       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 = 1765;
      Parameters:
      value - The derivedFromVersionRef to set.
      Returns:
      This builder for chaining.
    • clearDerivedFromVersionRef

      public PointOfInterest_VersionStructure.Builder clearDerivedFromVersionRef()
       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 = 1765;
      Returns:
      This builder for chaining.
    • setDerivedFromVersionRefBytes

      public PointOfInterest_VersionStructure.Builder setDerivedFromVersionRefBytes(com.google.protobuf.ByteString value)
       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 = 1765;
      Parameters:
      value - The bytes for derivedFromVersionRef to set.
      Returns:
      This builder for chaining.
    • getDerivedFromObjectRef

      public 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 = 1766;
      Specified by:
      getDerivedFromObjectRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The derivedFromObjectRef.
    • getDerivedFromObjectRefBytes

      public 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 = 1766;
      Specified by:
      getDerivedFromObjectRefBytes in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

      public PointOfInterest_VersionStructure.Builder setDerivedFromObjectRef(String value)
       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 = 1766;
      Parameters:
      value - The derivedFromObjectRef to set.
      Returns:
      This builder for chaining.
    • clearDerivedFromObjectRef

      public PointOfInterest_VersionStructure.Builder clearDerivedFromObjectRef()
       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 = 1766;
      Returns:
      This builder for chaining.
    • setDerivedFromObjectRefBytes

      public PointOfInterest_VersionStructure.Builder setDerivedFromObjectRefBytes(com.google.protobuf.ByteString value)
       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 = 1766;
      Parameters:
      value - The bytes for derivedFromObjectRef to set.
      Returns:
      This builder for chaining.
    • hasValidityConditions

      public 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;
      Specified by:
      hasValidityConditions in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

      public 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;
      Specified by:
      getValidityConditions in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

       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;
    • setValidityConditions

       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;
    • mergeValidityConditions

       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;
    • clearValidityConditions

      public PointOfInterest_VersionStructure.Builder clearValidityConditions()
       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;
    • getValidityConditionsBuilder

      public ValidityConditions_RelStructure.Builder getValidityConditionsBuilder()
       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;
    • getValidityConditionsOrBuilder

      public 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;
      Specified by:
      getValidityConditionsOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • getValidBetweenList

      public 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;
      Specified by:
      getValidBetweenList in interface PointOfInterest_VersionStructureOrBuilder
    • getValidBetweenCount

      public 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;
      Specified by:
      getValidBetweenCount in interface PointOfInterest_VersionStructureOrBuilder
    • getValidBetween

      public 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;
      Specified by:
      getValidBetween in interface PointOfInterest_VersionStructureOrBuilder
    • setValidBetween

      public PointOfInterest_VersionStructure.Builder setValidBetween(int index, ValidBetweenType value)
       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;
    • setValidBetween

      public PointOfInterest_VersionStructure.Builder setValidBetween(int index, ValidBetweenType.Builder builderForValue)
       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;
    • addValidBetween

       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;
    • addValidBetween

      public PointOfInterest_VersionStructure.Builder addValidBetween(int index, ValidBetweenType value)
       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;
    • addValidBetween

      public PointOfInterest_VersionStructure.Builder addValidBetween(ValidBetweenType.Builder builderForValue)
       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;
    • addValidBetween

      public PointOfInterest_VersionStructure.Builder addValidBetween(int index, ValidBetweenType.Builder builderForValue)
       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;
    • addAllValidBetween

      public PointOfInterest_VersionStructure.Builder addAllValidBetween(Iterable<? extends ValidBetweenType> values)
       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;
    • clearValidBetween

      public PointOfInterest_VersionStructure.Builder clearValidBetween()
       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;
    • removeValidBetween

      public PointOfInterest_VersionStructure.Builder removeValidBetween(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;
    • getValidBetweenBuilder

      public ValidBetweenType.Builder getValidBetweenBuilder(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;
    • getValidBetweenOrBuilder

      public 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;
      Specified by:
      getValidBetweenOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • getValidBetweenOrBuilderList

      public 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;
      Specified by:
      getValidBetweenOrBuilderList in interface PointOfInterest_VersionStructureOrBuilder
    • addValidBetweenBuilder

      public ValidBetweenType.Builder addValidBetweenBuilder()
       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;
    • addValidBetweenBuilder

      public ValidBetweenType.Builder addValidBetweenBuilder(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;
    • getValidBetweenBuilderList

      public List<ValidBetweenType.Builder> getValidBetweenBuilderList()
       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

      public 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;
      Specified by:
      hasAlternativeTexts in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the alternativeTexts field is set.
    • getAlternativeTexts

      public 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;
      Specified by:
      getAlternativeTexts in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The alternativeTexts.
    • setAlternativeTexts

       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;
    • setAlternativeTexts

       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;
    • mergeAlternativeTexts

       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;
    • clearAlternativeTexts

      public PointOfInterest_VersionStructure.Builder clearAlternativeTexts()
       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;
    • getAlternativeTextsBuilder

      public AlternativeTexts_RelStructure.Builder getAlternativeTextsBuilder()
       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;
    • getAlternativeTextsOrBuilder

      public 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;
      Specified by:
      getAlternativeTextsOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasKeyList

      public 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;
      Specified by:
      hasKeyList in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the keyList field is set.
    • getKeyList

      public 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;
      Specified by:
      getKeyList in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The keyList.
    • setKeyList

       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;
    • setKeyList

       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;
    • mergeKeyList

       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;
    • clearKeyList

       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;
    • getKeyListBuilder

      public KeyListStructure.Builder getKeyListBuilder()
       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;
    • getKeyListOrBuilder

      public 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;
      Specified by:
      getKeyListOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasExtensions

      public 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;
      Specified by:
      hasExtensions in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the extensions field is set.
    • getExtensions

      public 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;
      Specified by:
      getExtensions in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The extensions.
    • setExtensions

       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;
    • setExtensions

       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;
    • mergeExtensions

       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;
    • clearExtensions

      public PointOfInterest_VersionStructure.Builder clearExtensions()
       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;
    • getExtensionsBuilder

      public ExtensionsStructure.Builder getExtensionsBuilder()
       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;
    • getExtensionsOrBuilder

      public 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;
      Specified by:
      getExtensionsOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasBrandingRef

      public 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;
      Specified by:
      hasBrandingRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the brandingRef field is set.
    • getBrandingRef

      public 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;
      Specified by:
      getBrandingRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The brandingRef.
    • setBrandingRef

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

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

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

      public PointOfInterest_VersionStructure.Builder clearBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • getBrandingRefBuilder

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

      public 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;
      Specified by:
      getBrandingRefOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasName

      public 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;
      Specified by:
      hasName in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString 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;
      Specified by:
      getName in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The name.
    • setName

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

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

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

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

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

      public 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;
      Specified by:
      getNameOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasShortName

      public 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;
      Specified by:
      hasShortName in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the shortName field is set.
    • getShortName

      public 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;
      Specified by:
      getShortName in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The shortName.
    • setShortName

       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;
    • setShortName

       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;
    • mergeShortName

       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;
    • clearShortName

       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;
    • getShortNameBuilder

      public MultilingualString.Builder getShortNameBuilder()
       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;
    • getShortNameOrBuilder

      public 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;
      Specified by:
      getShortNameOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasDescription

      public 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;
      Specified by:
      hasDescription in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public 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;
      Specified by:
      getDescription in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The description.
    • setDescription

       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;
    • setDescription

       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;
    • mergeDescription

       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;
    • clearDescription

      public PointOfInterest_VersionStructure.Builder clearDescription()
       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;
    • getDescriptionBuilder

      public MultilingualString.Builder getDescriptionBuilder()
       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;
    • getDescriptionOrBuilder

      public 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;
      Specified by:
      getDescriptionOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasPurposeOfGroupingRef

      public 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;
      Specified by:
      hasPurposeOfGroupingRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the purposeOfGroupingRef field is set.
    • getPurposeOfGroupingRef

      public 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;
      Specified by:
      getPurposeOfGroupingRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The purposeOfGroupingRef.
    • setPurposeOfGroupingRef

       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;
    • setPurposeOfGroupingRef

      public PointOfInterest_VersionStructure.Builder setPurposeOfGroupingRef(VersionOfObjectRefStructure.Builder builderForValue)
       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;
    • mergePurposeOfGroupingRef

       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;
    • clearPurposeOfGroupingRef

      public PointOfInterest_VersionStructure.Builder clearPurposeOfGroupingRef()
       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;
    • getPurposeOfGroupingRefBuilder

      public VersionOfObjectRefStructure.Builder getPurposeOfGroupingRefBuilder()
       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;
    • getPurposeOfGroupingRefOrBuilder

      public 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;
      Specified by:
      getPurposeOfGroupingRefOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasPrivateCode

      public 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;
      Specified by:
      hasPrivateCode in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the privateCode field is set.
    • getPrivateCode

      public 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;
      Specified by:
      getPrivateCode in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The privateCode.
    • setPrivateCode

       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;
    • setPrivateCode

       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;
    • mergePrivateCode

       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;
    • clearPrivateCode

      public PointOfInterest_VersionStructure.Builder clearPrivateCode()
       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;
    • getPrivateCodeBuilder

      public PrivateCodeStructure.Builder getPrivateCodeBuilder()
       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;
    • getPrivateCodeOrBuilder

      public 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;
      Specified by:
      getPrivateCodeOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasInfoLinks

      public boolean hasInfoLinks()
       Hyperlinks associated with GROUP OF ENTITIES.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 118:48]
       
      .uk.org.netex.www.netex.PointOfInterest_VersionStructure.InfoLinksType info_links = 166;
      Specified by:
      hasInfoLinks in interface PointOfInterest_VersionStructureOrBuilder
      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.PointOfInterest_VersionStructure.InfoLinksType info_links = 166;
      Specified by:
      getInfoLinks in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The infoLinks.
    • setInfoLinks

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

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

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

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

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

       Hyperlinks associated with GROUP OF ENTITIES.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 118:48]
       
      .uk.org.netex.www.netex.PointOfInterest_VersionStructure.InfoLinksType info_links = 166;
      Specified by:
      getInfoLinksOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasMembers

      public 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;
      Specified by:
      hasMembers in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the members field is set.
    • getMembers

      public PointRefs_RelStructure 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;
      Specified by:
      getMembers in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The members.
    • setMembers

       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;
    • setMembers

       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;
    • mergeMembers

       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;
    • clearMembers

       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;
    • getMembersBuilder

      public PointRefs_RelStructure.Builder getMembersBuilder()
       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;
    • getMembersOrBuilder

      public 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;
      Specified by:
      getMembersOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasTypes

      public 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;
      Specified by:
      hasTypes in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the types field is set.
    • getTypes

      public TypeOfZoneRefs_RelStructure 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;
      Specified by:
      getTypes in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The types.
    • setTypes

       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;
    • setTypes

       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;
    • mergeTypes

       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;
    • clearTypes

       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;
    • getTypesBuilder

      public TypeOfZoneRefs_RelStructure.Builder getTypesBuilder()
       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;
    • getTypesOrBuilder

      public TypeOfZoneRefs_RelStructureOrBuilder 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;
      Specified by:
      getTypesOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasCentroid

      public 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;
      Specified by:
      hasCentroid in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the centroid field is set.
    • getCentroid

      public SimplePoint_VersionStructure 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;
      Specified by:
      getCentroid in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The centroid.
    • setCentroid

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

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

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

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

      public SimplePoint_VersionStructure.Builder getCentroidBuilder()
       Centre Coordinates of ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 123:83]
       
      .uk.org.netex.www.netex.SimplePoint_VersionStructure centroid = 432;
    • getCentroidOrBuilder

      public SimplePoint_VersionStructureOrBuilder 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;
      Specified by:
      getCentroidOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasPolygon

      public 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;
      Specified by:
      hasPolygon in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the polygon field is set.
    • getPolygon

      public 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;
      Specified by:
      getPolygon in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The polygon.
    • setPolygon

       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;
    • setPolygon

       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;
    • mergePolygon

       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;
    • clearPolygon

       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;
    • getPolygonBuilder

      public PolygonType.Builder getPolygonBuilder()
       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;
    • getPolygonOrBuilder

      public 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;
      Specified by:
      getPolygonOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasProjections

      public 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;
      Specified by:
      hasProjections in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the projections field is set.
    • getProjections

      public 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;
      Specified by:
      getProjections in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The projections.
    • setProjections

       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;
    • setProjections

       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;
    • mergeProjections

       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;
    • clearProjections

      public PointOfInterest_VersionStructure.Builder clearProjections()
       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;
    • getProjectionsBuilder

      public Projections_RelStructure.Builder getProjectionsBuilder()
       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;
    • getProjectionsOrBuilder

      public 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;
      Specified by:
      getProjectionsOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasParentZoneRef

      public 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;
      Specified by:
      hasParentZoneRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the parentZoneRef field is set.
    • getParentZoneRef

      public 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;
      Specified by:
      getParentZoneRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The parentZoneRef.
    • setParentZoneRef

       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;
    • setParentZoneRef

       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;
    • mergeParentZoneRef

       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;
    • clearParentZoneRef

      public PointOfInterest_VersionStructure.Builder clearParentZoneRef()
       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;
    • getParentZoneRefBuilder

      public VersionOfObjectRefStructure.Builder getParentZoneRefBuilder()
       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;
    • getParentZoneRefOrBuilder

      public 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;
      Specified by:
      getParentZoneRefOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasPlaceTypes

      public 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;
      Specified by:
      hasPlaceTypes in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the placeTypes field is set.
    • getPlaceTypes

      public TypeOfPlaceRefs_RelStructure 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;
      Specified by:
      getPlaceTypes in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The placeTypes.
    • setPlaceTypes

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

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

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

      public PointOfInterest_VersionStructure.Builder clearPlaceTypes()
       Classification of PLACE.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 99:85]
       
      .uk.org.netex.www.netex.TypeOfPlaceRefs_RelStructure place_types = 611;
    • getPlaceTypesBuilder

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

      public 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;
      Specified by:
      getPlaceTypesOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • getUrl

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

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

       Default URL for ADDRESSABLE PLACE.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 144:60]
       
      string url = 801;
      Parameters:
      value - The url to set.
      Returns:
      This builder for chaining.
    • clearUrl

       Default URL for ADDRESSABLE PLACE.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 144:60]
       
      string url = 801;
      Returns:
      This builder for chaining.
    • setUrlBytes

      public PointOfInterest_VersionStructure.Builder setUrlBytes(com.google.protobuf.ByteString value)
       Default URL for ADDRESSABLE PLACE.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 144:60]
       
      string url = 801;
      Parameters:
      value - The bytes for url to set.
      Returns:
      This builder for chaining.
    • getImage

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

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

       Default image for ADDRESSABLE PLACE.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 149:62]
       
      string image = 802;
      Parameters:
      value - The image to set.
      Returns:
      This builder for chaining.
    • clearImage

       Default image for ADDRESSABLE PLACE.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 149:62]
       
      string image = 802;
      Returns:
      This builder for chaining.
    • setImageBytes

      public PointOfInterest_VersionStructure.Builder setImageBytes(com.google.protobuf.ByteString value)
       Default image for ADDRESSABLE PLACE.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 149:62]
       
      string image = 802;
      Parameters:
      value - The bytes for image to set.
      Returns:
      This builder for chaining.
    • hasPostalAddress

      public 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;
      Specified by:
      hasPostalAddress in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the postalAddress field is set.
    • getPostalAddress

      public 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;
      Specified by:
      getPostalAddress in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The postalAddress.
    • setPostalAddress

       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;
    • setPostalAddress

      public PointOfInterest_VersionStructure.Builder setPostalAddress(PostalAddressType.Builder builderForValue)
       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;
    • mergePostalAddress

       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;
    • clearPostalAddress

      public PointOfInterest_VersionStructure.Builder clearPostalAddress()
       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;
    • getPostalAddressBuilder

      public PostalAddressType.Builder getPostalAddressBuilder()
       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;
    • getPostalAddressOrBuilder

      public 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;
      Specified by:
      getPostalAddressOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasRoadAddress

      public 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;
      Specified by:
      hasRoadAddress in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the roadAddress field is set.
    • getRoadAddress

      public 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;
      Specified by:
      getRoadAddress in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The roadAddress.
    • setRoadAddress

       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;
    • setRoadAddress

      public PointOfInterest_VersionStructure.Builder setRoadAddress(RoadAddressType.Builder builderForValue)
       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;
    • mergeRoadAddress

       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;
    • clearRoadAddress

      public PointOfInterest_VersionStructure.Builder clearRoadAddress()
       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;
    • getRoadAddressBuilder

      public RoadAddressType.Builder getRoadAddressBuilder()
       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;
    • getRoadAddressOrBuilder

      public 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;
      Specified by:
      getRoadAddressOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasAccessibilityAssessment

      public 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;
      Specified by:
      hasAccessibilityAssessment in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the accessibilityAssessment field is set.
    • getAccessibilityAssessment

      public 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;
      Specified by:
      getAccessibilityAssessment in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The accessibilityAssessment.
    • setAccessibilityAssessment

      public PointOfInterest_VersionStructure.Builder setAccessibilityAssessment(AccessibilityAssessmentType value)
       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;
    • setAccessibilityAssessment

      public PointOfInterest_VersionStructure.Builder setAccessibilityAssessment(AccessibilityAssessmentType.Builder builderForValue)
       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;
    • mergeAccessibilityAssessment

      public PointOfInterest_VersionStructure.Builder mergeAccessibilityAssessment(AccessibilityAssessmentType value)
       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;
    • clearAccessibilityAssessment

      public PointOfInterest_VersionStructure.Builder clearAccessibilityAssessment()
       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;
    • getAccessibilityAssessmentBuilder

      public AccessibilityAssessmentType.Builder getAccessibilityAssessmentBuilder()
       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;
    • getAccessibilityAssessmentOrBuilder

      public 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;
      Specified by:
      getAccessibilityAssessmentOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • getAccessModesList

      public 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];
      Specified by:
      getAccessModesList in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      A list containing the accessModes.
    • getAccessModesCount

      public 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];
      Specified by:
      getAccessModesCount in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The count of accessModes.
    • getAccessModes

      public 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];
      Specified by:
      getAccessModes in interface PointOfInterest_VersionStructureOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The accessModes at the given index.
    • setAccessModes

      public PointOfInterest_VersionStructure.Builder setAccessModes(int index, AccessModeEnumeration value)
       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 to set the value at.
      value - The accessModes to set.
      Returns:
      This builder for chaining.
    • addAccessModes

       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:
      value - The accessModes to add.
      Returns:
      This builder for chaining.
    • addAllAccessModes

      public PointOfInterest_VersionStructure.Builder addAllAccessModes(Iterable<? extends AccessModeEnumeration> values)
       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:
      values - The accessModes to add.
      Returns:
      This builder for chaining.
    • clearAccessModes

      public PointOfInterest_VersionStructure.Builder clearAccessModes()
       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:
      This builder for chaining.
    • getAccessModesValueList

      public 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];
      Specified by:
      getAccessModesValueList in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for accessModes.
    • getAccessModesValue

      public 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];
      Specified by:
      getAccessModesValue in interface PointOfInterest_VersionStructureOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of accessModes at the given index.
    • setAccessModesValue

      public PointOfInterest_VersionStructure.Builder setAccessModesValue(int index, int value)
       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 to set the value at.
      value - The enum numeric value on the wire for accessModes to set.
      Returns:
      This builder for chaining.
    • addAccessModesValue

      public PointOfInterest_VersionStructure.Builder addAccessModesValue(int value)
       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:
      value - The enum numeric value on the wire for accessModes to add.
      Returns:
      This builder for chaining.
    • addAllAccessModesValue

      public PointOfInterest_VersionStructure.Builder addAllAccessModesValue(Iterable<Integer> values)
       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:
      values - The enum numeric values on the wire for accessModes to add.
      Returns:
      This builder for chaining.
    • hasNameSuffix

      public 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;
      Specified by:
      hasNameSuffix in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the nameSuffix field is set.
    • getNameSuffix

      public 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;
      Specified by:
      getNameSuffix in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The nameSuffix.
    • setNameSuffix

       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;
    • setNameSuffix

       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;
    • mergeNameSuffix

       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;
    • clearNameSuffix

      public PointOfInterest_VersionStructure.Builder clearNameSuffix()
       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;
    • getNameSuffixBuilder

      public MultilingualString.Builder getNameSuffixBuilder()
       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;
    • getNameSuffixOrBuilder

      public 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;
      Specified by:
      getNameSuffixOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasAlternativeNames

      public 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;
      Specified by:
      hasAlternativeNames in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the alternativeNames field is set.
    • getAlternativeNames

      public 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;
      Specified by:
      getAlternativeNames in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The alternativeNames.
    • setAlternativeNames

       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;
    • setAlternativeNames

       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;
    • mergeAlternativeNames

       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;
    • clearAlternativeNames

      public PointOfInterest_VersionStructure.Builder clearAlternativeNames()
       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;
    • getAlternativeNamesBuilder

      public AlternativeNames_RelStructure.Builder getAlternativeNamesBuilder()
       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;
    • getAlternativeNamesOrBuilder

      public 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;
      Specified by:
      getAlternativeNamesOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasCrossRoad

      public 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;
      Specified by:
      hasCrossRoad in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the crossRoad field is set.
    • getCrossRoad

      public 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;
      Specified by:
      getCrossRoad in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The crossRoad.
    • setCrossRoad

       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;
    • setCrossRoad

       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;
    • mergeCrossRoad

       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;
    • clearCrossRoad

       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;
    • getCrossRoadBuilder

      public MultilingualString.Builder getCrossRoadBuilder()
       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;
    • getCrossRoadOrBuilder

      public 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;
      Specified by:
      getCrossRoadOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasLandmark

      public 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;
      Specified by:
      hasLandmark in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the landmark field is set.
    • getLandmark

      public 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;
      Specified by:
      getLandmark in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The landmark.
    • setLandmark

       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;
    • setLandmark

       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;
    • mergeLandmark

       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;
    • clearLandmark

       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;
    • getLandmarkBuilder

      public MultilingualString.Builder getLandmarkBuilder()
       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;
    • getLandmarkOrBuilder

      public 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;
      Specified by:
      getLandmarkOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • getPublicUseValue

      public 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;
      Specified by:
      getPublicUseValue in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for publicUse.
    • setPublicUseValue

      public PointOfInterest_VersionStructure.Builder setPublicUseValue(int value)
       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;
      Parameters:
      value - The enum numeric value on the wire for publicUse to set.
      Returns:
      This builder for chaining.
    • getPublicUse

      public 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;
      Specified by:
      getPublicUse in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The publicUse.
    • setPublicUse

       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;
      Parameters:
      value - The publicUse to set.
      Returns:
      This builder for chaining.
    • clearPublicUse

       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:
      This builder for chaining.
    • getCoveredValue

      public 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;
      Specified by:
      getCoveredValue in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for covered.
    • setCoveredValue

      public PointOfInterest_VersionStructure.Builder setCoveredValue(int value)
       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;
      Parameters:
      value - The enum numeric value on the wire for covered to set.
      Returns:
      This builder for chaining.
    • getCovered

      public 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;
      Specified by:
      getCovered in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The covered.
    • setCovered

       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;
      Parameters:
      value - The covered to set.
      Returns:
      This builder for chaining.
    • clearCovered

       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:
      This builder for chaining.
    • getGatedValue

      public 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;
      Specified by:
      getGatedValue in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for gated.
    • setGatedValue

      public PointOfInterest_VersionStructure.Builder setGatedValue(int value)
       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;
      Parameters:
      value - The enum numeric value on the wire for gated to set.
      Returns:
      This builder for chaining.
    • getGated

      public 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;
      Specified by:
      getGated in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The gated.
    • setGated

       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;
      Parameters:
      value - The gated to set.
      Returns:
      This builder for chaining.
    • clearGated

       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:
      This builder for chaining.
    • getLightingValue

      public 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;
      Specified by:
      getLightingValue in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for lighting.
    • setLightingValue

      public PointOfInterest_VersionStructure.Builder setLightingValue(int value)
       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;
      Parameters:
      value - The enum numeric value on the wire for lighting to set.
      Returns:
      This builder for chaining.
    • getLighting

      public 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;
      Specified by:
      getLighting in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The lighting.
    • setLighting

       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;
      Parameters:
      value - The lighting to set.
      Returns:
      This builder for chaining.
    • clearLighting

       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:
      This builder for chaining.
    • getAllAreasWheelchairAccessible

      public 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;
      Specified by:
      getAllAreasWheelchairAccessible in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The allAreasWheelchairAccessible.
    • setAllAreasWheelchairAccessible

      public PointOfInterest_VersionStructure.Builder setAllAreasWheelchairAccessible(boolean value)
       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;
      Parameters:
      value - The allAreasWheelchairAccessible to set.
      Returns:
      This builder for chaining.
    • clearAllAreasWheelchairAccessible

      public PointOfInterest_VersionStructure.Builder clearAllAreasWheelchairAccessible()
       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:
      This builder for chaining.
    • getPersonCapacity

      public 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;
      Specified by:
      getPersonCapacity in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The personCapacity.
    • setPersonCapacity

      public PointOfInterest_VersionStructure.Builder setPersonCapacity(int value)
       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;
      Parameters:
      value - The personCapacity to set.
      Returns:
      This builder for chaining.
    • clearPersonCapacity

      public PointOfInterest_VersionStructure.Builder clearPersonCapacity()
       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:
      This builder for chaining.
    • hasPresentation

      public 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;
      Specified by:
      hasPresentation in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the presentation field is set.
    • getPresentation

      public 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;
      Specified by:
      getPresentation in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The presentation.
    • setPresentation

       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;
    • setPresentation

       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;
    • mergePresentation

       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;
    • clearPresentation

      public PointOfInterest_VersionStructure.Builder clearPresentation()
       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;
    • getPresentationBuilder

      public PresentationStructure.Builder getPresentationBuilder()
       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;
    • getPresentationOrBuilder

      public 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;
      Specified by:
      getPresentationOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasFacilities

      public 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;
      Specified by:
      hasFacilities in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the facilities field is set.
    • getFacilities

      public SiteFacilitySets_RelStructure 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;
      Specified by:
      getFacilities in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The facilities.
    • setFacilities

       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;
    • setFacilities

       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;
    • mergeFacilities

       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;
    • clearFacilities

      public PointOfInterest_VersionStructure.Builder clearFacilities()
       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;
    • getFacilitiesBuilder

      public SiteFacilitySets_RelStructure.Builder getFacilitiesBuilder()
       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;
    • getFacilitiesOrBuilder

      public 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;
      Specified by:
      getFacilitiesOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasTopographicPlaceRef

      public 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;
      Specified by:
      hasTopographicPlaceRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the topographicPlaceRef field is set.
    • getTopographicPlaceRef

      public 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;
      Specified by:
      getTopographicPlaceRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The topographicPlaceRef.
    • setTopographicPlaceRef

       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;
    • setTopographicPlaceRef

      public PointOfInterest_VersionStructure.Builder setTopographicPlaceRef(VersionOfObjectRefStructure.Builder builderForValue)
       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;
    • mergeTopographicPlaceRef

       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;
    • clearTopographicPlaceRef

      public PointOfInterest_VersionStructure.Builder clearTopographicPlaceRef()
       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;
    • getTopographicPlaceRefBuilder

      public VersionOfObjectRefStructure.Builder getTopographicPlaceRefBuilder()
       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;
    • getTopographicPlaceRefOrBuilder

      public 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;
      Specified by:
      getTopographicPlaceRefOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasTopographicPlaceView

      public 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;
      Specified by:
      hasTopographicPlaceView in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the topographicPlaceView field is set.
    • getTopographicPlaceView

      public 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;
      Specified by:
      getTopographicPlaceView in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The topographicPlaceView.
    • setTopographicPlaceView

       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;
    • setTopographicPlaceView

      public PointOfInterest_VersionStructure.Builder setTopographicPlaceView(TopographicPlaceViewType.Builder builderForValue)
       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;
    • mergeTopographicPlaceView

      public PointOfInterest_VersionStructure.Builder mergeTopographicPlaceView(TopographicPlaceViewType value)
       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;
    • clearTopographicPlaceView

      public PointOfInterest_VersionStructure.Builder clearTopographicPlaceView()
       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;
    • getTopographicPlaceViewBuilder

      public TopographicPlaceViewType.Builder getTopographicPlaceViewBuilder()
       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;
    • getTopographicPlaceViewOrBuilder

      public 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;
      Specified by:
      getTopographicPlaceViewOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasAdditionalTopographicPlaces

      public 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;
      Specified by:
      hasAdditionalTopographicPlaces in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the additionalTopographicPlaces field is set.
    • getAdditionalTopographicPlaces

      public 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;
      Specified by:
      getAdditionalTopographicPlaces in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The additionalTopographicPlaces.
    • setAdditionalTopographicPlaces

      public PointOfInterest_VersionStructure.Builder setAdditionalTopographicPlaces(TopographicPlaceRefs_RelStructure value)
       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;
    • setAdditionalTopographicPlaces

      public PointOfInterest_VersionStructure.Builder setAdditionalTopographicPlaces(TopographicPlaceRefs_RelStructure.Builder builderForValue)
       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;
    • mergeAdditionalTopographicPlaces

      public PointOfInterest_VersionStructure.Builder mergeAdditionalTopographicPlaces(TopographicPlaceRefs_RelStructure value)
       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;
    • clearAdditionalTopographicPlaces

      public PointOfInterest_VersionStructure.Builder clearAdditionalTopographicPlaces()
       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;
    • getAdditionalTopographicPlacesBuilder

      public TopographicPlaceRefs_RelStructure.Builder getAdditionalTopographicPlacesBuilder()
       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;
    • getAdditionalTopographicPlacesOrBuilder

      public 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;
      Specified by:
      getAdditionalTopographicPlacesOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • getSiteTypeValue

      public 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;
      Specified by:
      getSiteTypeValue in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for siteType.
    • setSiteTypeValue

      public PointOfInterest_VersionStructure.Builder setSiteTypeValue(int value)
       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;
      Parameters:
      value - The enum numeric value on the wire for siteType to set.
      Returns:
      This builder for chaining.
    • getSiteType

      public 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;
      Specified by:
      getSiteType in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The siteType.
    • setSiteType

       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;
      Parameters:
      value - The siteType to set.
      Returns:
      This builder for chaining.
    • clearSiteType

       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:
      This builder for chaining.
    • getAtCentre

      public 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;
      Specified by:
      getAtCentre in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The atCentre.
    • setAtCentre

      public PointOfInterest_VersionStructure.Builder setAtCentre(boolean value)
       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;
      Parameters:
      value - The atCentre to set.
      Returns:
      This builder for chaining.
    • clearAtCentre

       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:
      This builder for chaining.
    • hasLocale

      public 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;
      Specified by:
      hasLocale in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the locale field is set.
    • getLocale

      public 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;
      Specified by:
      getLocale in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The locale.
    • setLocale

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

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

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

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

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

      public 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;
      Specified by:
      getLocaleOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasOperatingOrganisationView

      public 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;
      Specified by:
      hasOperatingOrganisationView in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the operatingOrganisationView field is set.
    • getOperatingOrganisationView

      public 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;
      Specified by:
      getOperatingOrganisationView in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The operatingOrganisationView.
    • setOperatingOrganisationView

       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;
    • setOperatingOrganisationView

      public PointOfInterest_VersionStructure.Builder setOperatingOrganisationView(Organisation_DerivedViewStructure.Builder builderForValue)
       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;
    • mergeOperatingOrganisationView

      public PointOfInterest_VersionStructure.Builder mergeOperatingOrganisationView(Organisation_DerivedViewStructure value)
       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;
    • clearOperatingOrganisationView

      public PointOfInterest_VersionStructure.Builder clearOperatingOrganisationView()
       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;
    • getOperatingOrganisationViewBuilder

      public Organisation_DerivedViewStructure.Builder getOperatingOrganisationViewBuilder()
       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;
    • getOperatingOrganisationViewOrBuilder

      public 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;
      Specified by:
      getOperatingOrganisationViewOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasParentSiteRef

      public 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;
      Specified by:
      hasParentSiteRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the parentSiteRef field is set.
    • getParentSiteRef

      public 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;
      Specified by:
      getParentSiteRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The parentSiteRef.
    • setParentSiteRef

       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;
    • setParentSiteRef

       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;
    • mergeParentSiteRef

       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;
    • clearParentSiteRef

      public PointOfInterest_VersionStructure.Builder clearParentSiteRef()
       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;
    • getParentSiteRefBuilder

      public VersionOfObjectRefStructure.Builder getParentSiteRefBuilder()
       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;
    • getParentSiteRefOrBuilder

      public 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;
      Specified by:
      getParentSiteRefOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasAdjacentSites

      public 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;
      Specified by:
      hasAdjacentSites in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the adjacentSites field is set.
    • getAdjacentSites

      public 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;
      Specified by:
      getAdjacentSites in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The adjacentSites.
    • setAdjacentSites

       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;
    • setAdjacentSites

       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;
    • mergeAdjacentSites

       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;
    • clearAdjacentSites

      public PointOfInterest_VersionStructure.Builder clearAdjacentSites()
       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;
    • getAdjacentSitesBuilder

      public SiteRefs_RelStructure.Builder getAdjacentSitesBuilder()
       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;
    • getAdjacentSitesOrBuilder

      public 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;
      Specified by:
      getAdjacentSitesOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasContainedInPlaceRef

      public 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;
      Specified by:
      hasContainedInPlaceRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the containedInPlaceRef field is set.
    • getContainedInPlaceRef

      public 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;
      Specified by:
      getContainedInPlaceRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The containedInPlaceRef.
    • setContainedInPlaceRef

       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;
    • setContainedInPlaceRef

      public PointOfInterest_VersionStructure.Builder setContainedInPlaceRef(VersionOfObjectRefStructure.Builder builderForValue)
       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;
    • mergeContainedInPlaceRef

       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;
    • clearContainedInPlaceRef

      public PointOfInterest_VersionStructure.Builder clearContainedInPlaceRef()
       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;
    • getContainedInPlaceRefBuilder

      public VersionOfObjectRefStructure.Builder getContainedInPlaceRefBuilder()
       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;
    • getContainedInPlaceRefOrBuilder

      public 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;
      Specified by:
      getContainedInPlaceRefOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasLevels

      public 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;
      Specified by:
      hasLevels in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the levels field is set.
    • getLevels

      public 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;
      Specified by:
      getLevels in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The levels.
    • setLevels

       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;
    • setLevels

       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;
    • mergeLevels

       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;
    • clearLevels

       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;
    • getLevelsBuilder

      public Levels_RelStructure.Builder getLevelsBuilder()
       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;
    • getLevelsOrBuilder

      public 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;
      Specified by:
      getLevelsOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasEntrances

      public 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;
      Specified by:
      hasEntrances in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the entrances field is set.
    • getEntrances

      public SiteEntrances_RelStructure 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;
      Specified by:
      getEntrances in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The entrances.
    • setEntrances

       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;
    • setEntrances

       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;
    • mergeEntrances

       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;
    • clearEntrances

       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;
    • getEntrancesBuilder

      public SiteEntrances_RelStructure.Builder getEntrancesBuilder()
       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;
    • getEntrancesOrBuilder

      public 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;
      Specified by:
      getEntrancesOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasEquipmentPlaces

      public 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;
      Specified by:
      hasEquipmentPlaces in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the equipmentPlaces field is set.
    • getEquipmentPlaces

      public 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;
      Specified by:
      getEquipmentPlaces in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The equipmentPlaces.
    • setEquipmentPlaces

       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;
    • setEquipmentPlaces

       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;
    • mergeEquipmentPlaces

       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;
    • clearEquipmentPlaces

      public PointOfInterest_VersionStructure.Builder clearEquipmentPlaces()
       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;
    • getEquipmentPlacesBuilder

      public EquipmentPlaces_RelStructure.Builder getEquipmentPlacesBuilder()
       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;
    • getEquipmentPlacesOrBuilder

      public 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;
      Specified by:
      getEquipmentPlacesOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasPlaceEquipments

      public 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;
      Specified by:
      hasPlaceEquipments in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the placeEquipments field is set.
    • getPlaceEquipments

      public 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;
      Specified by:
      getPlaceEquipments in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The placeEquipments.
    • setPlaceEquipments

       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;
    • setPlaceEquipments

       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;
    • mergePlaceEquipments

       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;
    • clearPlaceEquipments

      public PointOfInterest_VersionStructure.Builder clearPlaceEquipments()
       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;
    • getPlaceEquipmentsBuilder

      public PlaceEquipments_RelStructure.Builder getPlaceEquipmentsBuilder()
       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;
    • getPlaceEquipmentsOrBuilder

      public 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;
      Specified by:
      getPlaceEquipmentsOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasLocalServices

      public 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;
      Specified by:
      hasLocalServices in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the localServices field is set.
    • getLocalServices

      public 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;
      Specified by:
      getLocalServices in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The localServices.
    • setLocalServices

       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;
    • setLocalServices

       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;
    • mergeLocalServices

       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;
    • clearLocalServices

      public PointOfInterest_VersionStructure.Builder clearLocalServices()
       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;
    • getLocalServicesBuilder

      public LocalServices_RelStructure.Builder getLocalServicesBuilder()
       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;
    • getLocalServicesOrBuilder

      public 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;
      Specified by:
      getLocalServicesOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasClassifications

      public boolean hasClassifications()
       Membership of POI CLASSIFICATIONS.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 410:110]
       
      .uk.org.netex.www.netex.PointOfInterestClassificationsViews_RelStructure classifications = 1731;
      Specified by:
      hasClassifications in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the classifications field is set.
    • getClassifications

       Membership of POI CLASSIFICATIONS.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 410:110]
       
      .uk.org.netex.www.netex.PointOfInterestClassificationsViews_RelStructure classifications = 1731;
      Specified by:
      getClassifications in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The classifications.
    • setClassifications

       Membership of POI CLASSIFICATIONS.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 410:110]
       
      .uk.org.netex.www.netex.PointOfInterestClassificationsViews_RelStructure classifications = 1731;
    • setClassifications

       Membership of POI CLASSIFICATIONS.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 410:110]
       
      .uk.org.netex.www.netex.PointOfInterestClassificationsViews_RelStructure classifications = 1731;
    • mergeClassifications

       Membership of POI CLASSIFICATIONS.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 410:110]
       
      .uk.org.netex.www.netex.PointOfInterestClassificationsViews_RelStructure classifications = 1731;
    • clearClassifications

      public PointOfInterest_VersionStructure.Builder clearClassifications()
       Membership of POI CLASSIFICATIONS.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 410:110]
       
      .uk.org.netex.www.netex.PointOfInterestClassificationsViews_RelStructure classifications = 1731;
    • getClassificationsBuilder

       Membership of POI CLASSIFICATIONS.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 410:110]
       
      .uk.org.netex.www.netex.PointOfInterestClassificationsViews_RelStructure classifications = 1731;
    • getClassificationsOrBuilder

      public PointOfInterestClassificationsViews_RelStructureOrBuilder getClassificationsOrBuilder()
       Membership of POI CLASSIFICATIONS.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 410:110]
       
      .uk.org.netex.www.netex.PointOfInterestClassificationsViews_RelStructure classifications = 1731;
      Specified by:
      getClassificationsOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasSpaces

      public boolean hasSpaces()
       POINT OF INTEREST SPACEs within the POI.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 415:87]
       
      .uk.org.netex.www.netex.PointOfInterestSpaces_RelStructure spaces = 1732;
      Specified by:
      hasSpaces in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the spaces field is set.
    • getSpaces

       POINT OF INTEREST SPACEs within the POI.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 415:87]
       
      .uk.org.netex.www.netex.PointOfInterestSpaces_RelStructure spaces = 1732;
      Specified by:
      getSpaces in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The spaces.
    • setSpaces

       POINT OF INTEREST SPACEs within the POI.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 415:87]
       
      .uk.org.netex.www.netex.PointOfInterestSpaces_RelStructure spaces = 1732;
    • setSpaces

       POINT OF INTEREST SPACEs within the POI.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 415:87]
       
      .uk.org.netex.www.netex.PointOfInterestSpaces_RelStructure spaces = 1732;
    • mergeSpaces

       POINT OF INTEREST SPACEs within the POI.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 415:87]
       
      .uk.org.netex.www.netex.PointOfInterestSpaces_RelStructure spaces = 1732;
    • clearSpaces

       POINT OF INTEREST SPACEs within the POI.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 415:87]
       
      .uk.org.netex.www.netex.PointOfInterestSpaces_RelStructure spaces = 1732;
    • getSpacesBuilder

      public PointOfInterestSpaces_RelStructure.Builder getSpacesBuilder()
       POINT OF INTEREST SPACEs within the POI.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 415:87]
       
      .uk.org.netex.www.netex.PointOfInterestSpaces_RelStructure spaces = 1732;
    • getSpacesOrBuilder

      public PointOfInterestSpaces_RelStructureOrBuilder getSpacesOrBuilder()
       POINT OF INTEREST SPACEs within the POI.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 415:87]
       
      .uk.org.netex.www.netex.PointOfInterestSpaces_RelStructure spaces = 1732;
      Specified by:
      getSpacesOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasNearTopographicPlaces

      public boolean hasNearTopographicPlaces()
       TOPOGRAPHIC PLACEs that are near to the POINT OF INTEREST or that contain it.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 398:101]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure near_topographic_places = 1741;
      Specified by:
      hasNearTopographicPlaces in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the nearTopographicPlaces field is set.
    • getNearTopographicPlaces

      public TopographicPlaceRefs_RelStructure getNearTopographicPlaces()
       TOPOGRAPHIC PLACEs that are near to the POINT OF INTEREST or that contain it.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 398:101]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure near_topographic_places = 1741;
      Specified by:
      getNearTopographicPlaces in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The nearTopographicPlaces.
    • setNearTopographicPlaces

       TOPOGRAPHIC PLACEs that are near to the POINT OF INTEREST or that contain it.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 398:101]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure near_topographic_places = 1741;
    • setNearTopographicPlaces

       TOPOGRAPHIC PLACEs that are near to the POINT OF INTEREST or that contain it.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 398:101]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure near_topographic_places = 1741;
    • mergeNearTopographicPlaces

       TOPOGRAPHIC PLACEs that are near to the POINT OF INTEREST or that contain it.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 398:101]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure near_topographic_places = 1741;
    • clearNearTopographicPlaces

      public PointOfInterest_VersionStructure.Builder clearNearTopographicPlaces()
       TOPOGRAPHIC PLACEs that are near to the POINT OF INTEREST or that contain it.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 398:101]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure near_topographic_places = 1741;
    • getNearTopographicPlacesBuilder

      public TopographicPlaceRefs_RelStructure.Builder getNearTopographicPlacesBuilder()
       TOPOGRAPHIC PLACEs that are near to the POINT OF INTEREST or that contain it.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 398:101]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure near_topographic_places = 1741;
    • getNearTopographicPlacesOrBuilder

      public TopographicPlaceRefs_RelStructureOrBuilder getNearTopographicPlacesOrBuilder()
       TOPOGRAPHIC PLACEs that are near to the POINT OF INTEREST or that contain it.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 398:101]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure near_topographic_places = 1741;
      Specified by:
      getNearTopographicPlacesOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasPathLinks

      public 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 = 1751;
      Specified by:
      hasPathLinks in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the pathLinks field is set.
    • getPathLinks

      public SitePathLinks_RelStructure 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 = 1751;
      Specified by:
      getPathLinks in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The pathLinks.
    • clearPathLinks

       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 = 1751;
    • getPathLinksBuilder

      public SitePathLinks_RelStructure.Builder getPathLinksBuilder()
       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 = 1751;
    • getPathLinksOrBuilder

      public 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 = 1751;
      Specified by:
      getPathLinksOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasPathJunctions

      public 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 = 1752;
      Specified by:
      hasPathJunctions in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the pathJunctions field is set.
    • getPathJunctions

      public 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 = 1752;
      Specified by:
      getPathJunctions in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The pathJunctions.
    • setPathJunctions

       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 = 1752;
    • setPathJunctions

       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 = 1752;
    • mergePathJunctions

       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 = 1752;
    • clearPathJunctions

      public PointOfInterest_VersionStructure.Builder clearPathJunctions()
       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 = 1752;
    • getPathJunctionsBuilder

      public PathJunctions_RelStructure.Builder getPathJunctionsBuilder()
       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 = 1752;
    • getPathJunctionsOrBuilder

      public 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 = 1752;
      Specified by:
      getPathJunctionsOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasAccesses

      public 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 = 1753;
      Specified by:
      hasAccesses in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the accesses field is set.
    • getAccesses

      public 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 = 1753;
      Specified by:
      getAccesses in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The accesses.
    • setAccesses

       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 = 1753;
    • setAccesses

       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 = 1753;
    • mergeAccesses

       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 = 1753;
    • clearAccesses

       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 = 1753;
    • getAccessesBuilder

      public Accesses_RelStructure.Builder getAccessesBuilder()
       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 = 1753;
    • getAccessesOrBuilder

      public 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 = 1753;
      Specified by:
      getAccessesOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasNavigationPaths

      public 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 = 1754;
      Specified by:
      hasNavigationPaths in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the navigationPaths field is set.
    • getNavigationPaths

      public 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 = 1754;
      Specified by:
      getNavigationPaths in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The navigationPaths.
    • setNavigationPaths

       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 = 1754;
    • setNavigationPaths

       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 = 1754;
    • mergeNavigationPaths

       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 = 1754;
    • clearNavigationPaths

      public PointOfInterest_VersionStructure.Builder clearNavigationPaths()
       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 = 1754;
    • getNavigationPathsBuilder

      public NavigationPaths_RelStructure.Builder getNavigationPathsBuilder()
       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 = 1754;
    • getNavigationPathsOrBuilder

      public 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 = 1754;
      Specified by:
      getNavigationPathsOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasOrganisationRef

      public 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;
      Specified by:
      hasOrganisationRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the organisationRef field is set.
    • getOrganisationRef

      public 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;
      Specified by:
      getOrganisationRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The organisationRef.
    • setOrganisationRef

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

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

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

      public PointOfInterest_VersionStructure.Builder clearOrganisationRef()
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 1345;
    • getOrganisationRefBuilder

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

      public 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;
      Specified by:
      getOrganisationRefOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasOtherOrganisationRef

      public 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;
      Specified by:
      hasOtherOrganisationRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the otherOrganisationRef field is set.
    • getOtherOrganisationRef

      public 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;
      Specified by:
      getOtherOrganisationRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The otherOrganisationRef.
    • setOtherOrganisationRef

       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;
    • setOtherOrganisationRef

      public PointOfInterest_VersionStructure.Builder setOtherOrganisationRef(VersionOfObjectRefStructure.Builder builderForValue)
       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;
    • mergeOtherOrganisationRef

       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;
    • clearOtherOrganisationRef

      public PointOfInterest_VersionStructure.Builder clearOtherOrganisationRef()
       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;
    • getOtherOrganisationRefBuilder

      public VersionOfObjectRefStructure.Builder getOtherOrganisationRefBuilder()
       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;
    • getOtherOrganisationRefOrBuilder

      public 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;
      Specified by:
      getOtherOrganisationRefOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasTravelAgentRef

      public 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;
      Specified by:
      hasTravelAgentRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the travelAgentRef field is set.
    • getTravelAgentRef

      public 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;
      Specified by:
      getTravelAgentRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The travelAgentRef.
    • setTravelAgentRef

       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;
    • setTravelAgentRef

       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;
    • mergeTravelAgentRef

       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;
    • clearTravelAgentRef

      public PointOfInterest_VersionStructure.Builder clearTravelAgentRef()
       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;
    • getTravelAgentRefBuilder

      public VersionOfObjectRefStructure.Builder getTravelAgentRefBuilder()
       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;
    • getTravelAgentRefOrBuilder

      public 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;
      Specified by:
      getTravelAgentRefOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasServicedOrganisationRef

      public 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;
      Specified by:
      hasServicedOrganisationRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the servicedOrganisationRef field is set.
    • getServicedOrganisationRef

      public 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;
      Specified by:
      getServicedOrganisationRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The servicedOrganisationRef.
    • setServicedOrganisationRef

      public PointOfInterest_VersionStructure.Builder setServicedOrganisationRef(VersionOfObjectRefStructure value)
       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;
    • setServicedOrganisationRef

      public PointOfInterest_VersionStructure.Builder setServicedOrganisationRef(VersionOfObjectRefStructure.Builder builderForValue)
       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;
    • mergeServicedOrganisationRef

      public PointOfInterest_VersionStructure.Builder mergeServicedOrganisationRef(VersionOfObjectRefStructure value)
       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;
    • clearServicedOrganisationRef

      public PointOfInterest_VersionStructure.Builder clearServicedOrganisationRef()
       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;
    • getServicedOrganisationRefBuilder

      public VersionOfObjectRefStructure.Builder getServicedOrganisationRefBuilder()
       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;
    • getServicedOrganisationRefOrBuilder

      public 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;
      Specified by:
      getServicedOrganisationRefOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasManagementAgentRef

      public 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;
      Specified by:
      hasManagementAgentRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the managementAgentRef field is set.
    • getManagementAgentRef

      public 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;
      Specified by:
      getManagementAgentRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The managementAgentRef.
    • setManagementAgentRef

       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;
    • setManagementAgentRef

      public PointOfInterest_VersionStructure.Builder setManagementAgentRef(VersionOfObjectRefStructure.Builder builderForValue)
       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;
    • mergeManagementAgentRef

       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;
    • clearManagementAgentRef

      public PointOfInterest_VersionStructure.Builder clearManagementAgentRef()
       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;
    • getManagementAgentRefBuilder

      public VersionOfObjectRefStructure.Builder getManagementAgentRefBuilder()
       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;
    • getManagementAgentRefOrBuilder

      public 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;
      Specified by:
      getManagementAgentRefOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasGeneralOrganisationRef

      public 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;
      Specified by:
      hasGeneralOrganisationRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the generalOrganisationRef field is set.
    • getGeneralOrganisationRef

      public 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;
      Specified by:
      getGeneralOrganisationRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The generalOrganisationRef.
    • setGeneralOrganisationRef

       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;
    • setGeneralOrganisationRef

      public PointOfInterest_VersionStructure.Builder setGeneralOrganisationRef(VersionOfObjectRefStructure.Builder builderForValue)
       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;
    • mergeGeneralOrganisationRef

      public PointOfInterest_VersionStructure.Builder mergeGeneralOrganisationRef(VersionOfObjectRefStructure value)
       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;
    • clearGeneralOrganisationRef

      public PointOfInterest_VersionStructure.Builder clearGeneralOrganisationRef()
       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;
    • getGeneralOrganisationRefBuilder

      public VersionOfObjectRefStructure.Builder getGeneralOrganisationRefBuilder()
       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;
    • getGeneralOrganisationRefOrBuilder

      public 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;
      Specified by:
      getGeneralOrganisationRefOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasOperatorRef

      public 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;
      Specified by:
      hasOperatorRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the operatorRef field is set.
    • getOperatorRef

      public 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;
      Specified by:
      getOperatorRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The operatorRef.
    • setOperatorRef

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

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

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

      public PointOfInterest_VersionStructure.Builder clearOperatorRef()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 1351;
    • getOperatorRefBuilder

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

      public 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;
      Specified by:
      getOperatorRefOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasAuthorityRef

      public 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;
      Specified by:
      hasAuthorityRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the authorityRef field is set.
    • getAuthorityRef

      public 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;
      Specified by:
      getAuthorityRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The authorityRef.
    • setAuthorityRef

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

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

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

      public PointOfInterest_VersionStructure.Builder clearAuthorityRef()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 1352;
    • getAuthorityRefBuilder

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

      public 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;
      Specified by:
      getAuthorityRefOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasRetailConsortiumRef

      public 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;
      Specified by:
      hasRetailConsortiumRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the retailConsortiumRef field is set.
    • getRetailConsortiumRef

      public 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;
      Specified by:
      getRetailConsortiumRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The retailConsortiumRef.
    • setRetailConsortiumRef

       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;
    • setRetailConsortiumRef

      public PointOfInterest_VersionStructure.Builder setRetailConsortiumRef(VersionOfObjectRefStructure.Builder builderForValue)
       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;
    • mergeRetailConsortiumRef

       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;
    • clearRetailConsortiumRef

      public PointOfInterest_VersionStructure.Builder clearRetailConsortiumRef()
       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;
    • getRetailConsortiumRefBuilder

      public VersionOfObjectRefStructure.Builder getRetailConsortiumRefBuilder()
       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;
    • getRetailConsortiumRefOrBuilder

      public 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;
      Specified by:
      getRetailConsortiumRefOrBuilder in interface PointOfInterest_VersionStructureOrBuilder
    • hasOnlineServiceOperatorRef

      public 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 = 1756;
      Specified by:
      hasOnlineServiceOperatorRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      Whether the onlineServiceOperatorRef field is set.
    • getOnlineServiceOperatorRef

      public 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 = 1756;
      Specified by:
      getOnlineServiceOperatorRef in interface PointOfInterest_VersionStructureOrBuilder
      Returns:
      The onlineServiceOperatorRef.
    • setOnlineServiceOperatorRef

      public PointOfInterest_VersionStructure.Builder setOnlineServiceOperatorRef(VersionOfObjectRefStructure value)
       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 = 1756;
    • setOnlineServiceOperatorRef

      public PointOfInterest_VersionStructure.Builder setOnlineServiceOperatorRef(VersionOfObjectRefStructure.Builder builderForValue)
       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 = 1756;
    • mergeOnlineServiceOperatorRef

      public PointOfInterest_VersionStructure.Builder mergeOnlineServiceOperatorRef(VersionOfObjectRefStructure value)
       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 = 1756;
    • clearOnlineServiceOperatorRef

      public PointOfInterest_VersionStructure.Builder clearOnlineServiceOperatorRef()
       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 = 1756;
    • getOnlineServiceOperatorRefBuilder

      public VersionOfObjectRefStructure.Builder getOnlineServiceOperatorRefBuilder()
       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 = 1756;
    • getOnlineServiceOperatorRefOrBuilder

      public 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 = 1756;
      Specified by:
      getOnlineServiceOperatorRefOrBuilder in interface PointOfInterest_VersionStructureOrBuilder