Class ZoneRefs_RelStructure.Builder

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

public static final class ZoneRefs_RelStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<ZoneRefs_RelStructure.Builder> implements ZoneRefs_RelStructureOrBuilder
 [netex_framework/netex_genericFramework/netex_zone_support.xsd at 76:48]
 
Protobuf type uk.org.netex.www.netex.ZoneRefs_RelStructure
  • 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<ZoneRefs_RelStructure.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<ZoneRefs_RelStructure.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<ZoneRefs_RelStructure.Builder>
    • getDefaultInstanceForType

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

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

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

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

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

      public ZoneRefs_RelStructure.ZoneRefStructureCase getZoneRefStructureCase()
      Specified by:
      getZoneRefStructureCase in interface ZoneRefs_RelStructureOrBuilder
    • clearZoneRefStructure

      public ZoneRefs_RelStructure.Builder clearZoneRefStructure()
    • getId

      public String getId()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Specified by:
      getId in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Specified by:
      getIdBytes in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      The bytes for id.
    • setId

      public ZoneRefs_RelStructure.Builder setId(String value)
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Returns:
      This builder for chaining.
    • setIdBytes

      public ZoneRefs_RelStructure.Builder setIdBytes(com.google.protobuf.ByteString value)
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • getModificationSetValue

      public int getModificationSetValue()
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 184:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Specified by:
      getModificationSetValue in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      The enum numeric value on the wire for modificationSet.
    • setModificationSetValue

      public ZoneRefs_RelStructure.Builder setModificationSetValue(int value)
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 184:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Parameters:
      value - The enum numeric value on the wire for modificationSet to set.
      Returns:
      This builder for chaining.
    • getModificationSet

      public ModificationSetEnumeration getModificationSet()
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 184:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Specified by:
      getModificationSet in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      The modificationSet.
    • setModificationSet

      public ZoneRefs_RelStructure.Builder setModificationSet(ModificationSetEnumeration value)
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 184:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Parameters:
      value - The modificationSet to set.
      Returns:
      This builder for chaining.
    • clearModificationSet

      public ZoneRefs_RelStructure.Builder clearModificationSet()
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 184:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Returns:
      This builder for chaining.
    • 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 = 3;
      Specified by:
      hasZoneRef in interface ZoneRefs_RelStructureOrBuilder
      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 = 3;
      Specified by:
      getZoneRef in interface ZoneRefs_RelStructureOrBuilder
      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 = 3;
    • setZoneRef

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

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

      public ZoneRefs_RelStructure.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 = 3;
    • 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 = 3;
    • 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 = 3;
      Specified by:
      getZoneRefOrBuilder in interface ZoneRefs_RelStructureOrBuilder
    • 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 = 4;
      Specified by:
      hasTariffZoneRef in interface ZoneRefs_RelStructureOrBuilder
      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 = 4;
      Specified by:
      getTariffZoneRef in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      The tariffZoneRef.
    • setTariffZoneRef

      public ZoneRefs_RelStructure.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 = 4;
    • setTariffZoneRef

      public ZoneRefs_RelStructure.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 = 4;
    • mergeTariffZoneRef

      public ZoneRefs_RelStructure.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 = 4;
    • clearTariffZoneRef

      public ZoneRefs_RelStructure.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 = 4;
    • 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 = 4;
    • 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 = 4;
      Specified by:
      getTariffZoneRefOrBuilder in interface ZoneRefs_RelStructureOrBuilder
    • 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 = 5;
      Specified by:
      hasAdministrativeZoneRef in interface ZoneRefs_RelStructureOrBuilder
      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 = 5;
      Specified by:
      getAdministrativeZoneRef in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      The administrativeZoneRef.
    • setAdministrativeZoneRef

      public ZoneRefs_RelStructure.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 = 5;
    • setAdministrativeZoneRef

      public ZoneRefs_RelStructure.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 = 5;
    • mergeAdministrativeZoneRef

      public ZoneRefs_RelStructure.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 = 5;
    • clearAdministrativeZoneRef

      public ZoneRefs_RelStructure.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 = 5;
    • 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 = 5;
    • 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 = 5;
      Specified by:
      getAdministrativeZoneRefOrBuilder in interface ZoneRefs_RelStructureOrBuilder
    • 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 = 6;
      Specified by:
      hasTransportAdministrativeZoneRef in interface ZoneRefs_RelStructureOrBuilder
      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 = 6;
      Specified by:
      getTransportAdministrativeZoneRef in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      The transportAdministrativeZoneRef.
    • setTransportAdministrativeZoneRef

      public ZoneRefs_RelStructure.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 = 6;
    • setTransportAdministrativeZoneRef

      public ZoneRefs_RelStructure.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 = 6;
    • mergeTransportAdministrativeZoneRef

      public ZoneRefs_RelStructure.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 = 6;
    • clearTransportAdministrativeZoneRef

      public ZoneRefs_RelStructure.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 = 6;
    • 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 = 6;
    • 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 = 6;
      Specified by:
      getTransportAdministrativeZoneRefOrBuilder in interface ZoneRefs_RelStructureOrBuilder
    • 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 = 7;
      Specified by:
      hasAccessZoneRef in interface ZoneRefs_RelStructureOrBuilder
      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 = 7;
      Specified by:
      getAccessZoneRef in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      The accessZoneRef.
    • setAccessZoneRef

       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 = 7;
    • setAccessZoneRef

      public ZoneRefs_RelStructure.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 = 7;
    • mergeAccessZoneRef

       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 = 7;
    • clearAccessZoneRef

      public ZoneRefs_RelStructure.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 = 7;
    • 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 = 7;
    • 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 = 7;
      Specified by:
      getAccessZoneRefOrBuilder in interface ZoneRefs_RelStructureOrBuilder
    • 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 = 8;
      Specified by:
      hasStopAreaRef in interface ZoneRefs_RelStructureOrBuilder
      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 = 8;
      Specified by:
      getStopAreaRef in interface ZoneRefs_RelStructureOrBuilder
      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 = 8;
    • setStopAreaRef

      public ZoneRefs_RelStructure.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 = 8;
    • mergeStopAreaRef

       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 = 8;
    • clearStopAreaRef

      public ZoneRefs_RelStructure.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 = 8;
    • 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 = 8;
    • 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 = 8;
      Specified by:
      getStopAreaRefOrBuilder in interface ZoneRefs_RelStructureOrBuilder
    • 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 = 9;
      Specified by:
      hasFareZoneRef in interface ZoneRefs_RelStructureOrBuilder
      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 = 9;
      Specified by:
      getFareZoneRef in interface ZoneRefs_RelStructureOrBuilder
      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 = 9;
    • setFareZoneRef

      public ZoneRefs_RelStructure.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 = 9;
    • mergeFareZoneRef

       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 = 9;
    • clearFareZoneRef

      public ZoneRefs_RelStructure.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 = 9;
    • 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 = 9;
    • 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 = 9;
      Specified by:
      getFareZoneRefOrBuilder in interface ZoneRefs_RelStructureOrBuilder
    • 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 = 10;
      Specified by:
      hasMobilityServiceConstraintZoneRef in interface ZoneRefs_RelStructureOrBuilder
      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 = 10;
      Specified by:
      getMobilityServiceConstraintZoneRef in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      The mobilityServiceConstraintZoneRef.
    • setMobilityServiceConstraintZoneRef

      public ZoneRefs_RelStructure.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 = 10;
    • setMobilityServiceConstraintZoneRef

      public ZoneRefs_RelStructure.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 = 10;
    • mergeMobilityServiceConstraintZoneRef

      public ZoneRefs_RelStructure.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 = 10;
    • clearMobilityServiceConstraintZoneRef

      public ZoneRefs_RelStructure.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 = 10;
    • 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 = 10;
    • 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 = 10;
      Specified by:
      getMobilityServiceConstraintZoneRefOrBuilder in interface ZoneRefs_RelStructureOrBuilder