Class SimpleFeatureType.Builder

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

public static final class SimpleFeatureType.Builder extends com.google.protobuf.GeneratedMessage.Builder<SimpleFeatureType.Builder> implements SimpleFeatureTypeOrBuilder
 An abstract representation of elementary objects related to the spatial representation of the network POINTs (0-dimensional objects), LINKs (1-dimensional objects) and ZONEs (2-dimensional objects) may be viewed as SIMPLE FEATUREs.  [netex_framework/netex_genericFramework/netex_spatialFeature_version.xsd at 90:88]
 
Protobuf type uk.org.netex.www.netex.SimpleFeatureType
  • 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<SimpleFeatureType.Builder>
    • clear

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

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

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

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

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

      public SimpleFeatureType.Builder mergeFrom(SimpleFeatureType other)
    • isInitialized

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

      public SimpleFeatureType.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<SimpleFeatureType.Builder>
      Throws:
      IOException
    • getZoneRefStructureCase

      public SimpleFeatureType.ZoneRefStructureCase getZoneRefStructureCase()
      Specified by:
      getZoneRefStructureCase in interface SimpleFeatureTypeOrBuilder
    • clearZoneRefStructure

      public SimpleFeatureType.Builder clearZoneRefStructure()
    • 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 SimpleFeatureTypeOrBuilder
      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 SimpleFeatureTypeOrBuilder
      Returns:
      The created.
    • setCreated

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

      public SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureTypeOrBuilder
    • 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 SimpleFeatureTypeOrBuilder
      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 SimpleFeatureTypeOrBuilder
      Returns:
      The bytes for version.
    • setVersion

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

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

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

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

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

      public SimpleFeatureType.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 = 462;
      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 = 463;
      Specified by:
      getDerivedFromObjectRef in interface SimpleFeatureTypeOrBuilder
      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 = 463;
      Specified by:
      getDerivedFromObjectRefBytes in interface SimpleFeatureTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public SimpleFeatureType.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 = 463;
      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 SimpleFeatureTypeOrBuilder
      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 SimpleFeatureTypeOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

      public SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureTypeOrBuilder
    • 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 SimpleFeatureTypeOrBuilder
    • 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 SimpleFeatureTypeOrBuilder
    • 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 SimpleFeatureTypeOrBuilder
    • setValidBetween

      public SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureTypeOrBuilder
    • 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 SimpleFeatureTypeOrBuilder
    • 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 SimpleFeatureTypeOrBuilder
      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 SimpleFeatureTypeOrBuilder
      Returns:
      The alternativeTexts.
    • setAlternativeTexts

      public SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureTypeOrBuilder
    • 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 SimpleFeatureTypeOrBuilder
      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 SimpleFeatureTypeOrBuilder
      Returns:
      The keyList.
    • setKeyList

      public SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureTypeOrBuilder
    • 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 SimpleFeatureTypeOrBuilder
      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 SimpleFeatureTypeOrBuilder
      Returns:
      The extensions.
    • setExtensions

      public SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureTypeOrBuilder
    • 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 SimpleFeatureTypeOrBuilder
      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 SimpleFeatureTypeOrBuilder
      Returns:
      The brandingRef.
    • setBrandingRef

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

      public SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureTypeOrBuilder
    • 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 SimpleFeatureTypeOrBuilder
      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 SimpleFeatureTypeOrBuilder
      Returns:
      The name.
    • setName

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

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

       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 SimpleFeatureType.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 SimpleFeatureTypeOrBuilder
    • 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 SimpleFeatureTypeOrBuilder
      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 SimpleFeatureTypeOrBuilder
      Returns:
      The shortName.
    • setShortName

      public SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureTypeOrBuilder
    • 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 SimpleFeatureTypeOrBuilder
      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 SimpleFeatureTypeOrBuilder
      Returns:
      The description.
    • setDescription

      public SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureTypeOrBuilder
    • 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 SimpleFeatureTypeOrBuilder
      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 SimpleFeatureTypeOrBuilder
      Returns:
      The purposeOfGroupingRef.
    • setPurposeOfGroupingRef

      public SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureTypeOrBuilder
    • 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 SimpleFeatureTypeOrBuilder
      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 SimpleFeatureTypeOrBuilder
      Returns:
      The privateCode.
    • setPrivateCode

      public SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureType.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 SimpleFeatureTypeOrBuilder
    • 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.SimpleFeatureType.InfoLinksType info_links = 166;
      Specified by:
      hasInfoLinks in interface SimpleFeatureTypeOrBuilder
      Returns:
      Whether the infoLinks field is set.
    • getInfoLinks

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

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

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

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

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

      public SimpleFeatureType.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.SimpleFeatureType.InfoLinksType info_links = 166;
    • getInfoLinksOrBuilder

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

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

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

       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 SimpleFeatureType.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 SimpleFeatureTypeOrBuilder
    • getId

      public String getId()
       [netex_framework/netex_genericFramework/netex_spatialFeature_version.xsd at 114:59]
       
      string id = 451;
      Specified by:
      getId in interface SimpleFeatureTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       [netex_framework/netex_genericFramework/netex_spatialFeature_version.xsd at 114:59]
       
      string id = 451;
      Specified by:
      getIdBytes in interface SimpleFeatureTypeOrBuilder
      Returns:
      The bytes for id.
    • setId

      public SimpleFeatureType.Builder setId(String value)
       [netex_framework/netex_genericFramework/netex_spatialFeature_version.xsd at 114:59]
       
      string id = 451;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      public SimpleFeatureType.Builder clearId()
       [netex_framework/netex_genericFramework/netex_spatialFeature_version.xsd at 114:59]
       
      string id = 451;
      Returns:
      This builder for chaining.
    • setIdBytes

      public SimpleFeatureType.Builder setIdBytes(com.google.protobuf.ByteString value)
       [netex_framework/netex_genericFramework/netex_spatialFeature_version.xsd at 114:59]
       
      string id = 451;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • hasMobilityServiceConstraintZoneRef

      public boolean hasMobilityServiceConstraintZoneRef()
       Reference to an MOBILITY SERVICE CONSTRAINT ZONE. +v1.2.2  [netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd at 83:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure mobility_service_constraint_zone_ref = 428;
      Specified by:
      hasMobilityServiceConstraintZoneRef in interface SimpleFeatureTypeOrBuilder
      Returns:
      Whether the mobilityServiceConstraintZoneRef field is set.
    • getMobilityServiceConstraintZoneRef

      public VersionOfObjectRefStructure getMobilityServiceConstraintZoneRef()
       Reference to an MOBILITY SERVICE CONSTRAINT ZONE. +v1.2.2  [netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd at 83:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure mobility_service_constraint_zone_ref = 428;
      Specified by:
      getMobilityServiceConstraintZoneRef in interface SimpleFeatureTypeOrBuilder
      Returns:
      The mobilityServiceConstraintZoneRef.
    • setMobilityServiceConstraintZoneRef

      public SimpleFeatureType.Builder setMobilityServiceConstraintZoneRef(VersionOfObjectRefStructure value)
       Reference to an MOBILITY SERVICE CONSTRAINT ZONE. +v1.2.2  [netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd at 83:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure mobility_service_constraint_zone_ref = 428;
    • setMobilityServiceConstraintZoneRef

      public SimpleFeatureType.Builder setMobilityServiceConstraintZoneRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to an MOBILITY SERVICE CONSTRAINT ZONE. +v1.2.2  [netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd at 83:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure mobility_service_constraint_zone_ref = 428;
    • mergeMobilityServiceConstraintZoneRef

      public SimpleFeatureType.Builder mergeMobilityServiceConstraintZoneRef(VersionOfObjectRefStructure value)
       Reference to an MOBILITY SERVICE CONSTRAINT ZONE. +v1.2.2  [netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd at 83:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure mobility_service_constraint_zone_ref = 428;
    • clearMobilityServiceConstraintZoneRef

      public SimpleFeatureType.Builder clearMobilityServiceConstraintZoneRef()
       Reference to an MOBILITY SERVICE CONSTRAINT ZONE. +v1.2.2  [netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd at 83:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure mobility_service_constraint_zone_ref = 428;
    • getMobilityServiceConstraintZoneRefBuilder

      public VersionOfObjectRefStructure.Builder getMobilityServiceConstraintZoneRefBuilder()
       Reference to an MOBILITY SERVICE CONSTRAINT ZONE. +v1.2.2  [netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd at 83:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure mobility_service_constraint_zone_ref = 428;
    • getMobilityServiceConstraintZoneRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getMobilityServiceConstraintZoneRefOrBuilder()
       Reference to an MOBILITY SERVICE CONSTRAINT ZONE. +v1.2.2  [netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd at 83:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure mobility_service_constraint_zone_ref = 428;
      Specified by:
      getMobilityServiceConstraintZoneRefOrBuilder in interface SimpleFeatureTypeOrBuilder
    • hasZoneRef

      public boolean hasZoneRef()
       Reference to a ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 63:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure zone_ref = 431;
      Specified by:
      hasZoneRef in interface SimpleFeatureTypeOrBuilder
      Returns:
      Whether the zoneRef field is set.
    • getZoneRef

      public VersionOfObjectRefStructure getZoneRef()
       Reference to a ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 63:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure zone_ref = 431;
      Specified by:
      getZoneRef in interface SimpleFeatureTypeOrBuilder
      Returns:
      The zoneRef.
    • setZoneRef

       Reference to a ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 63:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure zone_ref = 431;
    • setZoneRef

       Reference to a ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 63:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure zone_ref = 431;
    • mergeZoneRef

       Reference to a ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 63:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure zone_ref = 431;
    • clearZoneRef

      public SimpleFeatureType.Builder clearZoneRef()
       Reference to a ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 63:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure zone_ref = 431;
    • getZoneRefBuilder

      public VersionOfObjectRefStructure.Builder getZoneRefBuilder()
       Reference to a ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 63:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure zone_ref = 431;
    • getZoneRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getZoneRefOrBuilder()
       Reference to a ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 63:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure zone_ref = 431;
      Specified by:
      getZoneRefOrBuilder in interface SimpleFeatureTypeOrBuilder
    • hasTariffZoneRef

      public boolean hasTariffZoneRef()
       Reference to a TARIFF ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 99:71]
       
      .uk.org.netex.www.netex.TariffZoneRefType tariff_zone_ref = 432;
      Specified by:
      hasTariffZoneRef in interface SimpleFeatureTypeOrBuilder
      Returns:
      Whether the tariffZoneRef field is set.
    • getTariffZoneRef

      public TariffZoneRefType getTariffZoneRef()
       Reference to a TARIFF ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 99:71]
       
      .uk.org.netex.www.netex.TariffZoneRefType tariff_zone_ref = 432;
      Specified by:
      getTariffZoneRef in interface SimpleFeatureTypeOrBuilder
      Returns:
      The tariffZoneRef.
    • setTariffZoneRef

      public SimpleFeatureType.Builder setTariffZoneRef(TariffZoneRefType value)
       Reference to a TARIFF ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 99:71]
       
      .uk.org.netex.www.netex.TariffZoneRefType tariff_zone_ref = 432;
    • setTariffZoneRef

      public SimpleFeatureType.Builder setTariffZoneRef(TariffZoneRefType.Builder builderForValue)
       Reference to a TARIFF ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 99:71]
       
      .uk.org.netex.www.netex.TariffZoneRefType tariff_zone_ref = 432;
    • mergeTariffZoneRef

      public SimpleFeatureType.Builder mergeTariffZoneRef(TariffZoneRefType value)
       Reference to a TARIFF ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 99:71]
       
      .uk.org.netex.www.netex.TariffZoneRefType tariff_zone_ref = 432;
    • clearTariffZoneRef

      public SimpleFeatureType.Builder clearTariffZoneRef()
       Reference to a TARIFF ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 99:71]
       
      .uk.org.netex.www.netex.TariffZoneRefType tariff_zone_ref = 432;
    • getTariffZoneRefBuilder

      public TariffZoneRefType.Builder getTariffZoneRefBuilder()
       Reference to a TARIFF ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 99:71]
       
      .uk.org.netex.www.netex.TariffZoneRefType tariff_zone_ref = 432;
    • getTariffZoneRefOrBuilder

      public TariffZoneRefTypeOrBuilder getTariffZoneRefOrBuilder()
       Reference to a TARIFF ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 99:71]
       
      .uk.org.netex.www.netex.TariffZoneRefType tariff_zone_ref = 432;
      Specified by:
      getTariffZoneRefOrBuilder in interface SimpleFeatureTypeOrBuilder
    • hasAdministrativeZoneRef

      public boolean hasAdministrativeZoneRef()
       Reference to an ADMINISTRATIVE ZONE.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 164:72]
       
      .uk.org.netex.www.netex.AdministrativeZoneRefType administrative_zone_ref = 433;
      Specified by:
      hasAdministrativeZoneRef in interface SimpleFeatureTypeOrBuilder
      Returns:
      Whether the administrativeZoneRef field is set.
    • getAdministrativeZoneRef

      public AdministrativeZoneRefType getAdministrativeZoneRef()
       Reference to an ADMINISTRATIVE ZONE.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 164:72]
       
      .uk.org.netex.www.netex.AdministrativeZoneRefType administrative_zone_ref = 433;
      Specified by:
      getAdministrativeZoneRef in interface SimpleFeatureTypeOrBuilder
      Returns:
      The administrativeZoneRef.
    • setAdministrativeZoneRef

      public SimpleFeatureType.Builder setAdministrativeZoneRef(AdministrativeZoneRefType value)
       Reference to an ADMINISTRATIVE ZONE.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 164:72]
       
      .uk.org.netex.www.netex.AdministrativeZoneRefType administrative_zone_ref = 433;
    • setAdministrativeZoneRef

      public SimpleFeatureType.Builder setAdministrativeZoneRef(AdministrativeZoneRefType.Builder builderForValue)
       Reference to an ADMINISTRATIVE ZONE.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 164:72]
       
      .uk.org.netex.www.netex.AdministrativeZoneRefType administrative_zone_ref = 433;
    • mergeAdministrativeZoneRef

      public SimpleFeatureType.Builder mergeAdministrativeZoneRef(AdministrativeZoneRefType value)
       Reference to an ADMINISTRATIVE ZONE.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 164:72]
       
      .uk.org.netex.www.netex.AdministrativeZoneRefType administrative_zone_ref = 433;
    • clearAdministrativeZoneRef

      public SimpleFeatureType.Builder clearAdministrativeZoneRef()
       Reference to an ADMINISTRATIVE ZONE.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 164:72]
       
      .uk.org.netex.www.netex.AdministrativeZoneRefType administrative_zone_ref = 433;
    • getAdministrativeZoneRefBuilder

      public AdministrativeZoneRefType.Builder getAdministrativeZoneRefBuilder()
       Reference to an ADMINISTRATIVE ZONE.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 164:72]
       
      .uk.org.netex.www.netex.AdministrativeZoneRefType administrative_zone_ref = 433;
    • getAdministrativeZoneRefOrBuilder

      public AdministrativeZoneRefTypeOrBuilder getAdministrativeZoneRefOrBuilder()
       Reference to an ADMINISTRATIVE ZONE.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 164:72]
       
      .uk.org.netex.www.netex.AdministrativeZoneRefType administrative_zone_ref = 433;
      Specified by:
      getAdministrativeZoneRefOrBuilder in interface SimpleFeatureTypeOrBuilder
    • hasTransportAdministrativeZoneRef

      public boolean hasTransportAdministrativeZoneRef()
       Reference to a TRANSPORT ADMINISTRATIVE ZONE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 368:81]
       
      .uk.org.netex.www.netex.TransportAdministrativeZoneRefType transport_administrative_zone_ref = 434;
      Specified by:
      hasTransportAdministrativeZoneRef in interface SimpleFeatureTypeOrBuilder
      Returns:
      Whether the transportAdministrativeZoneRef field is set.
    • getTransportAdministrativeZoneRef

      public TransportAdministrativeZoneRefType getTransportAdministrativeZoneRef()
       Reference to a TRANSPORT ADMINISTRATIVE ZONE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 368:81]
       
      .uk.org.netex.www.netex.TransportAdministrativeZoneRefType transport_administrative_zone_ref = 434;
      Specified by:
      getTransportAdministrativeZoneRef in interface SimpleFeatureTypeOrBuilder
      Returns:
      The transportAdministrativeZoneRef.
    • setTransportAdministrativeZoneRef

      public SimpleFeatureType.Builder setTransportAdministrativeZoneRef(TransportAdministrativeZoneRefType value)
       Reference to a TRANSPORT ADMINISTRATIVE ZONE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 368:81]
       
      .uk.org.netex.www.netex.TransportAdministrativeZoneRefType transport_administrative_zone_ref = 434;
    • setTransportAdministrativeZoneRef

      public SimpleFeatureType.Builder setTransportAdministrativeZoneRef(TransportAdministrativeZoneRefType.Builder builderForValue)
       Reference to a TRANSPORT ADMINISTRATIVE ZONE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 368:81]
       
      .uk.org.netex.www.netex.TransportAdministrativeZoneRefType transport_administrative_zone_ref = 434;
    • mergeTransportAdministrativeZoneRef

      public SimpleFeatureType.Builder mergeTransportAdministrativeZoneRef(TransportAdministrativeZoneRefType value)
       Reference to a TRANSPORT ADMINISTRATIVE ZONE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 368:81]
       
      .uk.org.netex.www.netex.TransportAdministrativeZoneRefType transport_administrative_zone_ref = 434;
    • clearTransportAdministrativeZoneRef

      public SimpleFeatureType.Builder clearTransportAdministrativeZoneRef()
       Reference to a TRANSPORT ADMINISTRATIVE ZONE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 368:81]
       
      .uk.org.netex.www.netex.TransportAdministrativeZoneRefType transport_administrative_zone_ref = 434;
    • getTransportAdministrativeZoneRefBuilder

      public TransportAdministrativeZoneRefType.Builder getTransportAdministrativeZoneRefBuilder()
       Reference to a TRANSPORT ADMINISTRATIVE ZONE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 368:81]
       
      .uk.org.netex.www.netex.TransportAdministrativeZoneRefType transport_administrative_zone_ref = 434;
    • getTransportAdministrativeZoneRefOrBuilder

      public TransportAdministrativeZoneRefTypeOrBuilder getTransportAdministrativeZoneRefOrBuilder()
       Reference to a TRANSPORT ADMINISTRATIVE ZONE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 368:81]
       
      .uk.org.netex.www.netex.TransportAdministrativeZoneRefType transport_administrative_zone_ref = 434;
      Specified by:
      getTransportAdministrativeZoneRefOrBuilder in interface SimpleFeatureTypeOrBuilder
    • hasAccessZoneRef

      public boolean hasAccessZoneRef()
       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 274:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_zone_ref = 435;
      Specified by:
      hasAccessZoneRef in interface SimpleFeatureTypeOrBuilder
      Returns:
      Whether the accessZoneRef field is set.
    • getAccessZoneRef

      public VersionOfObjectRefStructure getAccessZoneRef()
       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 274:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_zone_ref = 435;
      Specified by:
      getAccessZoneRef in interface SimpleFeatureTypeOrBuilder
      Returns:
      The accessZoneRef.
    • setAccessZoneRef

      public SimpleFeatureType.Builder setAccessZoneRef(VersionOfObjectRefStructure value)
       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 274:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_zone_ref = 435;
    • setAccessZoneRef

      public SimpleFeatureType.Builder setAccessZoneRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 274:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_zone_ref = 435;
    • mergeAccessZoneRef

      public SimpleFeatureType.Builder mergeAccessZoneRef(VersionOfObjectRefStructure value)
       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 274:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_zone_ref = 435;
    • clearAccessZoneRef

      public SimpleFeatureType.Builder clearAccessZoneRef()
       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 274:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_zone_ref = 435;
    • getAccessZoneRefBuilder

      public VersionOfObjectRefStructure.Builder getAccessZoneRefBuilder()
       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 274:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_zone_ref = 435;
    • getAccessZoneRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getAccessZoneRefOrBuilder()
       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 274:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_zone_ref = 435;
      Specified by:
      getAccessZoneRefOrBuilder in interface SimpleFeatureTypeOrBuilder
    • hasStopAreaRef

      public boolean hasStopAreaRef()
       Reference to a STOP AREA.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 335:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_area_ref = 436;
      Specified by:
      hasStopAreaRef in interface SimpleFeatureTypeOrBuilder
      Returns:
      Whether the stopAreaRef field is set.
    • getStopAreaRef

      public VersionOfObjectRefStructure getStopAreaRef()
       Reference to a STOP AREA.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 335:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_area_ref = 436;
      Specified by:
      getStopAreaRef in interface SimpleFeatureTypeOrBuilder
      Returns:
      The stopAreaRef.
    • setStopAreaRef

       Reference to a STOP AREA.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 335:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_area_ref = 436;
    • setStopAreaRef

      public SimpleFeatureType.Builder setStopAreaRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a STOP AREA.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 335:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_area_ref = 436;
    • mergeStopAreaRef

      public SimpleFeatureType.Builder mergeStopAreaRef(VersionOfObjectRefStructure value)
       Reference to a STOP AREA.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 335:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_area_ref = 436;
    • clearStopAreaRef

      public SimpleFeatureType.Builder clearStopAreaRef()
       Reference to a STOP AREA.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 335:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_area_ref = 436;
    • getStopAreaRefBuilder

      public VersionOfObjectRefStructure.Builder getStopAreaRefBuilder()
       Reference to a STOP AREA.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 335:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_area_ref = 436;
    • getStopAreaRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getStopAreaRefOrBuilder()
       Reference to a STOP AREA.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 335:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_area_ref = 436;
      Specified by:
      getStopAreaRefOrBuilder in interface SimpleFeatureTypeOrBuilder
    • hasFareZoneRef

      public boolean hasFareZoneRef()
       Reference to a FARE ZONE.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 200:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_zone_ref = 437;
      Specified by:
      hasFareZoneRef in interface SimpleFeatureTypeOrBuilder
      Returns:
      Whether the fareZoneRef field is set.
    • getFareZoneRef

      public VersionOfObjectRefStructure getFareZoneRef()
       Reference to a FARE ZONE.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 200:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_zone_ref = 437;
      Specified by:
      getFareZoneRef in interface SimpleFeatureTypeOrBuilder
      Returns:
      The fareZoneRef.
    • setFareZoneRef

       Reference to a FARE ZONE.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 200:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_zone_ref = 437;
    • setFareZoneRef

      public SimpleFeatureType.Builder setFareZoneRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a FARE ZONE.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 200:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_zone_ref = 437;
    • mergeFareZoneRef

      public SimpleFeatureType.Builder mergeFareZoneRef(VersionOfObjectRefStructure value)
       Reference to a FARE ZONE.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 200:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_zone_ref = 437;
    • clearFareZoneRef

      public SimpleFeatureType.Builder clearFareZoneRef()
       Reference to a FARE ZONE.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 200:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_zone_ref = 437;
    • getFareZoneRefBuilder

      public VersionOfObjectRefStructure.Builder getFareZoneRefBuilder()
       Reference to a FARE ZONE.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 200:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_zone_ref = 437;
    • getFareZoneRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getFareZoneRefOrBuilder()
       Reference to a FARE ZONE.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 200:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_zone_ref = 437;
      Specified by:
      getFareZoneRefOrBuilder in interface SimpleFeatureTypeOrBuilder