Class ParkingType.Builder

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

public static final class ParkingType.Builder extends com.google.protobuf.GeneratedMessage.Builder<ParkingType.Builder> implements ParkingTypeOrBuilder
 A named place where Parking may be accessed. May be a building complex (e.g. a station) or an on-street location.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 95:55]
 
Protobuf type uk.org.netex.www.netex.ParkingType
  • 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<ParkingType.Builder>
    • clear

      public ParkingType.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<ParkingType.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<ParkingType.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public ParkingType.Builder mergeFrom(ParkingType other)
    • isInitialized

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

      public ParkingType.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<ParkingType.Builder>
      Throws:
      IOException
    • getOrganisationRefStructureCase

      public ParkingType.OrganisationRefStructureCase getOrganisationRefStructureCase()
      Specified by:
      getOrganisationRefStructureCase in interface ParkingTypeOrBuilder
    • clearOrganisationRefStructure

      public ParkingType.Builder clearOrganisationRefStructure()
    • 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 ParkingTypeOrBuilder
      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 ParkingTypeOrBuilder
      Returns:
      The created.
    • setCreated

      public ParkingType.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 ParkingType.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 ParkingType.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

      public ParkingType.Builder 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 ParkingTypeOrBuilder
    • 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 ParkingTypeOrBuilder
      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 ParkingTypeOrBuilder
      Returns:
      The changed.
    • setChanged

      public ParkingType.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 ParkingType.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 ParkingType.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

      public ParkingType.Builder 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 ParkingTypeOrBuilder
    • 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 ParkingTypeOrBuilder
      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 ParkingTypeOrBuilder
      Returns:
      The bytes for version.
    • setVersion

      public ParkingType.Builder setVersion(String value)
       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

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

      public ParkingType.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 ParkingTypeOrBuilder
      Returns:
      The status.
    • setStatus

      public ParkingType.Builder setStatus(StatusEnumeration 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 status to set.
      Returns:
      This builder for chaining.
    • clearStatus

      public ParkingType.Builder 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 = 1852;
      Specified by:
      getDerivedFromVersionRef in interface ParkingTypeOrBuilder
      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 = 1852;
      Specified by:
      getDerivedFromVersionRefBytes in interface ParkingTypeOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • setDerivedFromVersionRef

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

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

      public ParkingType.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 = 1852;
      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 = 1853;
      Specified by:
      getDerivedFromObjectRef in interface ParkingTypeOrBuilder
      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 = 1853;
      Specified by:
      getDerivedFromObjectRefBytes in interface ParkingTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public ParkingType.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 = 1853;
      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 ParkingTypeOrBuilder
      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 ParkingTypeOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

      public ParkingType.Builder setValidityConditions(ValidityConditions_RelStructure value)
       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

      public ParkingType.Builder setValidityConditions(ValidityConditions_RelStructure.Builder builderForValue)
       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

      public ParkingType.Builder mergeValidityConditions(ValidityConditions_RelStructure value)
       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 ParkingType.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 ParkingTypeOrBuilder
    • 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 ParkingTypeOrBuilder
    • 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 ParkingTypeOrBuilder
    • 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 ParkingTypeOrBuilder
    • setValidBetween

      public ParkingType.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 ParkingType.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

      public ParkingType.Builder addValidBetween(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 ParkingType.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 ParkingType.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 ParkingType.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 ParkingType.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 ParkingType.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 ParkingType.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 ParkingTypeOrBuilder
    • 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 ParkingTypeOrBuilder
    • 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 ParkingTypeOrBuilder
      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 ParkingTypeOrBuilder
      Returns:
      The alternativeTexts.
    • setAlternativeTexts

      public ParkingType.Builder setAlternativeTexts(AlternativeTexts_RelStructure value)
       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

      public ParkingType.Builder setAlternativeTexts(AlternativeTexts_RelStructure.Builder builderForValue)
       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

      public ParkingType.Builder mergeAlternativeTexts(AlternativeTexts_RelStructure value)
       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 ParkingType.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 ParkingTypeOrBuilder
    • 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 ParkingTypeOrBuilder
      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 ParkingTypeOrBuilder
      Returns:
      The keyList.
    • setKeyList

      public ParkingType.Builder setKeyList(KeyListStructure value)
       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

      public ParkingType.Builder setKeyList(KeyListStructure.Builder builderForValue)
       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

      public ParkingType.Builder mergeKeyList(KeyListStructure value)
       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

      public ParkingType.Builder 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 ParkingTypeOrBuilder
    • 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 ParkingTypeOrBuilder
      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 ParkingTypeOrBuilder
      Returns:
      The extensions.
    • setExtensions

      public ParkingType.Builder setExtensions(ExtensionsStructure value)
       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

      public ParkingType.Builder setExtensions(ExtensionsStructure.Builder builderForValue)
       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

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

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

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

      public ExtensionsStructureOrBuilder getExtensionsOrBuilder()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
      Specified by:
      getExtensionsOrBuilder in interface ParkingTypeOrBuilder
    • 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 ParkingTypeOrBuilder
      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 ParkingTypeOrBuilder
      Returns:
      The brandingRef.
    • setBrandingRef

      public ParkingType.Builder setBrandingRef(VersionOfObjectRefStructure value)
       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

      public ParkingType.Builder setBrandingRef(VersionOfObjectRefStructure.Builder builderForValue)
       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

      public ParkingType.Builder mergeBrandingRef(VersionOfObjectRefStructure value)
       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 ParkingType.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 ParkingTypeOrBuilder
    • 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 ParkingTypeOrBuilder
      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 ParkingTypeOrBuilder
      Returns:
      The name.
    • setName

      public ParkingType.Builder setName(MultilingualString value)
       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

      public ParkingType.Builder setName(MultilingualString.Builder builderForValue)
       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

      public ParkingType.Builder mergeName(MultilingualString value)
       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

      public ParkingType.Builder 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 ParkingTypeOrBuilder
    • 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 ParkingTypeOrBuilder
      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 ParkingTypeOrBuilder
      Returns:
      The shortName.
    • setShortName

      public ParkingType.Builder setShortName(MultilingualString value)
       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

      public ParkingType.Builder setShortName(MultilingualString.Builder builderForValue)
       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

      public ParkingType.Builder mergeShortName(MultilingualString value)
       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

      public ParkingType.Builder 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 ParkingTypeOrBuilder
    • 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 ParkingTypeOrBuilder
      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 ParkingTypeOrBuilder
      Returns:
      The description.
    • setDescription

      public ParkingType.Builder setDescription(MultilingualString value)
       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

      public ParkingType.Builder setDescription(MultilingualString.Builder builderForValue)
       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

      public ParkingType.Builder mergeDescription(MultilingualString value)
       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 ParkingType.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 ParkingTypeOrBuilder
    • 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 ParkingTypeOrBuilder
      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 ParkingTypeOrBuilder
      Returns:
      The purposeOfGroupingRef.
    • setPurposeOfGroupingRef

      public ParkingType.Builder setPurposeOfGroupingRef(VersionOfObjectRefStructure value)
       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 ParkingType.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

      public ParkingType.Builder mergePurposeOfGroupingRef(VersionOfObjectRefStructure value)
       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 ParkingType.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 ParkingTypeOrBuilder
    • 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 ParkingTypeOrBuilder
      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 ParkingTypeOrBuilder
      Returns:
      The privateCode.
    • setPrivateCode

      public ParkingType.Builder setPrivateCode(PrivateCodeStructure value)
       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

      public ParkingType.Builder setPrivateCode(PrivateCodeStructure.Builder builderForValue)
       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

      public ParkingType.Builder mergePrivateCode(PrivateCodeStructure value)
       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 ParkingType.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 ParkingTypeOrBuilder
    • 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.ParkingType.InfoLinksType info_links = 166;
      Specified by:
      hasInfoLinks in interface ParkingTypeOrBuilder
      Returns:
      Whether the infoLinks field is set.
    • getInfoLinks

      public ParkingType.InfoLinksType getInfoLinks()
       Hyperlinks associated with GROUP OF ENTITIES.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 118:48]
       
      .uk.org.netex.www.netex.ParkingType.InfoLinksType info_links = 166;
      Specified by:
      getInfoLinks in interface ParkingTypeOrBuilder
      Returns:
      The infoLinks.
    • setInfoLinks

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

      public ParkingType.Builder setInfoLinks(ParkingType.InfoLinksType.Builder builderForValue)
       Hyperlinks associated with GROUP OF ENTITIES.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 118:48]
       
      .uk.org.netex.www.netex.ParkingType.InfoLinksType info_links = 166;
    • mergeInfoLinks

      public ParkingType.Builder mergeInfoLinks(ParkingType.InfoLinksType value)
       Hyperlinks associated with GROUP OF ENTITIES.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 118:48]
       
      .uk.org.netex.www.netex.ParkingType.InfoLinksType info_links = 166;
    • clearInfoLinks

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

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

      public ParkingType.InfoLinksTypeOrBuilder getInfoLinksOrBuilder()
       Hyperlinks associated with GROUP OF ENTITIES.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 118:48]
       
      .uk.org.netex.www.netex.ParkingType.InfoLinksType info_links = 166;
      Specified by:
      getInfoLinksOrBuilder in interface ParkingTypeOrBuilder
    • 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 ParkingTypeOrBuilder
      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 ParkingTypeOrBuilder
      Returns:
      The members.
    • setMembers

      public ParkingType.Builder setMembers(PointRefs_RelStructure value)
       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

      public ParkingType.Builder setMembers(PointRefs_RelStructure.Builder builderForValue)
       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

      public ParkingType.Builder mergeMembers(PointRefs_RelStructure value)
       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

      public ParkingType.Builder 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 ParkingTypeOrBuilder
    • 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 ParkingTypeOrBuilder
      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 ParkingTypeOrBuilder
      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

      public ParkingType.Builder setTypes(TypeOfZoneRefs_RelStructure.Builder builderForValue)
       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

      public ParkingType.Builder 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 ParkingTypeOrBuilder
    • 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 ParkingTypeOrBuilder
      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 ParkingTypeOrBuilder
      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

      public ParkingType.Builder setCentroid(SimplePoint_VersionStructure.Builder builderForValue)
       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

      public ParkingType.Builder mergeCentroid(SimplePoint_VersionStructure value)
       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

      public ParkingType.Builder 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 ParkingTypeOrBuilder
    • 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 ParkingTypeOrBuilder
      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 ParkingTypeOrBuilder
      Returns:
      The polygon.
    • setPolygon

      public ParkingType.Builder setPolygon(PolygonType value)
       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

      public ParkingType.Builder setPolygon(PolygonType.Builder builderForValue)
       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

      public ParkingType.Builder mergePolygon(PolygonType value)
       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

      public ParkingType.Builder 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 ParkingTypeOrBuilder
    • 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 ParkingTypeOrBuilder
      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 ParkingTypeOrBuilder
      Returns:
      The projections.
    • setProjections

      public ParkingType.Builder setProjections(Projections_RelStructure value)
       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

      public ParkingType.Builder setProjections(Projections_RelStructure.Builder builderForValue)
       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

      public ParkingType.Builder mergeProjections(Projections_RelStructure value)
       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 ParkingType.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 ParkingTypeOrBuilder
    • 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 ParkingTypeOrBuilder
      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 ParkingTypeOrBuilder
      Returns:
      The parentZoneRef.
    • setParentZoneRef

      public ParkingType.Builder setParentZoneRef(VersionOfObjectRefStructure value)
       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

      public ParkingType.Builder setParentZoneRef(VersionOfObjectRefStructure.Builder builderForValue)
       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

      public ParkingType.Builder mergeParentZoneRef(VersionOfObjectRefStructure value)
       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 ParkingType.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 ParkingTypeOrBuilder
    • 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 ParkingTypeOrBuilder
      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 ParkingTypeOrBuilder
      Returns:
      The placeTypes.
    • setPlaceTypes

      public ParkingType.Builder setPlaceTypes(TypeOfPlaceRefs_RelStructure value)
       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

      public ParkingType.Builder setPlaceTypes(TypeOfPlaceRefs_RelStructure.Builder builderForValue)
       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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public ParkingType.Builder setPostalAddress(PostalAddressType.Builder builderForValue)
       A POSTAL ADDRESS to which mail can be sent.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 267:81]
       
      .uk.org.netex.www.netex.PostalAddressType postal_address = 803;
    • mergePostalAddress

      public ParkingType.Builder mergePostalAddress(PostalAddressType value)
       A POSTAL ADDRESS to which mail can be sent.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 267:81]
       
      .uk.org.netex.www.netex.PostalAddressType postal_address = 803;
    • clearPostalAddress

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public ParkingType.Builder setAccessModes(int index, AccessModeEnumeration value)
       Allowed MODEs to access SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 91:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 1032 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The accessModes to set.
      Returns:
      This builder for chaining.
    • addAccessModes

      public ParkingType.Builder addAccessModes(AccessModeEnumeration value)
       Allowed MODEs to access SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 91:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 1032 [packed = true];
      Parameters:
      value - The accessModes to add.
      Returns:
      This builder for chaining.
    • addAllAccessModes

      public ParkingType.Builder addAllAccessModes(Iterable<? extends AccessModeEnumeration> values)
       Allowed MODEs to access SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 91:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 1032 [packed = true];
      Parameters:
      values - The accessModes to add.
      Returns:
      This builder for chaining.
    • clearAccessModes

      public ParkingType.Builder clearAccessModes()
       Allowed MODEs to access SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 91:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 1032 [packed = true];
      Returns:
      This builder for chaining.
    • getAccessModesValueList

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

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

      public ParkingType.Builder setAccessModesValue(int index, int value)
       Allowed MODEs to access SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 91:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 1032 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for accessModes to set.
      Returns:
      This builder for chaining.
    • addAccessModesValue

      public ParkingType.Builder addAccessModesValue(int value)
       Allowed MODEs to access SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 91:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 1032 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for accessModes to add.
      Returns:
      This builder for chaining.
    • addAllAccessModesValue

      public ParkingType.Builder addAllAccessModesValue(Iterable<Integer> values)
       Allowed MODEs to access SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 91:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 1032 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for accessModes to add.
      Returns:
      This builder for chaining.
    • hasNameSuffix

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

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

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

      public ParkingType.Builder setNameSuffix(MultilingualString.Builder builderForValue)
       Further suffix to name that may be used in some contexts.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 114:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 1033;
    • mergeNameSuffix

      public ParkingType.Builder mergeNameSuffix(MultilingualString value)
       Further suffix to name that may be used in some contexts.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 114:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 1033;
    • clearNameSuffix

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

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

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

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

      public AlternativeNames_RelStructure getAlternativeNames()
       Alternative names.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 119:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 1034;
      Specified by:
      getAlternativeNames in interface ParkingTypeOrBuilder
      Returns:
      The alternativeNames.
    • setAlternativeNames

      public ParkingType.Builder setAlternativeNames(AlternativeNames_RelStructure value)
       Alternative names.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 119:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 1034;
    • setAlternativeNames

      public ParkingType.Builder setAlternativeNames(AlternativeNames_RelStructure.Builder builderForValue)
       Alternative names.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 119:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 1034;
    • mergeAlternativeNames

      public ParkingType.Builder mergeAlternativeNames(AlternativeNames_RelStructure value)
       Alternative names.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 119:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 1034;
    • clearAlternativeNames

      public ParkingType.Builder clearAlternativeNames()
       Alternative names.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 119:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 1034;
    • getAlternativeNamesBuilder

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public ParkingType.Builder setPublicUse(PublicUseEnumeration value)
       Whether the component is available for public use or is restricted.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 131:90]
       
      .uk.org.netex.www.netex.PublicUseEnumeration public_use = 1051;
      Parameters:
      value - The publicUse to set.
      Returns:
      This builder for chaining.
    • clearPublicUse

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

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

      public ParkingType.Builder setCoveredValue(int value)
       Whether the component is Indoors or outdoors. Default is Indoors.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 136:90]
       
      .uk.org.netex.www.netex.CoveredEnumeration covered = 1052;
      Parameters:
      value - The enum numeric value on the wire for covered to set.
      Returns:
      This builder for chaining.
    • getCovered

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

      public ParkingType.Builder setCovered(CoveredEnumeration value)
       Whether the component is Indoors or outdoors. Default is Indoors.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 136:90]
       
      .uk.org.netex.www.netex.CoveredEnumeration covered = 1052;
      Parameters:
      value - The covered to set.
      Returns:
      This builder for chaining.
    • clearCovered

      public ParkingType.Builder clearCovered()
       Whether the component is Indoors or outdoors. Default is Indoors.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 136:90]
       
      .uk.org.netex.www.netex.CoveredEnumeration covered = 1052;
      Returns:
      This builder for chaining.
    • getGatedValue

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

      public ParkingType.Builder setGatedValue(int value)
       Whether the component is within a gated area or freely accessible without a pass or ticket.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 141:68]
       
      .uk.org.netex.www.netex.GatedEnumeration gated = 1053;
      Parameters:
      value - The enum numeric value on the wire for gated to set.
      Returns:
      This builder for chaining.
    • getGated

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

      public ParkingType.Builder setGated(GatedEnumeration value)
       Whether the component is within a gated area or freely accessible without a pass or ticket.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 141:68]
       
      .uk.org.netex.www.netex.GatedEnumeration gated = 1053;
      Parameters:
      value - The gated to set.
      Returns:
      This builder for chaining.
    • clearGated

      public ParkingType.Builder clearGated()
       Whether the component is within a gated area or freely accessible without a pass or ticket.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 141:68]
       
      .uk.org.netex.www.netex.GatedEnumeration gated = 1053;
      Returns:
      This builder for chaining.
    • getLightingValue

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

      public ParkingType.Builder setLightingValue(int value)
       Whether the component is lit or not. Default is well Lit.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 146:92]
       
      .uk.org.netex.www.netex.LightingEnumeration lighting = 1054;
      Parameters:
      value - The enum numeric value on the wire for lighting to set.
      Returns:
      This builder for chaining.
    • getLighting

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

      public ParkingType.Builder setLighting(LightingEnumeration value)
       Whether the component is lit or not. Default is well Lit.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 146:92]
       
      .uk.org.netex.www.netex.LightingEnumeration lighting = 1054;
      Parameters:
      value - The lighting to set.
      Returns:
      This builder for chaining.
    • clearLighting

      public ParkingType.Builder clearLighting()
       Whether the component is lit or not. Default is well Lit.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 146:92]
       
      .uk.org.netex.www.netex.LightingEnumeration lighting = 1054;
      Returns:
      This builder for chaining.
    • getAllAreasWheelchairAccessible

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

      public ParkingType.Builder setAllAreasWheelchairAccessible(boolean value)
       Whether all areas of the component are wheelchair accessible.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 151:101]
       
      bool all_areas_wheelchair_accessible = 1055;
      Parameters:
      value - The allAreasWheelchairAccessible to set.
      Returns:
      This builder for chaining.
    • clearAllAreasWheelchairAccessible

      public ParkingType.Builder clearAllAreasWheelchairAccessible()
       Whether all areas of the component are wheelchair accessible.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 151:101]
       
      bool all_areas_wheelchair_accessible = 1055;
      Returns:
      This builder for chaining.
    • getPersonCapacity

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

      public ParkingType.Builder setPersonCapacity(int value)
       Total number of people that component can contain.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 156:83]
       
      uint32 person_capacity = 1056;
      Parameters:
      value - The personCapacity to set.
      Returns:
      This builder for chaining.
    • clearPersonCapacity

      public ParkingType.Builder clearPersonCapacity()
       Total number of people that component can contain.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 156:83]
       
      uint32 person_capacity = 1056;
      Returns:
      This builder for chaining.
    • hasPresentation

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

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

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

      public ParkingType.Builder setPresentation(PresentationStructure.Builder builderForValue)
       Presentation defaults for SITE ELEMENT. +V1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 161:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 1047;
    • mergePresentation

      public ParkingType.Builder mergePresentation(PresentationStructure value)
       Presentation defaults for SITE ELEMENT. +V1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 161:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 1047;
    • clearPresentation

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

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

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

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

      public SiteFacilitySets_RelStructure getFacilities()
       Facilities available at SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 166:86]
       
      .uk.org.netex.www.netex.SiteFacilitySets_RelStructure facilities = 1057;
      Specified by:
      getFacilities in interface ParkingTypeOrBuilder
      Returns:
      The facilities.
    • setFacilities

      public ParkingType.Builder setFacilities(SiteFacilitySets_RelStructure value)
       Facilities available at SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 166:86]
       
      .uk.org.netex.www.netex.SiteFacilitySets_RelStructure facilities = 1057;
    • setFacilities

      public ParkingType.Builder setFacilities(SiteFacilitySets_RelStructure.Builder builderForValue)
       Facilities available at SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 166:86]
       
      .uk.org.netex.www.netex.SiteFacilitySets_RelStructure facilities = 1057;
    • mergeFacilities

      public ParkingType.Builder mergeFacilities(SiteFacilitySets_RelStructure value)
       Facilities available at SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 166:86]
       
      .uk.org.netex.www.netex.SiteFacilitySets_RelStructure facilities = 1057;
    • clearFacilities

      public ParkingType.Builder clearFacilities()
       Facilities available at SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 166:86]
       
      .uk.org.netex.www.netex.SiteFacilitySets_RelStructure facilities = 1057;
    • getFacilitiesBuilder

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

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

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

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

      public ParkingType.Builder setTopographicPlaceRef(VersionOfObjectRefStructure value)
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 1331;
    • setTopographicPlaceRef

      public ParkingType.Builder setTopographicPlaceRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 1331;
    • mergeTopographicPlaceRef

      public ParkingType.Builder mergeTopographicPlaceRef(VersionOfObjectRefStructure value)
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 1331;
    • clearTopographicPlaceRef

      public ParkingType.Builder clearTopographicPlaceRef()
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 1331;
    • getTopographicPlaceRefBuilder

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

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

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

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

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

      public ParkingType.Builder setTopographicPlaceView(TopographicPlaceViewType.Builder builderForValue)
       Simplified view of TOPOGRAPHIC PLACE. Data is derived through the relationship.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 341:75]
       
      .uk.org.netex.www.netex.TopographicPlaceViewType topographic_place_view = 1332;
    • mergeTopographicPlaceView

      public ParkingType.Builder mergeTopographicPlaceView(TopographicPlaceViewType value)
       Simplified view of TOPOGRAPHIC PLACE. Data is derived through the relationship.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 341:75]
       
      .uk.org.netex.www.netex.TopographicPlaceViewType topographic_place_view = 1332;
    • clearTopographicPlaceView

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

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

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

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

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

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

      public ParkingType.Builder setAdditionalTopographicPlaces(TopographicPlaceRefs_RelStructure.Builder builderForValue)
       Additional Topographic Places in which SITE is located.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 220:107]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure additional_topographic_places = 1341;
    • mergeAdditionalTopographicPlaces

      public ParkingType.Builder mergeAdditionalTopographicPlaces(TopographicPlaceRefs_RelStructure value)
       Additional Topographic Places in which SITE is located.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 220:107]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure additional_topographic_places = 1341;
    • clearAdditionalTopographicPlaces

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

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

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

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

      public ParkingType.Builder setSiteTypeValue(int value)
       Type of SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 225:74]
       
      .uk.org.netex.www.netex.SiteTypeEnumeration site_type = 1342;
      Parameters:
      value - The enum numeric value on the wire for siteType to set.
      Returns:
      This builder for chaining.
    • getSiteType

      public SiteTypeEnumeration getSiteType()
       Type of SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 225:74]
       
      .uk.org.netex.www.netex.SiteTypeEnumeration site_type = 1342;
      Specified by:
      getSiteType in interface ParkingTypeOrBuilder
      Returns:
      The siteType.
    • setSiteType

      public ParkingType.Builder setSiteType(SiteTypeEnumeration value)
       Type of SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 225:74]
       
      .uk.org.netex.www.netex.SiteTypeEnumeration site_type = 1342;
      Parameters:
      value - The siteType to set.
      Returns:
      This builder for chaining.
    • clearSiteType

      public ParkingType.Builder clearSiteType()
       Type of SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 225:74]
       
      .uk.org.netex.www.netex.SiteTypeEnumeration site_type = 1342;
      Returns:
      This builder for chaining.
    • getAtCentre

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

      public ParkingType.Builder setAtCentre(boolean value)
       Whether SITE is at centre of TOPOGRAPHIC PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 230:66]
       
      bool at_centre = 1343;
      Parameters:
      value - The atCentre to set.
      Returns:
      This builder for chaining.
    • clearAtCentre

      public ParkingType.Builder clearAtCentre()
       Whether SITE is at centre of TOPOGRAPHIC PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 230:66]
       
      bool at_centre = 1343;
      Returns:
      This builder for chaining.
    • hasLocale

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

      public LocaleStructure getLocale()
       Common LOCALE dependent properties.  [netex_framework/netex_utility/netex_utility_types.xsd at 137:52]
       
      .uk.org.netex.www.netex.LocaleStructure locale = 1344;
      Specified by:
      getLocale in interface ParkingTypeOrBuilder
      Returns:
      The locale.
    • setLocale

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

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

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

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

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

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

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

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

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

      public ParkingType.Builder setOperatingOrganisationView(Organisation_DerivedViewStructure.Builder builderForValue)
       Reference to OPERATOR of SITE - derived details can be included.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 238:92]
       
      .uk.org.netex.www.netex.Organisation_DerivedViewStructure operating_organisation_view = 1354;
    • mergeOperatingOrganisationView

      public ParkingType.Builder mergeOperatingOrganisationView(Organisation_DerivedViewStructure value)
       Reference to OPERATOR of SITE - derived details can be included.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 238:92]
       
      .uk.org.netex.www.netex.Organisation_DerivedViewStructure operating_organisation_view = 1354;
    • clearOperatingOrganisationView

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public Levels_RelStructure getLevels()
       LEVELs found within SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 249:72]
       
      .uk.org.netex.www.netex.Levels_RelStructure levels = 1371;
      Specified by:
      getLevels in interface ParkingTypeOrBuilder
      Returns:
      The levels.
    • setLevels

      public ParkingType.Builder setLevels(Levels_RelStructure value)
       LEVELs found within SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 249:72]
       
      .uk.org.netex.www.netex.Levels_RelStructure levels = 1371;
    • setLevels

      public ParkingType.Builder setLevels(Levels_RelStructure.Builder builderForValue)
       LEVELs found within SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 249:72]
       
      .uk.org.netex.www.netex.Levels_RelStructure levels = 1371;
    • mergeLevels

      public ParkingType.Builder mergeLevels(Levels_RelStructure value)
       LEVELs found within SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 249:72]
       
      .uk.org.netex.www.netex.Levels_RelStructure levels = 1371;
    • clearLevels

      public ParkingType.Builder clearLevels()
       LEVELs found within SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 249:72]
       
      .uk.org.netex.www.netex.Levels_RelStructure levels = 1371;
    • getLevelsBuilder

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

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

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

      public SiteEntrances_RelStructure getEntrances()
       Entrances to and within SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 254:82]
       
      .uk.org.netex.www.netex.SiteEntrances_RelStructure entrances = 1372;
      Specified by:
      getEntrances in interface ParkingTypeOrBuilder
      Returns:
      The entrances.
    • setEntrances

      public ParkingType.Builder setEntrances(SiteEntrances_RelStructure value)
       Entrances to and within SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 254:82]
       
      .uk.org.netex.www.netex.SiteEntrances_RelStructure entrances = 1372;
    • setEntrances

      public ParkingType.Builder setEntrances(SiteEntrances_RelStructure.Builder builderForValue)
       Entrances to and within SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 254:82]
       
      .uk.org.netex.www.netex.SiteEntrances_RelStructure entrances = 1372;
    • mergeEntrances

      public ParkingType.Builder mergeEntrances(SiteEntrances_RelStructure value)
       Entrances to and within SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 254:82]
       
      .uk.org.netex.www.netex.SiteEntrances_RelStructure entrances = 1372;
    • clearEntrances

      public ParkingType.Builder clearEntrances()
       Entrances to and within SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 254:82]
       
      .uk.org.netex.www.netex.SiteEntrances_RelStructure entrances = 1372;
    • getEntrancesBuilder

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

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

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

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

      public ParkingType.Builder setEquipmentPlaces(EquipmentPlaces_RelStructure value)
       EQUIPMENT PLACEs within SITE COMPONENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 46:90]
       
      .uk.org.netex.www.netex.EquipmentPlaces_RelStructure equipment_places = 1373;
    • setEquipmentPlaces

      public ParkingType.Builder setEquipmentPlaces(EquipmentPlaces_RelStructure.Builder builderForValue)
       EQUIPMENT PLACEs within SITE COMPONENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 46:90]
       
      .uk.org.netex.www.netex.EquipmentPlaces_RelStructure equipment_places = 1373;
    • mergeEquipmentPlaces

      public ParkingType.Builder mergeEquipmentPlaces(EquipmentPlaces_RelStructure value)
       EQUIPMENT PLACEs within SITE COMPONENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 46:90]
       
      .uk.org.netex.www.netex.EquipmentPlaces_RelStructure equipment_places = 1373;
    • clearEquipmentPlaces

      public ParkingType.Builder clearEquipmentPlaces()
       EQUIPMENT PLACEs within SITE COMPONENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 46:90]
       
      .uk.org.netex.www.netex.EquipmentPlaces_RelStructure equipment_places = 1373;
    • getEquipmentPlacesBuilder

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public SitePathLinks_RelStructure getPathLinks()
       PATH LINKs for SITE.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 155:82]
       
      .uk.org.netex.www.netex.SitePathLinks_RelStructure path_links = 1731;
      Specified by:
      getPathLinks in interface ParkingTypeOrBuilder
      Returns:
      The pathLinks.
    • clearPathLinks

      public ParkingType.Builder clearPathLinks()
       PATH LINKs for SITE.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 155:82]
       
      .uk.org.netex.www.netex.SitePathLinks_RelStructure path_links = 1731;
    • getPathLinksBuilder

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

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

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

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

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

      public ParkingType.Builder setPathJunctions(PathJunctions_RelStructure.Builder builderForValue)
       PATH JUNCTIONs within the SITE and or between the SITE elsewhere.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 160:86]
       
      .uk.org.netex.www.netex.PathJunctions_RelStructure path_junctions = 1732;
    • mergePathJunctions

      public ParkingType.Builder mergePathJunctions(PathJunctions_RelStructure value)
       PATH JUNCTIONs within the SITE and or between the SITE elsewhere.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 160:86]
       
      .uk.org.netex.www.netex.PathJunctions_RelStructure path_junctions = 1732;
    • clearPathJunctions

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

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

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

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

      public Accesses_RelStructure getAccesses()
       ACCESS links for SITE.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 165:76]
       
      .uk.org.netex.www.netex.Accesses_RelStructure accesses = 1733;
      Specified by:
      getAccesses in interface ParkingTypeOrBuilder
      Returns:
      The accesses.
    • setAccesses

      public ParkingType.Builder setAccesses(Accesses_RelStructure value)
       ACCESS links for SITE.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 165:76]
       
      .uk.org.netex.www.netex.Accesses_RelStructure accesses = 1733;
    • setAccesses

      public ParkingType.Builder setAccesses(Accesses_RelStructure.Builder builderForValue)
       ACCESS links for SITE.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 165:76]
       
      .uk.org.netex.www.netex.Accesses_RelStructure accesses = 1733;
    • mergeAccesses

      public ParkingType.Builder mergeAccesses(Accesses_RelStructure value)
       ACCESS links for SITE.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 165:76]
       
      .uk.org.netex.www.netex.Accesses_RelStructure accesses = 1733;
    • clearAccesses

      public ParkingType.Builder clearAccesses()
       ACCESS links for SITE.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 165:76]
       
      .uk.org.netex.www.netex.Accesses_RelStructure accesses = 1733;
    • getAccessesBuilder

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

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

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

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

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

      public ParkingType.Builder setNavigationPaths(NavigationPaths_RelStructure.Builder builderForValue)
       NAVIGATION PATHs within the SITE and or between the SITE elsewhere.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 170:90]
       
      .uk.org.netex.www.netex.NavigationPaths_RelStructure navigation_paths = 1734;
    • mergeNavigationPaths

      public ParkingType.Builder mergeNavigationPaths(NavigationPaths_RelStructure value)
       NAVIGATION PATHs within the SITE and or between the SITE elsewhere.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 170:90]
       
      .uk.org.netex.www.netex.NavigationPaths_RelStructure navigation_paths = 1734;
    • clearNavigationPaths

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

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

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

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

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

      public ParkingType.Builder setPublicCode(String value)
       Short public code for passengers to use when uniquely identifying the stop by SMS and other self-service channels.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 349:78]
       
      string public_code = 1741;
      Parameters:
      value - The publicCode to set.
      Returns:
      This builder for chaining.
    • clearPublicCode

      public ParkingType.Builder clearPublicCode()
       Short public code for passengers to use when uniquely identifying the stop by SMS and other self-service channels.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 349:78]
       
      string public_code = 1741;
      Returns:
      This builder for chaining.
    • setPublicCodeBytes

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

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

      public MultilingualString getLabel()
       Additional Label of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 185:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 1751;
      Specified by:
      getLabel in interface ParkingTypeOrBuilder
      Returns:
      The label.
    • setLabel

      public ParkingType.Builder setLabel(MultilingualString value)
       Additional Label of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 185:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 1751;
    • setLabel

      public ParkingType.Builder setLabel(MultilingualString.Builder builderForValue)
       Additional Label of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 185:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 1751;
    • mergeLabel

      public ParkingType.Builder mergeLabel(MultilingualString value)
       Additional Label of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 185:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 1751;
    • clearLabel

      public ParkingType.Builder clearLabel()
       Additional Label of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 185:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 1751;
    • getLabelBuilder

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

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

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

      public ParkingType.Builder setParkingTypeValue(int value)
       Type of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 190:80]
       
      .uk.org.netex.www.netex.ParkingTypeEnumeration parking_type = 1752;
      Parameters:
      value - The enum numeric value on the wire for parkingType to set.
      Returns:
      This builder for chaining.
    • getParkingType

      public ParkingTypeEnumeration getParkingType()
       Type of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 190:80]
       
      .uk.org.netex.www.netex.ParkingTypeEnumeration parking_type = 1752;
      Specified by:
      getParkingType in interface ParkingTypeOrBuilder
      Returns:
      The parkingType.
    • setParkingType

      public ParkingType.Builder setParkingType(ParkingTypeEnumeration value)
       Type of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 190:80]
       
      .uk.org.netex.www.netex.ParkingTypeEnumeration parking_type = 1752;
      Parameters:
      value - The parkingType to set.
      Returns:
      This builder for chaining.
    • clearParkingType

      public ParkingType.Builder clearParkingType()
       Type of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 190:80]
       
      .uk.org.netex.www.netex.ParkingTypeEnumeration parking_type = 1752;
      Returns:
      This builder for chaining.
    • hasTypeOfParkingRef

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

      public VersionOfObjectRefStructure getTypeOfParkingRef()
       Reference to a TYPE OF PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 571:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_parking_ref = 1844;
      Specified by:
      getTypeOfParkingRef in interface ParkingTypeOrBuilder
      Returns:
      The typeOfParkingRef.
    • setTypeOfParkingRef

      public ParkingType.Builder setTypeOfParkingRef(VersionOfObjectRefStructure value)
       Reference to a TYPE OF PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 571:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_parking_ref = 1844;
    • setTypeOfParkingRef

      public ParkingType.Builder setTypeOfParkingRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TYPE OF PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 571:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_parking_ref = 1844;
    • mergeTypeOfParkingRef

      public ParkingType.Builder mergeTypeOfParkingRef(VersionOfObjectRefStructure value)
       Reference to a TYPE OF PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 571:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_parking_ref = 1844;
    • clearTypeOfParkingRef

      public ParkingType.Builder clearTypeOfParkingRef()
       Reference to a TYPE OF PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 571:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_parking_ref = 1844;
    • getTypeOfParkingRefBuilder

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

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

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

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

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

      public ParkingType.Builder setParkingVehicleTypes(int index, ParkingVehicleEnumeration value)
       Types of Vehicle allowed in PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 196:98]
       
      repeated .uk.org.netex.www.netex.ParkingVehicleEnumeration parking_vehicle_types = 1753 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The parkingVehicleTypes to set.
      Returns:
      This builder for chaining.
    • addParkingVehicleTypes

      public ParkingType.Builder addParkingVehicleTypes(ParkingVehicleEnumeration value)
       Types of Vehicle allowed in PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 196:98]
       
      repeated .uk.org.netex.www.netex.ParkingVehicleEnumeration parking_vehicle_types = 1753 [packed = true];
      Parameters:
      value - The parkingVehicleTypes to add.
      Returns:
      This builder for chaining.
    • addAllParkingVehicleTypes

      public ParkingType.Builder addAllParkingVehicleTypes(Iterable<? extends ParkingVehicleEnumeration> values)
       Types of Vehicle allowed in PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 196:98]
       
      repeated .uk.org.netex.www.netex.ParkingVehicleEnumeration parking_vehicle_types = 1753 [packed = true];
      Parameters:
      values - The parkingVehicleTypes to add.
      Returns:
      This builder for chaining.
    • clearParkingVehicleTypes

      public ParkingType.Builder clearParkingVehicleTypes()
       Types of Vehicle allowed in PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 196:98]
       
      repeated .uk.org.netex.www.netex.ParkingVehicleEnumeration parking_vehicle_types = 1753 [packed = true];
      Returns:
      This builder for chaining.
    • getParkingVehicleTypesValueList

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

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

      public ParkingType.Builder setParkingVehicleTypesValue(int index, int value)
       Types of Vehicle allowed in PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 196:98]
       
      repeated .uk.org.netex.www.netex.ParkingVehicleEnumeration parking_vehicle_types = 1753 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for parkingVehicleTypes to set.
      Returns:
      This builder for chaining.
    • addParkingVehicleTypesValue

      public ParkingType.Builder addParkingVehicleTypesValue(int value)
       Types of Vehicle allowed in PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 196:98]
       
      repeated .uk.org.netex.www.netex.ParkingVehicleEnumeration parking_vehicle_types = 1753 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for parkingVehicleTypes to add.
      Returns:
      This builder for chaining.
    • addAllParkingVehicleTypesValue

      public ParkingType.Builder addAllParkingVehicleTypesValue(Iterable<Integer> values)
       Types of Vehicle allowed in PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 196:98]
       
      repeated .uk.org.netex.www.netex.ParkingVehicleEnumeration parking_vehicle_types = 1753 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for parkingVehicleTypes to add.
      Returns:
      This builder for chaining.
    • hasVehicleTypes

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

      public TransportTypeRefs_RelStructure getVehicleTypes()
       TRANSPORT TYPEs  that may use PARKING - open codes.  +v1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 201:89]
       
      .uk.org.netex.www.netex.TransportTypeRefs_RelStructure vehicle_types = 1845;
      Specified by:
      getVehicleTypes in interface ParkingTypeOrBuilder
      Returns:
      The vehicleTypes.
    • setVehicleTypes

      public ParkingType.Builder setVehicleTypes(TransportTypeRefs_RelStructure value)
       TRANSPORT TYPEs  that may use PARKING - open codes.  +v1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 201:89]
       
      .uk.org.netex.www.netex.TransportTypeRefs_RelStructure vehicle_types = 1845;
    • setVehicleTypes

      public ParkingType.Builder setVehicleTypes(TransportTypeRefs_RelStructure.Builder builderForValue)
       TRANSPORT TYPEs  that may use PARKING - open codes.  +v1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 201:89]
       
      .uk.org.netex.www.netex.TransportTypeRefs_RelStructure vehicle_types = 1845;
    • mergeVehicleTypes

      public ParkingType.Builder mergeVehicleTypes(TransportTypeRefs_RelStructure value)
       TRANSPORT TYPEs  that may use PARKING - open codes.  +v1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 201:89]
       
      .uk.org.netex.www.netex.TransportTypeRefs_RelStructure vehicle_types = 1845;
    • clearVehicleTypes

      public ParkingType.Builder clearVehicleTypes()
       TRANSPORT TYPEs  that may use PARKING - open codes.  +v1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 201:89]
       
      .uk.org.netex.www.netex.TransportTypeRefs_RelStructure vehicle_types = 1845;
    • getVehicleTypesBuilder

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

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

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

      public ParkingType.Builder setParkingLayoutValue(int value)
       Format of building.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 206:84]
       
      .uk.org.netex.www.netex.ParkingLayoutEnumeration parking_layout = 1754;
      Parameters:
      value - The enum numeric value on the wire for parkingLayout to set.
      Returns:
      This builder for chaining.
    • getParkingLayout

      public ParkingLayoutEnumeration getParkingLayout()
       Format of building.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 206:84]
       
      .uk.org.netex.www.netex.ParkingLayoutEnumeration parking_layout = 1754;
      Specified by:
      getParkingLayout in interface ParkingTypeOrBuilder
      Returns:
      The parkingLayout.
    • setParkingLayout

      public ParkingType.Builder setParkingLayout(ParkingLayoutEnumeration value)
       Format of building.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 206:84]
       
      .uk.org.netex.www.netex.ParkingLayoutEnumeration parking_layout = 1754;
      Parameters:
      value - The parkingLayout to set.
      Returns:
      This builder for chaining.
    • clearParkingLayout

      public ParkingType.Builder clearParkingLayout()
       Format of building.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 206:84]
       
      .uk.org.netex.www.netex.ParkingLayoutEnumeration parking_layout = 1754;
      Returns:
      This builder for chaining.
    • getNumberOfParkingLevels

      public int getNumberOfParkingLevels()
       Total number of levels.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 211:90]
       
      uint32 number_of_parking_levels = 1755;
      Specified by:
      getNumberOfParkingLevels in interface ParkingTypeOrBuilder
      Returns:
      The numberOfParkingLevels.
    • setNumberOfParkingLevels

      public ParkingType.Builder setNumberOfParkingLevels(int value)
       Total number of levels.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 211:90]
       
      uint32 number_of_parking_levels = 1755;
      Parameters:
      value - The numberOfParkingLevels to set.
      Returns:
      This builder for chaining.
    • clearNumberOfParkingLevels

      public ParkingType.Builder clearNumberOfParkingLevels()
       Total number of levels.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 211:90]
       
      uint32 number_of_parking_levels = 1755;
      Returns:
      This builder for chaining.
    • getPrincipalCapacity

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

      public ParkingType.Builder setPrincipalCapacity(int value)
       Number of parking places normamally available excluding special spaces, reserved spaces etc.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 216:86]
       
      uint32 principal_capacity = 1756;
      Parameters:
      value - The principalCapacity to set.
      Returns:
      This builder for chaining.
    • clearPrincipalCapacity

      public ParkingType.Builder clearPrincipalCapacity()
       Number of parking places normamally available excluding special spaces, reserved spaces etc.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 216:86]
       
      uint32 principal_capacity = 1756;
      Returns:
      This builder for chaining.
    • getTotalCapacity

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

      public ParkingType.Builder setTotalCapacity(int value)
       Total number of parking places including disabled spaces etc.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 221:82]
       
      uint32 total_capacity = 1757;
      Parameters:
      value - The totalCapacity to set.
      Returns:
      This builder for chaining.
    • clearTotalCapacity

      public ParkingType.Builder clearTotalCapacity()
       Total number of parking places including disabled spaces etc.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 221:82]
       
      uint32 total_capacity = 1757;
      Returns:
      This builder for chaining.
    • getOvernightParkingPermitted

      public boolean getOvernightParkingPermitted()
       Whether Overnight Parking is permitted.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 226:83]
       
      bool overnight_parking_permitted = 1758;
      Specified by:
      getOvernightParkingPermitted in interface ParkingTypeOrBuilder
      Returns:
      The overnightParkingPermitted.
    • setOvernightParkingPermitted

      public ParkingType.Builder setOvernightParkingPermitted(boolean value)
       Whether Overnight Parking is permitted.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 226:83]
       
      bool overnight_parking_permitted = 1758;
      Parameters:
      value - The overnightParkingPermitted to set.
      Returns:
      This builder for chaining.
    • clearOvernightParkingPermitted

      public ParkingType.Builder clearOvernightParkingPermitted()
       Whether Overnight Parking is permitted.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 226:83]
       
      bool overnight_parking_permitted = 1758;
      Returns:
      This builder for chaining.
    • getProhibitedForHazardousMaterials

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

      public ParkingType.Builder setProhibitedForHazardousMaterials(boolean value)
       Whether parking of vehicles containing hazardous materials is prohibited. Default is true.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 231:104]
       
      bool prohibited_for_hazardous_materials = 1759;
      Parameters:
      value - The prohibitedForHazardousMaterials to set.
      Returns:
      This builder for chaining.
    • clearProhibitedForHazardousMaterials

      public ParkingType.Builder clearProhibitedForHazardousMaterials()
       Whether parking of vehicles containing hazardous materials is prohibited. Default is true.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 231:104]
       
      bool prohibited_for_hazardous_materials = 1759;
      Returns:
      This builder for chaining.
    • getRechargingAvailable

      public boolean getRechargingAvailable()
       Whether car park has recharging points.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 236:77]
       
      bool recharging_available = 1760;
      Specified by:
      getRechargingAvailable in interface ParkingTypeOrBuilder
      Returns:
      The rechargingAvailable.
    • setRechargingAvailable

      public ParkingType.Builder setRechargingAvailable(boolean value)
       Whether car park has recharging points.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 236:77]
       
      bool recharging_available = 1760;
      Parameters:
      value - The rechargingAvailable to set.
      Returns:
      This builder for chaining.
    • clearRechargingAvailable

      public ParkingType.Builder clearRechargingAvailable()
       Whether car park has recharging points.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 236:77]
       
      bool recharging_available = 1760;
      Returns:
      This builder for chaining.
    • getSecure

      public boolean getSecure()
       Whether Parking is offered as secure.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 241:64]
       
      bool secure = 1761;
      Specified by:
      getSecure in interface ParkingTypeOrBuilder
      Returns:
      The secure.
    • setSecure

      public ParkingType.Builder setSecure(boolean value)
       Whether Parking is offered as secure.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 241:64]
       
      bool secure = 1761;
      Parameters:
      value - The secure to set.
      Returns:
      This builder for chaining.
    • clearSecure

      public ParkingType.Builder clearSecure()
       Whether Parking is offered as secure.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 241:64]
       
      bool secure = 1761;
      Returns:
      This builder for chaining.
    • getRealTimeOccupancyAvailable

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

      public ParkingType.Builder setRealTimeOccupancyAvailable(boolean value)
       Whether Real-time occupancy data is normally available.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 246:84]
       
      bool real_time_occupancy_available = 1762;
      Parameters:
      value - The realTimeOccupancyAvailable to set.
      Returns:
      This builder for chaining.
    • clearRealTimeOccupancyAvailable

      public ParkingType.Builder clearRealTimeOccupancyAvailable()
       Whether Real-time occupancy data is normally available.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 246:84]
       
      bool real_time_occupancy_available = 1762;
      Returns:
      This builder for chaining.
    • getParkingPaymentProcessList

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

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

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

      public ParkingType.Builder setParkingPaymentProcess(int index, ParkingPaymentProcessEnumeration value)
       Payment Process for use of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 287:107]
       
      repeated .uk.org.netex.www.netex.ParkingPaymentProcessEnumeration parking_payment_process = 1771 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The parkingPaymentProcess to set.
      Returns:
      This builder for chaining.
    • addParkingPaymentProcess

      public ParkingType.Builder addParkingPaymentProcess(ParkingPaymentProcessEnumeration value)
       Payment Process for use of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 287:107]
       
      repeated .uk.org.netex.www.netex.ParkingPaymentProcessEnumeration parking_payment_process = 1771 [packed = true];
      Parameters:
      value - The parkingPaymentProcess to add.
      Returns:
      This builder for chaining.
    • addAllParkingPaymentProcess

      public ParkingType.Builder addAllParkingPaymentProcess(Iterable<? extends ParkingPaymentProcessEnumeration> values)
       Payment Process for use of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 287:107]
       
      repeated .uk.org.netex.www.netex.ParkingPaymentProcessEnumeration parking_payment_process = 1771 [packed = true];
      Parameters:
      values - The parkingPaymentProcess to add.
      Returns:
      This builder for chaining.
    • clearParkingPaymentProcess

      public ParkingType.Builder clearParkingPaymentProcess()
       Payment Process for use of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 287:107]
       
      repeated .uk.org.netex.www.netex.ParkingPaymentProcessEnumeration parking_payment_process = 1771 [packed = true];
      Returns:
      This builder for chaining.
    • getParkingPaymentProcessValueList

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

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

      public ParkingType.Builder setParkingPaymentProcessValue(int index, int value)
       Payment Process for use of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 287:107]
       
      repeated .uk.org.netex.www.netex.ParkingPaymentProcessEnumeration parking_payment_process = 1771 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for parkingPaymentProcess to set.
      Returns:
      This builder for chaining.
    • addParkingPaymentProcessValue

      public ParkingType.Builder addParkingPaymentProcessValue(int value)
       Payment Process for use of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 287:107]
       
      repeated .uk.org.netex.www.netex.ParkingPaymentProcessEnumeration parking_payment_process = 1771 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for parkingPaymentProcess to add.
      Returns:
      This builder for chaining.
    • addAllParkingPaymentProcessValue

      public ParkingType.Builder addAllParkingPaymentProcessValue(Iterable<Integer> values)
       Payment Process for use of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 287:107]
       
      repeated .uk.org.netex.www.netex.ParkingPaymentProcessEnumeration parking_payment_process = 1771 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for parkingPaymentProcess to add.
      Returns:
      This builder for chaining.
    • getPaymentMethodsList

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

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

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

      public ParkingType.Builder setPaymentMethods(int index, PaymentMethodEnumeration value)
       Method of Payment for use of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 292:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 1772 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The paymentMethods to set.
      Returns:
      This builder for chaining.
    • addPaymentMethods

      public ParkingType.Builder addPaymentMethods(PaymentMethodEnumeration value)
       Method of Payment for use of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 292:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 1772 [packed = true];
      Parameters:
      value - The paymentMethods to add.
      Returns:
      This builder for chaining.
    • addAllPaymentMethods

      public ParkingType.Builder addAllPaymentMethods(Iterable<? extends PaymentMethodEnumeration> values)
       Method of Payment for use of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 292:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 1772 [packed = true];
      Parameters:
      values - The paymentMethods to add.
      Returns:
      This builder for chaining.
    • clearPaymentMethods

      public ParkingType.Builder clearPaymentMethods()
       Method of Payment for use of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 292:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 1772 [packed = true];
      Returns:
      This builder for chaining.
    • getPaymentMethodsValueList

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

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

      public ParkingType.Builder setPaymentMethodsValue(int index, int value)
       Method of Payment for use of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 292:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 1772 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for paymentMethods to set.
      Returns:
      This builder for chaining.
    • addPaymentMethodsValue

      public ParkingType.Builder addPaymentMethodsValue(int value)
       Method of Payment for use of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 292:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 1772 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for paymentMethods to add.
      Returns:
      This builder for chaining.
    • addAllPaymentMethodsValue

      public ParkingType.Builder addAllPaymentMethodsValue(Iterable<Integer> values)
       Method of Payment for use of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 292:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 1772 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for paymentMethods to add.
      Returns:
      This builder for chaining.
    • hasTypesOfPaymentMethod

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

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

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

      public ParkingType.Builder setTypesOfPaymentMethod(TypeOfPaymentMethodRefs_RelStructure.Builder builderForValue)
       Method of Payment - open values.  =V1.1  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 297:103]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethodRefs_RelStructure types_of_payment_method = 1773;
    • mergeTypesOfPaymentMethod

      public ParkingType.Builder mergeTypesOfPaymentMethod(TypeOfPaymentMethodRefs_RelStructure value)
       Method of Payment - open values.  =V1.1  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 297:103]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethodRefs_RelStructure types_of_payment_method = 1773;
    • clearTypesOfPaymentMethod

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

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

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

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

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

      public ParkingType.Builder setDefaultCurrency(String value)
       Default Currency for payment.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 302:74]
       
      string default_currency = 1774;
      Parameters:
      value - The defaultCurrency to set.
      Returns:
      This builder for chaining.
    • clearDefaultCurrency

      public ParkingType.Builder clearDefaultCurrency()
       Default Currency for payment.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 302:74]
       
      string default_currency = 1774;
      Returns:
      This builder for chaining.
    • setDefaultCurrencyBytes

      public ParkingType.Builder setDefaultCurrencyBytes(com.google.protobuf.ByteString value)
       Default Currency for payment.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 302:74]
       
      string default_currency = 1774;
      Parameters:
      value - The bytes for defaultCurrency to set.
      Returns:
      This builder for chaining.
    • getCurrenciesAcceptedList

      public com.google.protobuf.ProtocolStringList getCurrenciesAcceptedList()
       Currencies accepted.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 307:91]
       
      repeated string currencies_accepted = 1775;
      Specified by:
      getCurrenciesAcceptedList in interface ParkingTypeOrBuilder
      Returns:
      A list containing the currenciesAccepted.
    • getCurrenciesAcceptedCount

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

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

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

      public ParkingType.Builder setCurrenciesAccepted(int index, String value)
       Currencies accepted.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 307:91]
       
      repeated string currencies_accepted = 1775;
      Parameters:
      index - The index to set the value at.
      value - The currenciesAccepted to set.
      Returns:
      This builder for chaining.
    • addCurrenciesAccepted

      public ParkingType.Builder addCurrenciesAccepted(String value)
       Currencies accepted.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 307:91]
       
      repeated string currencies_accepted = 1775;
      Parameters:
      value - The currenciesAccepted to add.
      Returns:
      This builder for chaining.
    • addAllCurrenciesAccepted

      public ParkingType.Builder addAllCurrenciesAccepted(Iterable<String> values)
       Currencies accepted.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 307:91]
       
      repeated string currencies_accepted = 1775;
      Parameters:
      values - The currenciesAccepted to add.
      Returns:
      This builder for chaining.
    • clearCurrenciesAccepted

      public ParkingType.Builder clearCurrenciesAccepted()
       Currencies accepted.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 307:91]
       
      repeated string currencies_accepted = 1775;
      Returns:
      This builder for chaining.
    • addCurrenciesAcceptedBytes

      public ParkingType.Builder addCurrenciesAcceptedBytes(com.google.protobuf.ByteString value)
       Currencies accepted.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 307:91]
       
      repeated string currencies_accepted = 1775;
      Parameters:
      value - The bytes of the currenciesAccepted to add.
      Returns:
      This builder for chaining.
    • getCardsAccepted

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

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

      public ParkingType.Builder setCardsAccepted(String value)
       Cards accepted.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 312:72]
       
      string cards_accepted = 1776;
      Parameters:
      value - The cardsAccepted to set.
      Returns:
      This builder for chaining.
    • clearCardsAccepted

      public ParkingType.Builder clearCardsAccepted()
       Cards accepted.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 312:72]
       
      string cards_accepted = 1776;
      Returns:
      This builder for chaining.
    • setCardsAcceptedBytes

      public ParkingType.Builder setCardsAcceptedBytes(com.google.protobuf.ByteString value)
       Cards accepted.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 312:72]
       
      string cards_accepted = 1776;
      Parameters:
      value - The bytes for cardsAccepted to set.
      Returns:
      This builder for chaining.
    • getParkingReservationValue

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

      public ParkingType.Builder setParkingReservationValue(int value)
       Reservation facilities for PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 317:94]
       
      .uk.org.netex.www.netex.ParkingReservationEnumeration parking_reservation = 1777;
      Parameters:
      value - The enum numeric value on the wire for parkingReservation to set.
      Returns:
      This builder for chaining.
    • getParkingReservation

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

      public ParkingType.Builder setParkingReservation(ParkingReservationEnumeration value)
       Reservation facilities for PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 317:94]
       
      .uk.org.netex.www.netex.ParkingReservationEnumeration parking_reservation = 1777;
      Parameters:
      value - The parkingReservation to set.
      Returns:
      This builder for chaining.
    • clearParkingReservation

      public ParkingType.Builder clearParkingReservation()
       Reservation facilities for PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 317:94]
       
      .uk.org.netex.www.netex.ParkingReservationEnumeration parking_reservation = 1777;
      Returns:
      This builder for chaining.
    • getBookingUrl

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

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

      public ParkingType.Builder setBookingUrl(String value)
       URL to make booking.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 322:67]
       
      string booking_url = 1778;
      Parameters:
      value - The bookingUrl to set.
      Returns:
      This builder for chaining.
    • clearBookingUrl

      public ParkingType.Builder clearBookingUrl()
       URL to make booking.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 322:67]
       
      string booking_url = 1778;
      Returns:
      This builder for chaining.
    • setBookingUrlBytes

      public ParkingType.Builder setBookingUrlBytes(com.google.protobuf.ByteString value)
       URL to make booking.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 322:67]
       
      string booking_url = 1778;
      Parameters:
      value - The bytes for bookingUrl to set.
      Returns:
      This builder for chaining.
    • hasPaymentByMobile

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

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

      public ParkingType.Builder setPaymentByMobile(PaymentByMobileStructure value)
       How to make payment by phone.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 327:86]
       
      .uk.org.netex.www.netex.PaymentByMobileStructure payment_by_mobile = 1779;
    • setPaymentByMobile

      public ParkingType.Builder setPaymentByMobile(PaymentByMobileStructure.Builder builderForValue)
       How to make payment by phone.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 327:86]
       
      .uk.org.netex.www.netex.PaymentByMobileStructure payment_by_mobile = 1779;
    • mergePaymentByMobile

      public ParkingType.Builder mergePaymentByMobile(PaymentByMobileStructure value)
       How to make payment by phone.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 327:86]
       
      .uk.org.netex.www.netex.PaymentByMobileStructure payment_by_mobile = 1779;
    • clearPaymentByMobile

      public ParkingType.Builder clearPaymentByMobile()
       How to make payment by phone.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 327:86]
       
      .uk.org.netex.www.netex.PaymentByMobileStructure payment_by_mobile = 1779;
    • getPaymentByMobileBuilder

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

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

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

      public ParkingType.Builder setFreeParkingOutOfHours(boolean value)
       Whether there is free parking out of hours.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 332:94]
       
      bool free_parking_out_of_hours = 1780;
      Parameters:
      value - The freeParkingOutOfHours to set.
      Returns:
      This builder for chaining.
    • clearFreeParkingOutOfHours

      public ParkingType.Builder clearFreeParkingOutOfHours()
       Whether there is free parking out of hours.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 332:94]
       
      bool free_parking_out_of_hours = 1780;
      Returns:
      This builder for chaining.
    • hasParkingProperties

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

      public ParkingProperties_RelStructure getParkingProperties()
       Properties of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 258:94]
       
      .uk.org.netex.www.netex.ParkingProperties_RelStructure parking_properties = 1791;
      Specified by:
      getParkingProperties in interface ParkingTypeOrBuilder
      Returns:
      The parkingProperties.
    • setParkingProperties

      public ParkingType.Builder setParkingProperties(ParkingProperties_RelStructure value)
       Properties of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 258:94]
       
      .uk.org.netex.www.netex.ParkingProperties_RelStructure parking_properties = 1791;
    • setParkingProperties

      public ParkingType.Builder setParkingProperties(ParkingProperties_RelStructure.Builder builderForValue)
       Properties of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 258:94]
       
      .uk.org.netex.www.netex.ParkingProperties_RelStructure parking_properties = 1791;
    • mergeParkingProperties

      public ParkingType.Builder mergeParkingProperties(ParkingProperties_RelStructure value)
       Properties of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 258:94]
       
      .uk.org.netex.www.netex.ParkingProperties_RelStructure parking_properties = 1791;
    • clearParkingProperties

      public ParkingType.Builder clearParkingProperties()
       Properties of PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 258:94]
       
      .uk.org.netex.www.netex.ParkingProperties_RelStructure parking_properties = 1791;
    • getParkingPropertiesBuilder

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

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

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

      public ParkingAreas_RelStructure getParkingAreas()
       PARKING AREAs within PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 263:84]
       
      .uk.org.netex.www.netex.ParkingAreas_RelStructure parking_areas = 1792;
      Specified by:
      getParkingAreas in interface ParkingTypeOrBuilder
      Returns:
      The parkingAreas.
    • setParkingAreas

      public ParkingType.Builder setParkingAreas(ParkingAreas_RelStructure value)
       PARKING AREAs within PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 263:84]
       
      .uk.org.netex.www.netex.ParkingAreas_RelStructure parking_areas = 1792;
    • setParkingAreas

      public ParkingType.Builder setParkingAreas(ParkingAreas_RelStructure.Builder builderForValue)
       PARKING AREAs within PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 263:84]
       
      .uk.org.netex.www.netex.ParkingAreas_RelStructure parking_areas = 1792;
    • mergeParkingAreas

      public ParkingType.Builder mergeParkingAreas(ParkingAreas_RelStructure value)
       PARKING AREAs within PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 263:84]
       
      .uk.org.netex.www.netex.ParkingAreas_RelStructure parking_areas = 1792;
    • clearParkingAreas

      public ParkingType.Builder clearParkingAreas()
       PARKING AREAs within PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 263:84]
       
      .uk.org.netex.www.netex.ParkingAreas_RelStructure parking_areas = 1792;
    • getParkingAreasBuilder

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

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

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

      public ParkingEntrancesForVehicles_RelStructure getVehicleEntrances()
       VEHICLE ENTRANCEs within PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 275:103]
       
      .uk.org.netex.www.netex.ParkingEntrancesForVehicles_RelStructure vehicle_entrances = 1801;
      Specified by:
      getVehicleEntrances in interface ParkingTypeOrBuilder
      Returns:
      The vehicleEntrances.
    • setVehicleEntrances

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

      public ParkingType.Builder setVehicleEntrances(ParkingEntrancesForVehicles_RelStructure.Builder builderForValue)
       VEHICLE ENTRANCEs within PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 275:103]
       
      .uk.org.netex.www.netex.ParkingEntrancesForVehicles_RelStructure vehicle_entrances = 1801;
    • mergeVehicleEntrances

      public ParkingType.Builder mergeVehicleEntrances(ParkingEntrancesForVehicles_RelStructure value)
       VEHICLE ENTRANCEs within PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 275:103]
       
      .uk.org.netex.www.netex.ParkingEntrancesForVehicles_RelStructure vehicle_entrances = 1801;
    • clearVehicleEntrances

      public ParkingType.Builder clearVehicleEntrances()
       VEHICLE ENTRANCEs within PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 275:103]
       
      .uk.org.netex.www.netex.ParkingEntrancesForVehicles_RelStructure vehicle_entrances = 1801;
    • getVehicleEntrancesBuilder

      public ParkingEntrancesForVehicles_RelStructure.Builder getVehicleEntrancesBuilder()
       VEHICLE ENTRANCEs within PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 275:103]
       
      .uk.org.netex.www.netex.ParkingEntrancesForVehicles_RelStructure vehicle_entrances = 1801;
    • getVehicleEntrancesOrBuilder

      public ParkingEntrancesForVehicles_RelStructureOrBuilder getVehicleEntrancesOrBuilder()
       VEHICLE ENTRANCEs within PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 275:103]
       
      .uk.org.netex.www.netex.ParkingEntrancesForVehicles_RelStructure vehicle_entrances = 1801;
      Specified by:
      getVehicleEntrancesOrBuilder in interface ParkingTypeOrBuilder
    • getId

      public String getId()
       Identifier of ENTITY.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 134:67]
       
      string id = 1841;
      Specified by:
      getId in interface ParkingTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 134:67]
       
      string id = 1841;
      Specified by:
      getIdBytes in interface ParkingTypeOrBuilder
      Returns:
      The bytes for id.
    • setId

      public ParkingType.Builder setId(String value)
       Identifier of ENTITY.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 134:67]
       
      string id = 1841;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      public ParkingType.Builder clearId()
       Identifier of ENTITY.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 134:67]
       
      string id = 1841;
      Returns:
      This builder for chaining.
    • setIdBytes

      public ParkingType.Builder setIdBytes(com.google.protobuf.ByteString value)
       Identifier of ENTITY.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 134:67]
       
      string id = 1841;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • hasOrganisationRef

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

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

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

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

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

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

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

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

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

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

      public ParkingType.Builder setOtherOrganisationRef(VersionOfObjectRefStructure value)
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 1346;
    • setOtherOrganisationRef

      public ParkingType.Builder setOtherOrganisationRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 1346;
    • mergeOtherOrganisationRef

      public ParkingType.Builder mergeOtherOrganisationRef(VersionOfObjectRefStructure value)
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 1346;
    • clearOtherOrganisationRef

      public ParkingType.Builder clearOtherOrganisationRef()
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 1346;
    • getOtherOrganisationRefBuilder

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

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

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

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

      public ParkingType.Builder setTravelAgentRef(VersionOfObjectRefStructure value)
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 1347;
    • setTravelAgentRef

      public ParkingType.Builder setTravelAgentRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 1347;
    • mergeTravelAgentRef

      public ParkingType.Builder mergeTravelAgentRef(VersionOfObjectRefStructure value)
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 1347;
    • clearTravelAgentRef

      public ParkingType.Builder clearTravelAgentRef()
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 1347;
    • getTravelAgentRefBuilder

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

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

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

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

      public ParkingType.Builder setServicedOrganisationRef(VersionOfObjectRefStructure value)
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 1348;
    • setServicedOrganisationRef

      public ParkingType.Builder setServicedOrganisationRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 1348;
    • mergeServicedOrganisationRef

      public ParkingType.Builder mergeServicedOrganisationRef(VersionOfObjectRefStructure value)
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 1348;
    • clearServicedOrganisationRef

      public ParkingType.Builder clearServicedOrganisationRef()
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 1348;
    • getServicedOrganisationRefBuilder

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

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

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

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

      public ParkingType.Builder setManagementAgentRef(VersionOfObjectRefStructure value)
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 1349;
    • setManagementAgentRef

      public ParkingType.Builder setManagementAgentRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 1349;
    • mergeManagementAgentRef

      public ParkingType.Builder mergeManagementAgentRef(VersionOfObjectRefStructure value)
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 1349;
    • clearManagementAgentRef

      public ParkingType.Builder clearManagementAgentRef()
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 1349;
    • getManagementAgentRefBuilder

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

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

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

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

      public ParkingType.Builder setGeneralOrganisationRef(VersionOfObjectRefStructure value)
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 1350;
    • setGeneralOrganisationRef

      public ParkingType.Builder setGeneralOrganisationRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 1350;
    • mergeGeneralOrganisationRef

      public ParkingType.Builder mergeGeneralOrganisationRef(VersionOfObjectRefStructure value)
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 1350;
    • clearGeneralOrganisationRef

      public ParkingType.Builder clearGeneralOrganisationRef()
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 1350;
    • getGeneralOrganisationRefBuilder

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public ParkingType.Builder setRetailConsortiumRef(VersionOfObjectRefStructure value)
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 1353;
    • setRetailConsortiumRef

      public ParkingType.Builder setRetailConsortiumRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 1353;
    • mergeRetailConsortiumRef

      public ParkingType.Builder mergeRetailConsortiumRef(VersionOfObjectRefStructure value)
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 1353;
    • clearRetailConsortiumRef

      public ParkingType.Builder clearRetailConsortiumRef()
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 1353;
    • getRetailConsortiumRefBuilder

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

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

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

      public VersionOfObjectRefStructure getOnlineServiceOperatorRef()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 1843;
      Specified by:
      getOnlineServiceOperatorRef in interface ParkingTypeOrBuilder
      Returns:
      The onlineServiceOperatorRef.
    • setOnlineServiceOperatorRef

      public ParkingType.Builder setOnlineServiceOperatorRef(VersionOfObjectRefStructure value)
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 1843;
    • setOnlineServiceOperatorRef

      public ParkingType.Builder setOnlineServiceOperatorRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 1843;
    • mergeOnlineServiceOperatorRef

      public ParkingType.Builder mergeOnlineServiceOperatorRef(VersionOfObjectRefStructure value)
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 1843;
    • clearOnlineServiceOperatorRef

      public ParkingType.Builder clearOnlineServiceOperatorRef()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 1843;
    • getOnlineServiceOperatorRefBuilder

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

      public VersionOfObjectRefStructureOrBuilder getOnlineServiceOperatorRefOrBuilder()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 1843;
      Specified by:
      getOnlineServiceOperatorRefOrBuilder in interface ParkingTypeOrBuilder