Class ComplexFeatureProjectionType.Builder

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

public static final class ComplexFeatureProjectionType.Builder extends com.google.protobuf.GeneratedMessage.Builder<ComplexFeatureProjectionType.Builder> implements ComplexFeatureProjectionTypeOrBuilder
 An oriented correspondence:  from one COMPLEX FEATURE in the source layer, onto an entity in a target layer: e.g. POINT, COMPLEX FEATURE,  within a defined TYPE OF PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 363:95]
 
Protobuf type uk.org.netex.www.netex.ComplexFeatureProjectionType
  • 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<ComplexFeatureProjectionType.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<ComplexFeatureProjectionType.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<ComplexFeatureProjectionType.Builder>
    • getDefaultInstanceForType

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

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

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

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

    • isInitialized

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

      public ComplexFeatureProjectionType.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<ComplexFeatureProjectionType.Builder>
      Throws:
      IOException
    • getGroupOfPointsRefStructureCase

      public ComplexFeatureProjectionType.GroupOfPointsRefStructureCase getGroupOfPointsRefStructureCase()
      Specified by:
      getGroupOfPointsRefStructureCase in interface ComplexFeatureProjectionTypeOrBuilder
    • clearGroupOfPointsRefStructure

      public ComplexFeatureProjectionType.Builder clearGroupOfPointsRefStructure()
    • 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 ComplexFeatureProjectionTypeOrBuilder
      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 ComplexFeatureProjectionTypeOrBuilder
      Returns:
      The created.
    • setCreated

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

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

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

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

       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Parameters:
      value - The status to set.
      Returns:
      This builder for chaining.
    • clearStatus

       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Returns:
      This builder for chaining.
    • getDerivedFromVersionRef

      public String getDerivedFromVersionRef()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 313;
      Specified by:
      getDerivedFromVersionRef in interface ComplexFeatureProjectionTypeOrBuilder
      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 = 313;
      Specified by:
      getDerivedFromVersionRefBytes in interface ComplexFeatureProjectionTypeOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • setDerivedFromVersionRef

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

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

      public ComplexFeatureProjectionType.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 = 313;
      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 = 314;
      Specified by:
      getDerivedFromObjectRef in interface ComplexFeatureProjectionTypeOrBuilder
      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 = 314;
      Specified by:
      getDerivedFromObjectRefBytes in interface ComplexFeatureProjectionTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public ComplexFeatureProjectionType.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 = 314;
      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 ComplexFeatureProjectionTypeOrBuilder
      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 ComplexFeatureProjectionTypeOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
    • setValidityConditions

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

       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 ComplexFeatureProjectionType.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 ComplexFeatureProjectionTypeOrBuilder
    • 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 ComplexFeatureProjectionTypeOrBuilder
    • 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 ComplexFeatureProjectionTypeOrBuilder
    • 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 ComplexFeatureProjectionTypeOrBuilder
    • setValidBetween

      public ComplexFeatureProjectionType.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 ComplexFeatureProjectionType.Builder setValidBetween(int index, ValidBetweenType.Builder builderForValue)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • addValidBetween

       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • addValidBetween

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

       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
    • setAlternativeTexts

       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
    • mergeAlternativeTexts

       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
    • clearAlternativeTexts

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

       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
    • setKeyList

       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
    • mergeKeyList

       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
    • clearKeyList

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

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

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

       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 ComplexFeatureProjectionType.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 ComplexFeatureProjectionTypeOrBuilder
    • 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 ComplexFeatureProjectionTypeOrBuilder
      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 ComplexFeatureProjectionTypeOrBuilder
      Returns:
      The brandingRef.
    • setBrandingRef

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

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

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

      public ComplexFeatureProjectionType.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 ComplexFeatureProjectionTypeOrBuilder
    • getOrder

      public int getOrder()
       Order of Order in which to process PROJECTION.   [netex_framework/netex_genericFramework/netex_projection_version.xsd at 93:60]
       
      uint32 order = 101 [(.buf.validate.field) = { ... }
      Specified by:
      getOrder in interface ComplexFeatureProjectionTypeOrBuilder
      Returns:
      The order.
    • setOrder

      public ComplexFeatureProjectionType.Builder setOrder(int value)
       Order of Order in which to process PROJECTION.   [netex_framework/netex_genericFramework/netex_projection_version.xsd at 93:60]
       
      uint32 order = 101 [(.buf.validate.field) = { ... }
      Parameters:
      value - The order to set.
      Returns:
      This builder for chaining.
    • clearOrder

       Order of Order in which to process PROJECTION.   [netex_framework/netex_genericFramework/netex_projection_version.xsd at 93:60]
       
      uint32 order = 101 [(.buf.validate.field) = { ... }
      Returns:
      This builder for chaining.
    • hasTypeOfProjectionRef

      public boolean hasTypeOfProjectionRef()
       Type of PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 108:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_projection_ref = 161;
      Specified by:
      hasTypeOfProjectionRef in interface ComplexFeatureProjectionTypeOrBuilder
      Returns:
      Whether the typeOfProjectionRef field is set.
    • getTypeOfProjectionRef

      public VersionOfObjectRefStructure getTypeOfProjectionRef()
       Type of PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 108:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_projection_ref = 161;
      Specified by:
      getTypeOfProjectionRef in interface ComplexFeatureProjectionTypeOrBuilder
      Returns:
      The typeOfProjectionRef.
    • setTypeOfProjectionRef

       Type of PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 108:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_projection_ref = 161;
    • setTypeOfProjectionRef

      public ComplexFeatureProjectionType.Builder setTypeOfProjectionRef(VersionOfObjectRefStructure.Builder builderForValue)
       Type of PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 108:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_projection_ref = 161;
    • mergeTypeOfProjectionRef

      public ComplexFeatureProjectionType.Builder mergeTypeOfProjectionRef(VersionOfObjectRefStructure value)
       Type of PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 108:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_projection_ref = 161;
    • clearTypeOfProjectionRef

      public ComplexFeatureProjectionType.Builder clearTypeOfProjectionRef()
       Type of PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 108:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_projection_ref = 161;
    • getTypeOfProjectionRefBuilder

      public VersionOfObjectRefStructure.Builder getTypeOfProjectionRefBuilder()
       Type of PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 108:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_projection_ref = 161;
    • getTypeOfProjectionRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTypeOfProjectionRefOrBuilder()
       Type of PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 108:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_projection_ref = 161;
      Specified by:
      getTypeOfProjectionRefOrBuilder in interface ComplexFeatureProjectionTypeOrBuilder
    • hasName

      public boolean hasName()
       Description of PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 113:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 162;
      Specified by:
      hasName in interface ComplexFeatureProjectionTypeOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Description of PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 113:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 162;
      Specified by:
      getName in interface ComplexFeatureProjectionTypeOrBuilder
      Returns:
      The name.
    • setName

       Description of PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 113:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 162;
    • setName

       Description of PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 113:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 162;
    • mergeName

       Description of PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 113:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 162;
    • clearName

       Description of PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 113:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 162;
    • getNameBuilder

      public MultilingualString.Builder getNameBuilder()
       Description of PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 113:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 162;
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Description of PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 113:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 162;
      Specified by:
      getNameOrBuilder in interface ComplexFeatureProjectionTypeOrBuilder
    • hasProjectedFeartureRef

      public boolean hasProjectedFeartureRef()
       COMPLEX FEATURE which is being projetced.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 410:79]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure projected_fearture_ref = 281;
      Specified by:
      hasProjectedFeartureRef in interface ComplexFeatureProjectionTypeOrBuilder
      Returns:
      Whether the projectedFeartureRef field is set.
    • getProjectedFeartureRef

      public VersionOfObjectRefStructure getProjectedFeartureRef()
       COMPLEX FEATURE which is being projetced.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 410:79]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure projected_fearture_ref = 281;
      Specified by:
      getProjectedFeartureRef in interface ComplexFeatureProjectionTypeOrBuilder
      Returns:
      The projectedFeartureRef.
    • setProjectedFeartureRef

      public ComplexFeatureProjectionType.Builder setProjectedFeartureRef(VersionOfObjectRefStructure value)
       COMPLEX FEATURE which is being projetced.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 410:79]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure projected_fearture_ref = 281;
    • setProjectedFeartureRef

      public ComplexFeatureProjectionType.Builder setProjectedFeartureRef(VersionOfObjectRefStructure.Builder builderForValue)
       COMPLEX FEATURE which is being projetced.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 410:79]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure projected_fearture_ref = 281;
    • mergeProjectedFeartureRef

      public ComplexFeatureProjectionType.Builder mergeProjectedFeartureRef(VersionOfObjectRefStructure value)
       COMPLEX FEATURE which is being projetced.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 410:79]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure projected_fearture_ref = 281;
    • clearProjectedFeartureRef

      public ComplexFeatureProjectionType.Builder clearProjectedFeartureRef()
       COMPLEX FEATURE which is being projetced.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 410:79]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure projected_fearture_ref = 281;
    • getProjectedFeartureRefBuilder

      public VersionOfObjectRefStructure.Builder getProjectedFeartureRefBuilder()
       COMPLEX FEATURE which is being projetced.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 410:79]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure projected_fearture_ref = 281;
    • getProjectedFeartureRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getProjectedFeartureRefOrBuilder()
       COMPLEX FEATURE which is being projetced.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 410:79]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure projected_fearture_ref = 281;
      Specified by:
      getProjectedFeartureRefOrBuilder in interface ComplexFeatureProjectionTypeOrBuilder
    • hasOntoFeatureRef

      public boolean hasOntoFeatureRef()
       COMPLEX FEATURE onto which projection is being made.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 415:87]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onto_feature_ref = 282;
      Specified by:
      hasOntoFeatureRef in interface ComplexFeatureProjectionTypeOrBuilder
      Returns:
      Whether the ontoFeatureRef field is set.
    • getOntoFeatureRef

      public VersionOfObjectRefStructure getOntoFeatureRef()
       COMPLEX FEATURE onto which projection is being made.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 415:87]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onto_feature_ref = 282;
      Specified by:
      getOntoFeatureRef in interface ComplexFeatureProjectionTypeOrBuilder
      Returns:
      The ontoFeatureRef.
    • setOntoFeatureRef

       COMPLEX FEATURE onto which projection is being made.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 415:87]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onto_feature_ref = 282;
    • setOntoFeatureRef

       COMPLEX FEATURE onto which projection is being made.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 415:87]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onto_feature_ref = 282;
    • mergeOntoFeatureRef

       COMPLEX FEATURE onto which projection is being made.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 415:87]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onto_feature_ref = 282;
    • clearOntoFeatureRef

      public ComplexFeatureProjectionType.Builder clearOntoFeatureRef()
       COMPLEX FEATURE onto which projection is being made.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 415:87]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onto_feature_ref = 282;
    • getOntoFeatureRefBuilder

      public VersionOfObjectRefStructure.Builder getOntoFeatureRefBuilder()
       COMPLEX FEATURE onto which projection is being made.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 415:87]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onto_feature_ref = 282;
    • getOntoFeatureRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getOntoFeatureRefOrBuilder()
       COMPLEX FEATURE onto which projection is being made.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 415:87]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onto_feature_ref = 282;
      Specified by:
      getOntoFeatureRefOrBuilder in interface ComplexFeatureProjectionTypeOrBuilder
    • getPointRefList

       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      repeated .uk.org.netex.www.netex.PointRefStructure_ChoiceWrapper_PointRefStructure point_ref = 283;
      Specified by:
      getPointRefList in interface ComplexFeatureProjectionTypeOrBuilder
    • getPointRefCount

      public int getPointRefCount()
       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      repeated .uk.org.netex.www.netex.PointRefStructure_ChoiceWrapper_PointRefStructure point_ref = 283;
      Specified by:
      getPointRefCount in interface ComplexFeatureProjectionTypeOrBuilder
    • getPointRef

      public PointRefStructure_ChoiceWrapper_PointRefStructure getPointRef(int index)
       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      repeated .uk.org.netex.www.netex.PointRefStructure_ChoiceWrapper_PointRefStructure point_ref = 283;
      Specified by:
      getPointRef in interface ComplexFeatureProjectionTypeOrBuilder
    • setPointRef

       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      repeated .uk.org.netex.www.netex.PointRefStructure_ChoiceWrapper_PointRefStructure point_ref = 283;
    • setPointRef

       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      repeated .uk.org.netex.www.netex.PointRefStructure_ChoiceWrapper_PointRefStructure point_ref = 283;
    • addPointRef

       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      repeated .uk.org.netex.www.netex.PointRefStructure_ChoiceWrapper_PointRefStructure point_ref = 283;
    • addPointRef

       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      repeated .uk.org.netex.www.netex.PointRefStructure_ChoiceWrapper_PointRefStructure point_ref = 283;
    • addPointRef

       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      repeated .uk.org.netex.www.netex.PointRefStructure_ChoiceWrapper_PointRefStructure point_ref = 283;
    • addPointRef

       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      repeated .uk.org.netex.www.netex.PointRefStructure_ChoiceWrapper_PointRefStructure point_ref = 283;
    • addAllPointRef

       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      repeated .uk.org.netex.www.netex.PointRefStructure_ChoiceWrapper_PointRefStructure point_ref = 283;
    • clearPointRef

      public ComplexFeatureProjectionType.Builder clearPointRef()
       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      repeated .uk.org.netex.www.netex.PointRefStructure_ChoiceWrapper_PointRefStructure point_ref = 283;
    • removePointRef

      public ComplexFeatureProjectionType.Builder removePointRef(int index)
       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      repeated .uk.org.netex.www.netex.PointRefStructure_ChoiceWrapper_PointRefStructure point_ref = 283;
    • getPointRefBuilder

      public PointRefStructure_ChoiceWrapper_PointRefStructure.Builder getPointRefBuilder(int index)
       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      repeated .uk.org.netex.www.netex.PointRefStructure_ChoiceWrapper_PointRefStructure point_ref = 283;
    • getPointRefOrBuilder

      public PointRefStructure_ChoiceWrapper_PointRefStructureOrBuilder getPointRefOrBuilder(int index)
       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      repeated .uk.org.netex.www.netex.PointRefStructure_ChoiceWrapper_PointRefStructure point_ref = 283;
      Specified by:
      getPointRefOrBuilder in interface ComplexFeatureProjectionTypeOrBuilder
    • getPointRefOrBuilderList

      public List<? extends PointRefStructure_ChoiceWrapper_PointRefStructureOrBuilder> getPointRefOrBuilderList()
       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      repeated .uk.org.netex.www.netex.PointRefStructure_ChoiceWrapper_PointRefStructure point_ref = 283;
      Specified by:
      getPointRefOrBuilderList in interface ComplexFeatureProjectionTypeOrBuilder
    • addPointRefBuilder

       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      repeated .uk.org.netex.www.netex.PointRefStructure_ChoiceWrapper_PointRefStructure point_ref = 283;
    • addPointRefBuilder

      public PointRefStructure_ChoiceWrapper_PointRefStructure.Builder addPointRefBuilder(int index)
       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      repeated .uk.org.netex.www.netex.PointRefStructure_ChoiceWrapper_PointRefStructure point_ref = 283;
    • getPointRefBuilderList

       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      repeated .uk.org.netex.www.netex.PointRefStructure_ChoiceWrapper_PointRefStructure point_ref = 283;
    • hasFeatures

      public boolean hasFeatures()
       COMPLEX FEATURES in PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 421:86]
       
      .uk.org.netex.www.netex.ComplexFeatureRefs_RelStructure features = 298;
      Specified by:
      hasFeatures in interface ComplexFeatureProjectionTypeOrBuilder
      Returns:
      Whether the features field is set.
    • getFeatures

      public ComplexFeatureRefs_RelStructure getFeatures()
       COMPLEX FEATURES in PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 421:86]
       
      .uk.org.netex.www.netex.ComplexFeatureRefs_RelStructure features = 298;
      Specified by:
      getFeatures in interface ComplexFeatureProjectionTypeOrBuilder
      Returns:
      The features.
    • setFeatures

       COMPLEX FEATURES in PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 421:86]
       
      .uk.org.netex.www.netex.ComplexFeatureRefs_RelStructure features = 298;
    • setFeatures

       COMPLEX FEATURES in PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 421:86]
       
      .uk.org.netex.www.netex.ComplexFeatureRefs_RelStructure features = 298;
    • mergeFeatures

       COMPLEX FEATURES in PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 421:86]
       
      .uk.org.netex.www.netex.ComplexFeatureRefs_RelStructure features = 298;
    • clearFeatures

      public ComplexFeatureProjectionType.Builder clearFeatures()
       COMPLEX FEATURES in PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 421:86]
       
      .uk.org.netex.www.netex.ComplexFeatureRefs_RelStructure features = 298;
    • getFeaturesBuilder

      public ComplexFeatureRefs_RelStructure.Builder getFeaturesBuilder()
       COMPLEX FEATURES in PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 421:86]
       
      .uk.org.netex.www.netex.ComplexFeatureRefs_RelStructure features = 298;
    • getFeaturesOrBuilder

      public ComplexFeatureRefs_RelStructureOrBuilder getFeaturesOrBuilder()
       COMPLEX FEATURES in PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 421:86]
       
      .uk.org.netex.www.netex.ComplexFeatureRefs_RelStructure features = 298;
      Specified by:
      getFeaturesOrBuilder in interface ComplexFeatureProjectionTypeOrBuilder
    • getId

      public String getId()
       [netex_framework/netex_genericFramework/netex_projection_version.xsd at 388:70]
       
      string id = 331;
      Specified by:
      getId in interface ComplexFeatureProjectionTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       [netex_framework/netex_genericFramework/netex_projection_version.xsd at 388:70]
       
      string id = 331;
      Specified by:
      getIdBytes in interface ComplexFeatureProjectionTypeOrBuilder
      Returns:
      The bytes for id.
    • setId

       [netex_framework/netex_genericFramework/netex_projection_version.xsd at 388:70]
       
      string id = 331;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

       [netex_framework/netex_genericFramework/netex_projection_version.xsd at 388:70]
       
      string id = 331;
      Returns:
      This builder for chaining.
    • setIdBytes

      public ComplexFeatureProjectionType.Builder setIdBytes(com.google.protobuf.ByteString value)
       [netex_framework/netex_genericFramework/netex_projection_version.xsd at 388:70]
       
      string id = 331;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • hasSpatialFeatureRef

      public boolean hasSpatialFeatureRef()
       Reference to a SPATIAL FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 57:90]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure spatial_feature_ref = 163;
      Specified by:
      hasSpatialFeatureRef in interface ComplexFeatureProjectionTypeOrBuilder
      Returns:
      Whether the spatialFeatureRef field is set.
    • getSpatialFeatureRef

      public GroupOfEntitiesRefStructure getSpatialFeatureRef()
       Reference to a SPATIAL FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 57:90]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure spatial_feature_ref = 163;
      Specified by:
      getSpatialFeatureRef in interface ComplexFeatureProjectionTypeOrBuilder
      Returns:
      The spatialFeatureRef.
    • setSpatialFeatureRef

       Reference to a SPATIAL FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 57:90]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure spatial_feature_ref = 163;
    • setSpatialFeatureRef

      public ComplexFeatureProjectionType.Builder setSpatialFeatureRef(GroupOfEntitiesRefStructure.Builder builderForValue)
       Reference to a SPATIAL FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 57:90]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure spatial_feature_ref = 163;
    • mergeSpatialFeatureRef

       Reference to a SPATIAL FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 57:90]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure spatial_feature_ref = 163;
    • clearSpatialFeatureRef

      public ComplexFeatureProjectionType.Builder clearSpatialFeatureRef()
       Reference to a SPATIAL FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 57:90]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure spatial_feature_ref = 163;
    • getSpatialFeatureRefBuilder

      public GroupOfEntitiesRefStructure.Builder getSpatialFeatureRefBuilder()
       Reference to a SPATIAL FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 57:90]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure spatial_feature_ref = 163;
    • getSpatialFeatureRefOrBuilder

      public GroupOfEntitiesRefStructureOrBuilder getSpatialFeatureRefOrBuilder()
       Reference to a SPATIAL FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 57:90]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure spatial_feature_ref = 163;
      Specified by:
      getSpatialFeatureRefOrBuilder in interface ComplexFeatureProjectionTypeOrBuilder
    • hasSimpleFeatureRef

      public boolean hasSimpleFeatureRef()
       Reference to a SIMPLE FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 69:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure simple_feature_ref = 164;
      Specified by:
      hasSimpleFeatureRef in interface ComplexFeatureProjectionTypeOrBuilder
      Returns:
      Whether the simpleFeatureRef field is set.
    • getSimpleFeatureRef

      public VersionOfObjectRefStructure getSimpleFeatureRef()
       Reference to a SIMPLE FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 69:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure simple_feature_ref = 164;
      Specified by:
      getSimpleFeatureRef in interface ComplexFeatureProjectionTypeOrBuilder
      Returns:
      The simpleFeatureRef.
    • setSimpleFeatureRef

       Reference to a SIMPLE FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 69:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure simple_feature_ref = 164;
    • setSimpleFeatureRef

      public ComplexFeatureProjectionType.Builder setSimpleFeatureRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a SIMPLE FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 69:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure simple_feature_ref = 164;
    • mergeSimpleFeatureRef

       Reference to a SIMPLE FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 69:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure simple_feature_ref = 164;
    • clearSimpleFeatureRef

      public ComplexFeatureProjectionType.Builder clearSimpleFeatureRef()
       Reference to a SIMPLE FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 69:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure simple_feature_ref = 164;
    • getSimpleFeatureRefBuilder

      public VersionOfObjectRefStructure.Builder getSimpleFeatureRefBuilder()
       Reference to a SIMPLE FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 69:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure simple_feature_ref = 164;
    • getSimpleFeatureRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getSimpleFeatureRefOrBuilder()
       Reference to a SIMPLE FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 69:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure simple_feature_ref = 164;
      Specified by:
      getSimpleFeatureRefOrBuilder in interface ComplexFeatureProjectionTypeOrBuilder
    • hasComplexFeatureRef

      public boolean hasComplexFeatureRef()
       Reference to a COMPLEX FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 101:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure complex_feature_ref = 165;
      Specified by:
      hasComplexFeatureRef in interface ComplexFeatureProjectionTypeOrBuilder
      Returns:
      Whether the complexFeatureRef field is set.
    • getComplexFeatureRef

      public VersionOfObjectRefStructure getComplexFeatureRef()
       Reference to a COMPLEX FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 101:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure complex_feature_ref = 165;
      Specified by:
      getComplexFeatureRef in interface ComplexFeatureProjectionTypeOrBuilder
      Returns:
      The complexFeatureRef.
    • setComplexFeatureRef

       Reference to a COMPLEX FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 101:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure complex_feature_ref = 165;
    • setComplexFeatureRef

      public ComplexFeatureProjectionType.Builder setComplexFeatureRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a COMPLEX FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 101:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure complex_feature_ref = 165;
    • mergeComplexFeatureRef

       Reference to a COMPLEX FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 101:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure complex_feature_ref = 165;
    • clearComplexFeatureRef

      public ComplexFeatureProjectionType.Builder clearComplexFeatureRef()
       Reference to a COMPLEX FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 101:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure complex_feature_ref = 165;
    • getComplexFeatureRefBuilder

      public VersionOfObjectRefStructure.Builder getComplexFeatureRefBuilder()
       Reference to a COMPLEX FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 101:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure complex_feature_ref = 165;
    • getComplexFeatureRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getComplexFeatureRefOrBuilder()
       Reference to a COMPLEX FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 101:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure complex_feature_ref = 165;
      Specified by:
      getComplexFeatureRefOrBuilder in interface ComplexFeatureProjectionTypeOrBuilder