Class TopographicPlace_VersionStructure.Builder

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

public static final class TopographicPlace_VersionStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<TopographicPlace_VersionStructure.Builder> implements TopographicPlace_VersionStructureOrBuilder
 Type for a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 141:60]
 
Protobuf type uk.org.netex.www.netex.TopographicPlace_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<TopographicPlace_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<TopographicPlace_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<TopographicPlace_VersionStructure.Builder>
    • getDefaultInstanceForType

      public TopographicPlace_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 TopographicPlace_VersionStructure buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public TopographicPlace_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<TopographicPlace_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<TopographicPlace_VersionStructure.Builder>
    • mergeFrom

      public TopographicPlace_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<TopographicPlace_VersionStructure.Builder>
      Throws:
      IOException
    • 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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_VersionStructureOrBuilder
      Returns:
      The created.
    • setCreated

      public TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_VersionStructureOrBuilder
      Returns:
      The changed.
    • setChanged

      public TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • setStatusValue

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

      public TopographicPlace_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 = 818;
      Parameters:
      value - The derivedFromVersionRef to set.
      Returns:
      This builder for chaining.
    • clearDerivedFromVersionRef

      public TopographicPlace_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 = 818;
      Returns:
      This builder for chaining.
    • setDerivedFromVersionRefBytes

      public TopographicPlace_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 = 818;
      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 = 819;
      Specified by:
      getDerivedFromObjectRef in interface TopographicPlace_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 = 819;
      Specified by:
      getDerivedFromObjectRefBytes in interface TopographicPlace_VersionStructureOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

      public TopographicPlace_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 = 819;
      Parameters:
      value - The derivedFromObjectRef to set.
      Returns:
      This builder for chaining.
    • clearDerivedFromObjectRef

      public TopographicPlace_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 = 819;
      Returns:
      This builder for chaining.
    • setDerivedFromObjectRefBytes

      public TopographicPlace_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 = 819;
      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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_VersionStructureOrBuilder
    • setValidBetween

      public TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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

       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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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.TopographicPlace_VersionStructure.InfoLinksType info_links = 166;
      Specified by:
      hasInfoLinks in interface TopographicPlace_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.TopographicPlace_VersionStructure.InfoLinksType info_links = 166;
      Specified by:
      getInfoLinks in interface TopographicPlace_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.TopographicPlace_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.TopographicPlace_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.TopographicPlace_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.TopographicPlace_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.TopographicPlace_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.TopographicPlace_VersionStructure.InfoLinksType info_links = 166;
      Specified by:
      getInfoLinksOrBuilder in interface TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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 TopographicPlace_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

       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 TopographicPlace_VersionStructureOrBuilder
    • getIsoCode

      public String getIsoCode()
       ISO 3166-2 code for subdivision of a country if relevant. E.g. GB-CAM.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 159:71]
       
      string iso_code = 801;
      Specified by:
      getIsoCode in interface TopographicPlace_VersionStructureOrBuilder
      Returns:
      The isoCode.
    • getIsoCodeBytes

      public com.google.protobuf.ByteString getIsoCodeBytes()
       ISO 3166-2 code for subdivision of a country if relevant. E.g. GB-CAM.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 159:71]
       
      string iso_code = 801;
      Specified by:
      getIsoCodeBytes in interface TopographicPlace_VersionStructureOrBuilder
      Returns:
      The bytes for isoCode.
    • setIsoCode

       ISO 3166-2 code for subdivision of a country if relevant. E.g. GB-CAM.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 159:71]
       
      string iso_code = 801;
      Parameters:
      value - The isoCode to set.
      Returns:
      This builder for chaining.
    • clearIsoCode

       ISO 3166-2 code for subdivision of a country if relevant. E.g. GB-CAM.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 159:71]
       
      string iso_code = 801;
      Returns:
      This builder for chaining.
    • setIsoCodeBytes

      public TopographicPlace_VersionStructure.Builder setIsoCodeBytes(com.google.protobuf.ByteString value)
       ISO 3166-2 code for subdivision of a country if relevant. E.g. GB-CAM.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 159:71]
       
      string iso_code = 801;
      Parameters:
      value - The bytes for isoCode to set.
      Returns:
      This builder for chaining.
    • hasTopographicPlaceDescriptor

      public boolean hasTopographicPlaceDescriptor()
       Structured text descriptor of TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 164:93]
       
      .uk.org.netex.www.netex.TopographicPlaceDescriptor_VersionedChildStructure topographic_place_descriptor = 802;
      Specified by:
      hasTopographicPlaceDescriptor in interface TopographicPlace_VersionStructureOrBuilder
      Returns:
      Whether the topographicPlaceDescriptor field is set.
    • getTopographicPlaceDescriptor

      public TopographicPlaceDescriptor_VersionedChildStructure getTopographicPlaceDescriptor()
       Structured text descriptor of TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 164:93]
       
      .uk.org.netex.www.netex.TopographicPlaceDescriptor_VersionedChildStructure topographic_place_descriptor = 802;
      Specified by:
      getTopographicPlaceDescriptor in interface TopographicPlace_VersionStructureOrBuilder
      Returns:
      The topographicPlaceDescriptor.
    • setTopographicPlaceDescriptor

       Structured text descriptor of TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 164:93]
       
      .uk.org.netex.www.netex.TopographicPlaceDescriptor_VersionedChildStructure topographic_place_descriptor = 802;
    • setTopographicPlaceDescriptor

       Structured text descriptor of TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 164:93]
       
      .uk.org.netex.www.netex.TopographicPlaceDescriptor_VersionedChildStructure topographic_place_descriptor = 802;
    • mergeTopographicPlaceDescriptor

       Structured text descriptor of TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 164:93]
       
      .uk.org.netex.www.netex.TopographicPlaceDescriptor_VersionedChildStructure topographic_place_descriptor = 802;
    • clearTopographicPlaceDescriptor

      public TopographicPlace_VersionStructure.Builder clearTopographicPlaceDescriptor()
       Structured text descriptor of TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 164:93]
       
      .uk.org.netex.www.netex.TopographicPlaceDescriptor_VersionedChildStructure topographic_place_descriptor = 802;
    • getTopographicPlaceDescriptorBuilder

      public TopographicPlaceDescriptor_VersionedChildStructure.Builder getTopographicPlaceDescriptorBuilder()
       Structured text descriptor of TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 164:93]
       
      .uk.org.netex.www.netex.TopographicPlaceDescriptor_VersionedChildStructure topographic_place_descriptor = 802;
    • getTopographicPlaceDescriptorOrBuilder

      public TopographicPlaceDescriptor_VersionedChildStructureOrBuilder getTopographicPlaceDescriptorOrBuilder()
       Structured text descriptor of TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 164:93]
       
      .uk.org.netex.www.netex.TopographicPlaceDescriptor_VersionedChildStructure topographic_place_descriptor = 802;
      Specified by:
      getTopographicPlaceDescriptorOrBuilder in interface TopographicPlace_VersionStructureOrBuilder
    • hasAlternativeDescriptors

      public boolean hasAlternativeDescriptors()
       Collection of aliases for the TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 169:61]
       
      .uk.org.netex.www.netex.AlternativeDescriptorsType alternative_descriptors = 803;
      Specified by:
      hasAlternativeDescriptors in interface TopographicPlace_VersionStructureOrBuilder
      Returns:
      Whether the alternativeDescriptors field is set.
    • getAlternativeDescriptors

      public AlternativeDescriptorsType getAlternativeDescriptors()
       Collection of aliases for the TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 169:61]
       
      .uk.org.netex.www.netex.AlternativeDescriptorsType alternative_descriptors = 803;
      Specified by:
      getAlternativeDescriptors in interface TopographicPlace_VersionStructureOrBuilder
      Returns:
      The alternativeDescriptors.
    • setAlternativeDescriptors

       Collection of aliases for the TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 169:61]
       
      .uk.org.netex.www.netex.AlternativeDescriptorsType alternative_descriptors = 803;
    • setAlternativeDescriptors

      public TopographicPlace_VersionStructure.Builder setAlternativeDescriptors(AlternativeDescriptorsType.Builder builderForValue)
       Collection of aliases for the TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 169:61]
       
      .uk.org.netex.www.netex.AlternativeDescriptorsType alternative_descriptors = 803;
    • mergeAlternativeDescriptors

      public TopographicPlace_VersionStructure.Builder mergeAlternativeDescriptors(AlternativeDescriptorsType value)
       Collection of aliases for the TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 169:61]
       
      .uk.org.netex.www.netex.AlternativeDescriptorsType alternative_descriptors = 803;
    • clearAlternativeDescriptors

      public TopographicPlace_VersionStructure.Builder clearAlternativeDescriptors()
       Collection of aliases for the TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 169:61]
       
      .uk.org.netex.www.netex.AlternativeDescriptorsType alternative_descriptors = 803;
    • getAlternativeDescriptorsBuilder

      public AlternativeDescriptorsType.Builder getAlternativeDescriptorsBuilder()
       Collection of aliases for the TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 169:61]
       
      .uk.org.netex.www.netex.AlternativeDescriptorsType alternative_descriptors = 803;
    • getAlternativeDescriptorsOrBuilder

      public AlternativeDescriptorsTypeOrBuilder getAlternativeDescriptorsOrBuilder()
       Collection of aliases for the TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 169:61]
       
      .uk.org.netex.www.netex.AlternativeDescriptorsType alternative_descriptors = 803;
      Specified by:
      getAlternativeDescriptorsOrBuilder in interface TopographicPlace_VersionStructureOrBuilder
    • getTopographicPlaceTypeValue

      public int getTopographicPlaceTypeValue()
       Classification of the TOPOGRAPHIC PLACE as a settlement. Enumerated value.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 179:98]
       
      .uk.org.netex.www.netex.TopographicPlaceTypeEnumeration topographic_place_type = 804;
      Specified by:
      getTopographicPlaceTypeValue in interface TopographicPlace_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for topographicPlaceType.
    • setTopographicPlaceTypeValue

      public TopographicPlace_VersionStructure.Builder setTopographicPlaceTypeValue(int value)
       Classification of the TOPOGRAPHIC PLACE as a settlement. Enumerated value.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 179:98]
       
      .uk.org.netex.www.netex.TopographicPlaceTypeEnumeration topographic_place_type = 804;
      Parameters:
      value - The enum numeric value on the wire for topographicPlaceType to set.
      Returns:
      This builder for chaining.
    • getTopographicPlaceType

      public TopographicPlaceTypeEnumeration getTopographicPlaceType()
       Classification of the TOPOGRAPHIC PLACE as a settlement. Enumerated value.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 179:98]
       
      .uk.org.netex.www.netex.TopographicPlaceTypeEnumeration topographic_place_type = 804;
      Specified by:
      getTopographicPlaceType in interface TopographicPlace_VersionStructureOrBuilder
      Returns:
      The topographicPlaceType.
    • setTopographicPlaceType

       Classification of the TOPOGRAPHIC PLACE as a settlement. Enumerated value.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 179:98]
       
      .uk.org.netex.www.netex.TopographicPlaceTypeEnumeration topographic_place_type = 804;
      Parameters:
      value - The topographicPlaceType to set.
      Returns:
      This builder for chaining.
    • clearTopographicPlaceType

      public TopographicPlace_VersionStructure.Builder clearTopographicPlaceType()
       Classification of the TOPOGRAPHIC PLACE as a settlement. Enumerated value.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 179:98]
       
      .uk.org.netex.www.netex.TopographicPlaceTypeEnumeration topographic_place_type = 804;
      Returns:
      This builder for chaining.
    • getPlaceCentre

      public boolean getPlaceCentre()
       Whether the TOPOGRAPHIC PLACE is considered to be at the centre of a town. Default is false.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 184:85]
       
      bool place_centre = 805;
      Specified by:
      getPlaceCentre in interface TopographicPlace_VersionStructureOrBuilder
      Returns:
      The placeCentre.
    • setPlaceCentre

      public TopographicPlace_VersionStructure.Builder setPlaceCentre(boolean value)
       Whether the TOPOGRAPHIC PLACE is considered to be at the centre of a town. Default is false.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 184:85]
       
      bool place_centre = 805;
      Parameters:
      value - The placeCentre to set.
      Returns:
      This builder for chaining.
    • clearPlaceCentre

      public TopographicPlace_VersionStructure.Builder clearPlaceCentre()
       Whether the TOPOGRAPHIC PLACE is considered to be at the centre of a town. Default is false.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 184:85]
       
      bool place_centre = 805;
      Returns:
      This builder for chaining.
    • getPostCode

      public String getPostCode()
       Post code or partial post code associated with area. v1.1  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 189:75]
       
      string post_code = 806;
      Specified by:
      getPostCode in interface TopographicPlace_VersionStructureOrBuilder
      Returns:
      The postCode.
    • getPostCodeBytes

      public com.google.protobuf.ByteString getPostCodeBytes()
       Post code or partial post code associated with area. v1.1  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 189:75]
       
      string post_code = 806;
      Specified by:
      getPostCodeBytes in interface TopographicPlace_VersionStructureOrBuilder
      Returns:
      The bytes for postCode.
    • setPostCode

       Post code or partial post code associated with area. v1.1  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 189:75]
       
      string post_code = 806;
      Parameters:
      value - The postCode to set.
      Returns:
      This builder for chaining.
    • clearPostCode

       Post code or partial post code associated with area. v1.1  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 189:75]
       
      string post_code = 806;
      Returns:
      This builder for chaining.
    • setPostCodeBytes

      public TopographicPlace_VersionStructure.Builder setPostCodeBytes(com.google.protobuf.ByteString value)
       Post code or partial post code associated with area. v1.1  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 189:75]
       
      string post_code = 806;
      Parameters:
      value - The bytes for postCode to set.
      Returns:
      This builder for chaining.
    • hasCountryRef

      public boolean hasCountryRef()
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 811;
      Specified by:
      hasCountryRef in interface TopographicPlace_VersionStructureOrBuilder
      Returns:
      Whether the countryRef field is set.
    • getCountryRef

      public CountryRefType getCountryRef()
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 811;
      Specified by:
      getCountryRef in interface TopographicPlace_VersionStructureOrBuilder
      Returns:
      The countryRef.
    • setCountryRef

       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 811;
    • setCountryRef

      public TopographicPlace_VersionStructure.Builder setCountryRef(CountryRefType.Builder builderForValue)
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 811;
    • mergeCountryRef

       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 811;
    • clearCountryRef

       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 811;
    • getCountryRefBuilder

      public CountryRefType.Builder getCountryRefBuilder()
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 811;
    • getCountryRefOrBuilder

      public CountryRefTypeOrBuilder getCountryRefOrBuilder()
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 811;
      Specified by:
      getCountryRefOrBuilder in interface TopographicPlace_VersionStructureOrBuilder
    • hasOtherCountries

      public boolean hasOtherCountries()
       For TOPOGRAPHIC PLACEs thats span borders,  references to additional  COUNTRY or COUNTRIEs  that place lies in.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 202:85]
       
      .uk.org.netex.www.netex.CountryRefs_RelStructure other_countries = 812;
      Specified by:
      hasOtherCountries in interface TopographicPlace_VersionStructureOrBuilder
      Returns:
      Whether the otherCountries field is set.
    • getOtherCountries

      public CountryRefs_RelStructure getOtherCountries()
       For TOPOGRAPHIC PLACEs thats span borders,  references to additional  COUNTRY or COUNTRIEs  that place lies in.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 202:85]
       
      .uk.org.netex.www.netex.CountryRefs_RelStructure other_countries = 812;
      Specified by:
      getOtherCountries in interface TopographicPlace_VersionStructureOrBuilder
      Returns:
      The otherCountries.
    • setOtherCountries

       For TOPOGRAPHIC PLACEs thats span borders,  references to additional  COUNTRY or COUNTRIEs  that place lies in.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 202:85]
       
      .uk.org.netex.www.netex.CountryRefs_RelStructure other_countries = 812;
    • setOtherCountries

       For TOPOGRAPHIC PLACEs thats span borders,  references to additional  COUNTRY or COUNTRIEs  that place lies in.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 202:85]
       
      .uk.org.netex.www.netex.CountryRefs_RelStructure other_countries = 812;
    • mergeOtherCountries

       For TOPOGRAPHIC PLACEs thats span borders,  references to additional  COUNTRY or COUNTRIEs  that place lies in.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 202:85]
       
      .uk.org.netex.www.netex.CountryRefs_RelStructure other_countries = 812;
    • clearOtherCountries

      public TopographicPlace_VersionStructure.Builder clearOtherCountries()
       For TOPOGRAPHIC PLACEs thats span borders,  references to additional  COUNTRY or COUNTRIEs  that place lies in.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 202:85]
       
      .uk.org.netex.www.netex.CountryRefs_RelStructure other_countries = 812;
    • getOtherCountriesBuilder

      public CountryRefs_RelStructure.Builder getOtherCountriesBuilder()
       For TOPOGRAPHIC PLACEs thats span borders,  references to additional  COUNTRY or COUNTRIEs  that place lies in.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 202:85]
       
      .uk.org.netex.www.netex.CountryRefs_RelStructure other_countries = 812;
    • getOtherCountriesOrBuilder

      public CountryRefs_RelStructureOrBuilder getOtherCountriesOrBuilder()
       For TOPOGRAPHIC PLACEs thats span borders,  references to additional  COUNTRY or COUNTRIEs  that place lies in.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 202:85]
       
      .uk.org.netex.www.netex.CountryRefs_RelStructure other_countries = 812;
      Specified by:
      getOtherCountriesOrBuilder in interface TopographicPlace_VersionStructureOrBuilder
    • hasParentTopographicPlaceRef

      public boolean hasParentTopographicPlaceRef()
       Parent TOPOGRAPHIC PLACE. Reference to another TOPOGRAPHIC PLACE that contains the child TOPOGRAPHIC PLACE completely. Must not be cyclic.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 207:100]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_topographic_place_ref = 813;
      Specified by:
      hasParentTopographicPlaceRef in interface TopographicPlace_VersionStructureOrBuilder
      Returns:
      Whether the parentTopographicPlaceRef field is set.
    • getParentTopographicPlaceRef

      public VersionOfObjectRefStructure getParentTopographicPlaceRef()
       Parent TOPOGRAPHIC PLACE. Reference to another TOPOGRAPHIC PLACE that contains the child TOPOGRAPHIC PLACE completely. Must not be cyclic.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 207:100]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_topographic_place_ref = 813;
      Specified by:
      getParentTopographicPlaceRef in interface TopographicPlace_VersionStructureOrBuilder
      Returns:
      The parentTopographicPlaceRef.
    • setParentTopographicPlaceRef

      public TopographicPlace_VersionStructure.Builder setParentTopographicPlaceRef(VersionOfObjectRefStructure value)
       Parent TOPOGRAPHIC PLACE. Reference to another TOPOGRAPHIC PLACE that contains the child TOPOGRAPHIC PLACE completely. Must not be cyclic.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 207:100]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_topographic_place_ref = 813;
    • setParentTopographicPlaceRef

      public TopographicPlace_VersionStructure.Builder setParentTopographicPlaceRef(VersionOfObjectRefStructure.Builder builderForValue)
       Parent TOPOGRAPHIC PLACE. Reference to another TOPOGRAPHIC PLACE that contains the child TOPOGRAPHIC PLACE completely. Must not be cyclic.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 207:100]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_topographic_place_ref = 813;
    • mergeParentTopographicPlaceRef

      public TopographicPlace_VersionStructure.Builder mergeParentTopographicPlaceRef(VersionOfObjectRefStructure value)
       Parent TOPOGRAPHIC PLACE. Reference to another TOPOGRAPHIC PLACE that contains the child TOPOGRAPHIC PLACE completely. Must not be cyclic.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 207:100]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_topographic_place_ref = 813;
    • clearParentTopographicPlaceRef

      public TopographicPlace_VersionStructure.Builder clearParentTopographicPlaceRef()
       Parent TOPOGRAPHIC PLACE. Reference to another TOPOGRAPHIC PLACE that contains the child TOPOGRAPHIC PLACE completely. Must not be cyclic.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 207:100]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_topographic_place_ref = 813;
    • getParentTopographicPlaceRefBuilder

      public VersionOfObjectRefStructure.Builder getParentTopographicPlaceRefBuilder()
       Parent TOPOGRAPHIC PLACE. Reference to another TOPOGRAPHIC PLACE that contains the child TOPOGRAPHIC PLACE completely. Must not be cyclic.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 207:100]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_topographic_place_ref = 813;
    • getParentTopographicPlaceRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getParentTopographicPlaceRefOrBuilder()
       Parent TOPOGRAPHIC PLACE. Reference to another TOPOGRAPHIC PLACE that contains the child TOPOGRAPHIC PLACE completely. Must not be cyclic.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 207:100]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_topographic_place_ref = 813;
      Specified by:
      getParentTopographicPlaceRefOrBuilder in interface TopographicPlace_VersionStructureOrBuilder
    • hasAdjacentPlaces

      public boolean hasAdjacentPlaces()
       TOPOGRAPHIC PLACEs which are adjacent to the TOPOGRAPHIC PLACE. or which partially overlay. N.B. this should not be used for spatial containment. Instead the Parent Site should be used the TOPOGRAPHIC PLACE which completely contain the TOPOGRAPHIC PLACE, and on child TOPOGRAPHIC PLACEs for localities completely contained in the TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 212:94]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure adjacent_places = 814;
      Specified by:
      hasAdjacentPlaces in interface TopographicPlace_VersionStructureOrBuilder
      Returns:
      Whether the adjacentPlaces field is set.
    • getAdjacentPlaces

      public TopographicPlaceRefs_RelStructure getAdjacentPlaces()
       TOPOGRAPHIC PLACEs which are adjacent to the TOPOGRAPHIC PLACE. or which partially overlay. N.B. this should not be used for spatial containment. Instead the Parent Site should be used the TOPOGRAPHIC PLACE which completely contain the TOPOGRAPHIC PLACE, and on child TOPOGRAPHIC PLACEs for localities completely contained in the TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 212:94]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure adjacent_places = 814;
      Specified by:
      getAdjacentPlaces in interface TopographicPlace_VersionStructureOrBuilder
      Returns:
      The adjacentPlaces.
    • setAdjacentPlaces

       TOPOGRAPHIC PLACEs which are adjacent to the TOPOGRAPHIC PLACE. or which partially overlay. N.B. this should not be used for spatial containment. Instead the Parent Site should be used the TOPOGRAPHIC PLACE which completely contain the TOPOGRAPHIC PLACE, and on child TOPOGRAPHIC PLACEs for localities completely contained in the TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 212:94]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure adjacent_places = 814;
    • setAdjacentPlaces

       TOPOGRAPHIC PLACEs which are adjacent to the TOPOGRAPHIC PLACE. or which partially overlay. N.B. this should not be used for spatial containment. Instead the Parent Site should be used the TOPOGRAPHIC PLACE which completely contain the TOPOGRAPHIC PLACE, and on child TOPOGRAPHIC PLACEs for localities completely contained in the TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 212:94]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure adjacent_places = 814;
    • mergeAdjacentPlaces

       TOPOGRAPHIC PLACEs which are adjacent to the TOPOGRAPHIC PLACE. or which partially overlay. N.B. this should not be used for spatial containment. Instead the Parent Site should be used the TOPOGRAPHIC PLACE which completely contain the TOPOGRAPHIC PLACE, and on child TOPOGRAPHIC PLACEs for localities completely contained in the TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 212:94]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure adjacent_places = 814;
    • clearAdjacentPlaces

      public TopographicPlace_VersionStructure.Builder clearAdjacentPlaces()
       TOPOGRAPHIC PLACEs which are adjacent to the TOPOGRAPHIC PLACE. or which partially overlay. N.B. this should not be used for spatial containment. Instead the Parent Site should be used the TOPOGRAPHIC PLACE which completely contain the TOPOGRAPHIC PLACE, and on child TOPOGRAPHIC PLACEs for localities completely contained in the TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 212:94]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure adjacent_places = 814;
    • getAdjacentPlacesBuilder

      public TopographicPlaceRefs_RelStructure.Builder getAdjacentPlacesBuilder()
       TOPOGRAPHIC PLACEs which are adjacent to the TOPOGRAPHIC PLACE. or which partially overlay. N.B. this should not be used for spatial containment. Instead the Parent Site should be used the TOPOGRAPHIC PLACE which completely contain the TOPOGRAPHIC PLACE, and on child TOPOGRAPHIC PLACEs for localities completely contained in the TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 212:94]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure adjacent_places = 814;
    • getAdjacentPlacesOrBuilder

      public TopographicPlaceRefs_RelStructureOrBuilder getAdjacentPlacesOrBuilder()
       TOPOGRAPHIC PLACEs which are adjacent to the TOPOGRAPHIC PLACE. or which partially overlay. N.B. this should not be used for spatial containment. Instead the Parent Site should be used the TOPOGRAPHIC PLACE which completely contain the TOPOGRAPHIC PLACE, and on child TOPOGRAPHIC PLACEs for localities completely contained in the TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 212:94]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure adjacent_places = 814;
      Specified by:
      getAdjacentPlacesOrBuilder in interface TopographicPlace_VersionStructureOrBuilder
    • hasContainedIn

      public boolean hasContainedIn()
       TOPOGRAPHIC PLACEs other than then parent in which the place can be regarded as contained. a.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 218:91]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure contained_in = 815;
      Specified by:
      hasContainedIn in interface TopographicPlace_VersionStructureOrBuilder
      Returns:
      Whether the containedIn field is set.
    • getContainedIn

      public TopographicPlaceRefs_RelStructure getContainedIn()
       TOPOGRAPHIC PLACEs other than then parent in which the place can be regarded as contained. a.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 218:91]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure contained_in = 815;
      Specified by:
      getContainedIn in interface TopographicPlace_VersionStructureOrBuilder
      Returns:
      The containedIn.
    • setContainedIn

       TOPOGRAPHIC PLACEs other than then parent in which the place can be regarded as contained. a.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 218:91]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure contained_in = 815;
    • setContainedIn

       TOPOGRAPHIC PLACEs other than then parent in which the place can be regarded as contained. a.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 218:91]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure contained_in = 815;
    • mergeContainedIn

       TOPOGRAPHIC PLACEs other than then parent in which the place can be regarded as contained. a.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 218:91]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure contained_in = 815;
    • clearContainedIn

      public TopographicPlace_VersionStructure.Builder clearContainedIn()
       TOPOGRAPHIC PLACEs other than then parent in which the place can be regarded as contained. a.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 218:91]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure contained_in = 815;
    • getContainedInBuilder

      public TopographicPlaceRefs_RelStructure.Builder getContainedInBuilder()
       TOPOGRAPHIC PLACEs other than then parent in which the place can be regarded as contained. a.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 218:91]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure contained_in = 815;
    • getContainedInOrBuilder

      public TopographicPlaceRefs_RelStructureOrBuilder getContainedInOrBuilder()
       TOPOGRAPHIC PLACEs other than then parent in which the place can be regarded as contained. a.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 218:91]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure contained_in = 815;
      Specified by:
      getContainedInOrBuilder in interface TopographicPlace_VersionStructureOrBuilder
    • hasAccesses

      public boolean hasAccesses()
       ACCESS links to other PLACEs.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 223:76]
       
      .uk.org.netex.www.netex.Accesses_RelStructure accesses = 816;
      Specified by:
      hasAccesses in interface TopographicPlace_VersionStructureOrBuilder
      Returns:
      Whether the accesses field is set.
    • getAccesses

      public Accesses_RelStructure getAccesses()
       ACCESS links to other PLACEs.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 223:76]
       
      .uk.org.netex.www.netex.Accesses_RelStructure accesses = 816;
      Specified by:
      getAccesses in interface TopographicPlace_VersionStructureOrBuilder
      Returns:
      The accesses.
    • setAccesses

       ACCESS links to other PLACEs.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 223:76]
       
      .uk.org.netex.www.netex.Accesses_RelStructure accesses = 816;
    • setAccesses

       ACCESS links to other PLACEs.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 223:76]
       
      .uk.org.netex.www.netex.Accesses_RelStructure accesses = 816;
    • mergeAccesses

       ACCESS links to other PLACEs.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 223:76]
       
      .uk.org.netex.www.netex.Accesses_RelStructure accesses = 816;
    • clearAccesses

       ACCESS links to other PLACEs.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 223:76]
       
      .uk.org.netex.www.netex.Accesses_RelStructure accesses = 816;
    • getAccessesBuilder

      public Accesses_RelStructure.Builder getAccessesBuilder()
       ACCESS links to other PLACEs.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 223:76]
       
      .uk.org.netex.www.netex.Accesses_RelStructure accesses = 816;
    • getAccessesOrBuilder

      public Accesses_RelStructureOrBuilder getAccessesOrBuilder()
       ACCESS links to other PLACEs.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 223:76]
       
      .uk.org.netex.www.netex.Accesses_RelStructure accesses = 816;
      Specified by:
      getAccessesOrBuilder in interface TopographicPlace_VersionStructureOrBuilder